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.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
EvalBook
modified from org.zkoss.poi.xssf.usermodel.XSSFEvaluationWorkbook
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Method and Description |
---|---|
EvaluationWorkbook |
OperationEvaluationContext.getWorkbook() |
Constructor and Description |
---|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.zkoss.poi.ss.formula.EvaluationTracker tracker,
DependencyTracker dependencyTracker,
Object ref)
Deprecated.
|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.zkoss.poi.ss.formula.EvaluationTracker tracker,
DependencyTracker dependencyTracker,
Object ref,
int[] offset) |
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder) |
WorkbookEvaluator(EvaluationWorkbook workbook,
IStabilityClassifier stabilityClassifier,
UDFFinder udfFinder,
WorkbookEvaluator.CacheManager cacheManager) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFEvaluationWorkbook
Internal POI use only
|
Copyright © 2020. All rights reserved.