Uses of Interface
org.springframework.batch.extensions.excel.support.rowset.RowSetMetaData
Packages that use RowSetMetaData
Package
Description
RowSet abstraction for Excel documents.
-
Uses of RowSetMetaData in org.springframework.batch.extensions.excel.support.rowset
Classes in org.springframework.batch.extensions.excel.support.rowset that implement RowSetMetaDataModifier and TypeClassDescriptionclassDefault implementation for theRowSetMetaDatainterface.Methods in org.springframework.batch.extensions.excel.support.rowset that return RowSetMetaDataModifier and TypeMethodDescriptionDefaultRowSet.getMetaData()RowSet.getMetaData()Retrieves the meta data (name of the sheet, number of columns, names) of this row set.