Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures 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(String[] workbookNames,
HSSFFormulaEvaluator[] evaluators)
Coordinates several formula evaluators together so that formulas that involve external
references can be evaluated.
|
Copyright © 2020. All rights reserved.