Class RegexSubstringMatchingSheetSelector
java.lang.Object
com.palantir.transforms.excel.functions.RegexSubstringMatchingSheetSelector
- All Implemented Interfaces:
SheetSelector
,Serializable
A sheet selector that matches all sheets whose names contain a match for the specified regular expression.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.poi.ss.usermodel.Sheet>
selectSheets
(WorkbookWithMetadata workbook)
-
Constructor Details
-
RegexSubstringMatchingSheetSelector
-
-
Method Details
-
selectSheets
- Specified by:
selectSheets
in interfaceSheetSelector
-