Interface SheetSelector
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RegexSubstringMatchingSheetSelector
A function that, given a
WorkbookWithMetadata
, returns a collection of Sheet
objects to extract
data from.
If the collection is empty, no data should be extracted from the workbook.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.poi.ss.usermodel.Sheet>
selectSheets
(WorkbookWithMetadata workbook)
-
Method Details
-
selectSheets
-