Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
static HSSFFormulaEvaluator |
HSSFFormulaEvaluator.create(HSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
HSSFFormulaEvaluator |
HSSFCreationHelper.createFormulaEvaluator()
Creates a HSSFFormulaEvaluator, the object that evaluates formula cells.
|
Modifier and Type | Method and Description |
---|---|
static void |
HSSFFormulaEvaluator.setupEnvironment(java.lang.String[] workbookNames,
HSSFFormulaEvaluator[] evaluators)
Coordinates several formula evaluators together so that formulas that involve external
references can be evaluated.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.