Interface SimpleRowExtractor
- All Superinterfaces:
RowExtractor
,Serializable
The default implementation of
RowExtractor
.-
Method Summary
Modifier and TypeMethodDescriptiondefault List<ParsedRecord>
extractRows
(org.apache.poi.ss.usermodel.Sheet sheet, Header header, NumericCellStringifier numericCellStringifier) default StopCondition
TheStopCondition
used when iterating over the rows in the sheet.
-
Method Details
-
stopCondition
TheStopCondition
used when iterating over the rows in the sheet. Defaults to always returning false, so data will be extracted until the end of the sheet, including possibly including many empty rows. -
extractRows
default List<ParsedRecord> extractRows(org.apache.poi.ss.usermodel.Sheet sheet, Header header, NumericCellStringifier numericCellStringifier) - Specified by:
extractRows
in interfaceRowExtractor
-