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 | Method and Description |
---|---|
EvaluationCell |
EvalSheet.getCell(int rowIndex,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
Iterator<EvaluationCell> |
EvalSheet.nonEmptyCellsIterator(int columnIndex) |
Iterator<EvaluationCell> |
EvalSheet.nonEmptyCellsIterator(int rowStart,
int rowEnd,
int columnStart,
int columnEnd) |
Modifier and Type | Method and Description |
---|---|
Ptg[] |
EvalBook.getFormulaTokens(EvaluationCell cell) |
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 |
---|---|
Iterator<EvaluationCell> |
EvaluationSheet.nonEmptyCellsIterator(int columnIndex) |
Iterator<EvaluationCell> |
EvaluationSheet.nonEmptyCellsIterator(int rowStart,
int rowEnd,
int columnStart,
int columnEnd) |
Modifier and Type | Method and Description |
---|---|
ValueEval |
WorkbookEvaluator.evaluate(EvaluationCell srcCell,
Object ref) |
ValueEval |
WorkbookEvaluator.evaluate(EvaluationCell srcCell,
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) |
Copyright © 2020. All rights reserved.