Package org.springframework.batch.extensions.excel
package org.springframework.batch.extensions.excel
Core interfaces for reading Excel files.
-
ClassDescription
ItemReaderimplementation to read an Excel file.Exception thrown when parsing excel files.Callback to handle skipped lines.RowMapper<T>Map rows from an excel sheet to an object.Interface to wrap different Excel implementations like JExcel or Apache POI.