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 | Method and Description |
---|---|
Ptg[] |
HSSFEvaluationWorkbook.getFormulaTokens(EvaluationCell evalCell) |
Modifier and Type | Method and Description |
---|---|
EvaluationCell |
EvaluationSheet.getCell(int rowIndex,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
ValueEval |
WorkbookEvaluator.evaluate(EvaluationCell srcCell,
java.lang.Object ref) |
ValueEval |
WorkbookEvaluator.evaluate(EvaluationCell srcCell,
java.lang.Object ref,
int[] offset) |
Ptg[] |
EvaluationWorkbook.getFormulaTokens(EvaluationCell cell) |
void |
WorkbookEvaluator.notifyDeleteCell(EvaluationCell cell)
Should be called to tell the cell value cache that the specified cell has just been
deleted.
|
void |
WorkbookEvaluator.notifyUpdateCell(EvaluationCell cell)
Should be called to tell the cell value cache that the specified (value or formula) cell
has changed.
|
void |
WorkbookEvaluator.CacheManager.onUpdateCacheResult(EvaluationCell srcCell,
ValueEval result) |
Modifier and Type | Method and Description |
---|---|
Ptg[] |
XSSFEvaluationWorkbook.getFormulaTokens(EvaluationCell evalCell) |
Modifier and Type | Method and Description |
---|---|
EvaluationCell |
EvalSheet.getCell(int rowIndex,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
Ptg[] |
EvalBook.getFormulaTokens(EvaluationCell cell) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.