Package org.springframework.batch.extensions.excel.support.rowset
package org.springframework.batch.extensions.excel.support.rowset
RowSet abstraction for Excel documents.
-
ClassDescriptionContract for extracting column names for a given
sheet.Default implementation of theRowSetinterface.RowSetFactoryimplementation which constructs aDefaultRowSetinstance andDefaultRowSetMetaDatainstance.Default implementation for theRowSetMetaDatainterface.ColumnNameExtractorwhich returns the values of a given row (default is 0) as the column names.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.ColumnNameExtractorimplementation which returns a preset String[] to use as the column names.