Package org.springframework.batch.extensions.excel.support.rowset


package org.springframework.batch.extensions.excel.support.rowset
RowSet abstraction for Excel documents.
  • Class
    Description
    Contract for extracting column names for a given sheet.
    Default implementation of the RowSet interface.
    RowSetFactory implementation which constructs a DefaultRowSet instance and DefaultRowSetMetaData instance.
    Default implementation for the RowSetMetaData interface.
    ColumnNameExtractor which returns the values of a given row (default is 0) as the column names.
    Used by the org.springframework.batch.item.excel.AbstractExcelItemReader to abstract away the complexities of the underlying Excel API implementations.
    Contract for factories which will construct a RowSet implementation.
    Interface representing the the metadata associated with an Excel document.
    ColumnNameExtractor implementation which returns a preset String[] to use as the column names.