Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
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,
java.lang.Object ref)
Deprecated.
|
OperationEvaluationContext(WorkbookEvaluator bookEvaluator,
EvaluationWorkbook workbook,
int sheetIndex,
int srcRowNum,
int srcColNum,
org.zkoss.poi.ss.formula.EvaluationTracker tracker,
DependencyTracker dependencyTracker,
java.lang.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
|
Modifier and Type | Class and Description |
---|---|
class |
EvalBook
modified from org.zkoss.poi.xssf.usermodel.XSSFEvaluationWorkbook
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.