Uses of Package
org.springframework.batch.item.excel.support.rowset

Packages that use org.springframework.batch.item.excel.support.rowset
org.springframework.batch.item.excel Core interfaces for reading Excel files 
org.springframework.batch.item.excel.mapping Default RowMapper implementations. 
org.springframework.batch.item.excel.support.rowset RowSet abstraction for Excel documents 
 

Classes in org.springframework.batch.item.excel.support.rowset used by org.springframework.batch.item.excel
RowSet
          Used by the org.springframework.batch.item.excel.AbstractExcelItemReader to abstract away the complexities of the underlying Excel API implementations.
RowSetFactory
          Contract for factories which will construct a RowSet implementation.
 

Classes in org.springframework.batch.item.excel.support.rowset used by org.springframework.batch.item.excel.mapping
RowSet
          Used by the org.springframework.batch.item.excel.AbstractExcelItemReader to abstract away the complexities of the underlying Excel API implementations.
 

Classes in org.springframework.batch.item.excel.support.rowset used by org.springframework.batch.item.excel.support.rowset
ColumnNameExtractor
          Contract for extracting column names for a given sheet.
RowSet
          Used by the org.springframework.batch.item.excel.AbstractExcelItemReader to abstract away the complexities of the underlying Excel API implementations.
RowSetFactory
          Contract for factories which will construct a RowSet implementation.
RowSetMetaData
          Interface representing the the metadata associated with an Excel document.
 



Copyright © 2017. All rights reserved.