See: Description
| Interface | Description |
|---|---|
| RowCallbackHandler |
Callback to handle skipped lines.
|
| RowMapper<T> |
Map rows from an excel sheet to an object.
|
| Sheet |
Interface to wrap different Excel implementations like JExcel or Apache POI.
|
| Class | Description |
|---|---|
| AbstractExcelItemReader<T> |
ItemReader implementation to read an Excel
file. |
| Exception | Description |
|---|---|
| ExcelFileParseException |
Exception thrown when parsing excel files.
|