Interface RowExtractor
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
SimpleRowExtractor
A function that, given the
Header returned from a HeaderExtractor and a Sheet
returned from a SheetSelector, extracts data.
While this is an interface to in-principle allow consumers of this library to supply a custom implementation,
in practice almost all consumers should just use the built-in SimpleRowExtractor.
-
Method Summary
Modifier and TypeMethodDescriptionextractRows(org.apache.poi.ss.usermodel.Sheet sheet, Header header, NumericCellStringifier numericCellStringifier)
-
Method Details
-
extractRows
List<ParsedRecord> extractRows(org.apache.poi.ss.usermodel.Sheet sheet, Header header, NumericCellStringifier numericCellStringifier)
-