| Package | Description |
|---|---|
| io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
| org.zkoss.poi.ss.formula.eval.forked | |
| org.zkoss.poi.xssf.usermodel |
| Modifier and Type | Field and Description |
|---|---|
protected static IStabilityClassifier |
FormulaEngineImpl.noCacheClassifier |
| Modifier and Type | Method and Description |
|---|---|
static HSSFFormulaEvaluator |
HSSFFormulaEvaluator.create(HSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
| Constructor and Description |
|---|
HSSFFormulaEvaluator(HSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier) |
| Modifier and Type | Field and Description |
|---|---|
static IStabilityClassifier |
IStabilityClassifier.TOTALLY_IMMUTABLE
Convenience implementation for situations where all cell definitions remain fixed after
evaluation begins.
|
| Constructor and Description |
|---|
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder,
WorkbookEvaluator.CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
static ForkedEvaluator |
ForkedEvaluator.create(Workbook wb,
IStabilityClassifier stabilityClassifier)
Deprecated.
(Sep 2009) (reduce overloading) use
ForkedEvaluator.create(Workbook, IStabilityClassifier, UDFFinder) |
static ForkedEvaluator |
ForkedEvaluator.create(Workbook wb,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
| Modifier and Type | Method and Description |
|---|---|
static XSSFFormulaEvaluator |
XSSFFormulaEvaluator.create(XSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
| Constructor and Description |
|---|
XSSFFormulaEvaluator(XSSFWorkbook workbook,
IStabilityClassifier stabilityClassifier)
Deprecated.
(Sep 2009) (reduce overloading) use
#create(XSSFWorkbook, org.zkoss.poi.ss.formula.IStabilityClassifier, org.zkoss.poi.hssf.record.formula.udf.UDFFinder) |
Copyright © 2020. All rights reserved.