Package org.springframework.batch.item.excel

Core interfaces for reading Excel files

See:
          Description

Interface Summary
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, JXL or Apache POI.
 

Class Summary
AbstractExcelItemReader<T> ItemReader implementation to read an Excel file.
 

Exception Summary
ExcelFileParseException Exception thrown when parsing excel files.
 

Package org.springframework.batch.item.excel Description

Core interfaces for reading Excel files



Copyright © 2017. All rights reserved.