Package com.palantir.transforms.excel.functions
package com.palantir.transforms.excel.functions
Functional interfaces and their implementations that are relevant for multiple
Parser
types.-
ClassDescriptionA
NumericCellStringifier
that usesNumberFormat.format(double)
.ANumericCellStringifier
that usesDouble.toString(double)
.The function used to convert the value of a numeric cell to a String in the output dataframe (this library outputs strings for all values in an Excel sheet to avoid issues due to inconsistently typed fields).A sheet selector that matches all sheets whose names contain a match for the specified regular expression.A function that, given aWorkbookWithMetadata
, returns a collection ofSheet
objects to extract data from.