Interface ValueExtractorParameters
@Immutable
public interface ValueExtractorParameters
Information passed to
ValueExtractor.extractValue(ValueExtractorParameters)
.-
Method Details
-
workbookWithMetadata
WorkbookWithMetadata workbookWithMetadata() -
sheet
org.apache.poi.ss.usermodel.Sheet sheet() -
drawings
-
numericCellStringifier
NumericCellStringifier numericCellStringifier()
-