|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowSet
Used by the org.springframework.batch.item.excel.AbstractExcelItemReader to abstract away
the complexities of the underlying Excel API implementations.
| Method Summary | |
|---|---|
String |
getColumnValue(int idx)
Retrieves the value of the indicated column in the current row as a String object. |
String[] |
getCurrentRow()
Return the current row as a String[]. |
int |
getCurrentRowIndex()
Returns the current row number |
RowSetMetaData |
getMetaData()
Retrieves the meta data (name of the sheet, number of columns, names) of this row set. |
Properties |
getProperties()
Construct name-value pairs from the column names and string values. |
boolean |
next()
Move to the next row in the document. |
| Method Detail |
|---|
RowSetMetaData getMetaData()
RowSetMetaData instance.boolean next()
int getCurrentRowIndex()
String[] getCurrentRow()
String getColumnValue(int idx)
idx - the column index, 0 based
Properties getProperties()
IllegalStateException - if the column name meta data is not
available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||