Uses of Package
org.springframework.batch.extensions.excel.support.rowset
Packages that use org.springframework.batch.extensions.excel.support.rowset
Package
Description
Core interfaces for reading Excel files.
Default
RowMapper implementations.RowSet abstraction for Excel documents.
-
Classes in org.springframework.batch.extensions.excel.support.rowset used by org.springframework.batch.extensions.excelClassDescriptionUsed by the
org.springframework.batch.item.excel.AbstractExcelItemReaderto abstract away the complexities of the underlying Excel API implementations.Contract for factories which will construct aRowSetimplementation. -
Classes in org.springframework.batch.extensions.excel.support.rowset used by org.springframework.batch.extensions.excel.mappingClassDescriptionUsed by the
org.springframework.batch.item.excel.AbstractExcelItemReaderto abstract away the complexities of the underlying Excel API implementations. -
Classes in org.springframework.batch.extensions.excel.support.rowset used by org.springframework.batch.extensions.excel.support.rowsetClassDescriptionContract for extracting column names for a given
sheet.Used by theorg.springframework.batch.item.excel.AbstractExcelItemReaderto abstract away the complexities of the underlying Excel API implementations.Contract for factories which will construct aRowSetimplementation.Interface representing the the metadata associated with an Excel document.