Uses of Class
org.springframework.batch.extensions.excel.AbstractExcelItemReader
Packages that use AbstractExcelItemReader
Package
Description
Support classes for the Apache POI library.
Streaming implementation of ItemReaders.
-
Uses of AbstractExcelItemReader in org.springframework.batch.extensions.excel.poi
Subclasses of AbstractExcelItemReader in org.springframework.batch.extensions.excel.poiModifier and TypeClassDescriptionclassItemReaderimplementation which uses apache POI to read an Excel file. -
Uses of AbstractExcelItemReader in org.springframework.batch.extensions.excel.streaming
Modifier and TypeClassDescriptionclassSimple streaming reader without Apache POI.