All Classes and Interfaces
Class
Description
ItemReader implementation to read an Excel file.RowMapper implementation based on bean property paths.Contract for extracting column names for a given
sheet.Default implementation of the
RowSet interface.RowSetFactory implementation which constructs a DefaultRowSet instance
and DefaultRowSetMetaData instance.Default implementation for the
RowSetMetaData interface.Exception thrown when parsing excel files.
Pass through
RowMapper useful for passing the orginal String[] back
directly rather than a mapped object.ItemReader implementation which uses apache POI
to read an Excel file.Callback to handle skipped lines.
Map rows from an excel sheet to an object.
ColumnNameExtractor which returns the values of a given row (default is 0) as
the column names.Used by the
org.springframework.batch.item.excel.AbstractExcelItemReader to
abstract away the complexities of the underlying Excel API implementations.Contract for factories which will construct a
RowSet implementation.Interface representing the the metadata associated with an Excel document.
Interface to wrap different Excel implementations like JExcel or Apache POI.
ColumnNameExtractor implementation which returns a preset String[] to use as
the column names.Simple streaming reader without Apache POI.