Interface SheetSelector

All Superinterfaces:
Serializable
All Known Implementing Classes:
RegexSubstringMatchingSheetSelector

public interface SheetSelector extends Serializable
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: