- GenericRowSetFactory - Class in org.springframework.batch.item.excel.mapping
-
Generic Row set factory with different constructor
- GenericRowSetFactory(List<String>) - Constructor for class org.springframework.batch.item.excel.mapping.GenericRowSetFactory
-
- getColumnCount() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSetMetaData
-
- getColumnCount() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSetMetaData
-
Retrieves the number of columns in the RowSet.
- getColumnName(int) - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSetMetaData
-
- getColumnName(int) - Method in interface org.springframework.batch.item.excel.support.rowset.RowSetMetaData
-
Retrieves the column name for the indicatd column.
- getColumnNames(Sheet) - Method in interface org.springframework.batch.item.excel.support.rowset.ColumnNameExtractor
-
Retrieves the names of the columns in the given Sheet.
- getColumnNames() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSetMetaData
-
- getColumnNames(Sheet) - Method in class org.springframework.batch.item.excel.support.rowset.RowNumberColumnNameExtractor
-
- getColumnNames() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSetMetaData
-
Retrieves the names of the columns for the current sheet.
- getColumnNames(Sheet) - Method in class org.springframework.batch.item.excel.support.rowset.StaticColumnNameExtractor
-
- getColumnValue(int) - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSet
-
- getColumnValue(int) - Method in interface org.springframework.batch.item.excel.support.rowset.RowSet
-
Retrieves the value of the indicated column in the current row as a String.
- getCurrentRow() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSet
-
- getCurrentRow() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSet
-
Return the current row as a String[].
- getCurrentRowIndex() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSet
-
- getCurrentRowIndex() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSet
-
Returns the current row number
- getFilename() - Method in exception org.springframework.batch.item.excel.ExcelFileParseException
-
- getMetaData() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSet
-
- getMetaData() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSet
-
Retrieves the meta data (name of the sheet, number of columns, names) of this row set.
- getName() - Method in interface org.springframework.batch.item.excel.Sheet
-
Get the name of the sheet.
- getNumberOfRows() - Method in interface org.springframework.batch.item.excel.Sheet
-
Get the number of rows in this sheet.
- getNumberOfSheets() - Method in class org.springframework.batch.item.excel.AbstractExcelItemReader
-
The number of sheets in the underlying workbook.
- getNumberOfSheets() - Method in class org.springframework.batch.item.excel.jxl.JxlItemReader
-
- getNumberOfSheets() - Method in class org.springframework.batch.item.excel.poi.PoiItemReader
-
- getProperties() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSet
-
- getProperties() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSet
-
Construct name-value pairs from the column names and string values.
- getRow() - Method in exception org.springframework.batch.item.excel.ExcelFileParseException
-
- getRow(int) - Method in class org.springframework.batch.item.excel.poi.DefaulltMappingPoiSheet
-
- getRow(int) - Method in interface org.springframework.batch.item.excel.Sheet
-
Get the row as a String[].
- getRowNumber() - Method in exception org.springframework.batch.item.excel.ExcelFileParseException
-
- getSheet(int) - Method in class org.springframework.batch.item.excel.AbstractExcelItemReader
-
- getSheet() - Method in exception org.springframework.batch.item.excel.ExcelFileParseException
-
- getSheet(int) - Method in class org.springframework.batch.item.excel.jxl.JxlItemReader
-
- getSheet(int) - Method in class org.springframework.batch.item.excel.poi.PoiItemReader
-
- getSheetName() - Method in class org.springframework.batch.item.excel.support.rowset.DefaultRowSetMetaData
-
- getSheetName() - Method in interface org.springframework.batch.item.excel.support.rowset.RowSetMetaData
-
Retrieves the name of the sheet the RowSet is based on.