Uses of Interface
org.springframework.batch.extensions.excel.support.rowset.RowSetFactory
Packages that use RowSetFactory
Package
Description
Core interfaces for reading Excel files.
RowSet abstraction for Excel documents.
-
Uses of RowSetFactory in org.springframework.batch.extensions.excel
Methods in org.springframework.batch.extensions.excel with parameters of type RowSetFactoryModifier and TypeMethodDescriptionvoidAbstractExcelItemReader.setRowSetFactory(RowSetFactory rowSetFactory) Public setter for therowSetFactory. -
Uses of RowSetFactory in org.springframework.batch.extensions.excel.support.rowset
Classes in org.springframework.batch.extensions.excel.support.rowset that implement RowSetFactoryModifier and TypeClassDescriptionclassRowSetFactoryimplementation which constructs aDefaultRowSetinstance andDefaultRowSetMetaDatainstance.