Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.xssf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
Ptg[] |
HSSFEvaluationWorkbook.getFormulaTokens(EvaluationCell evalCell) |
Modifier and Type | Method | Description |
---|---|---|
EvaluationCell |
EvaluationSheet.getCell(int rowIndex,
int columnIndex) |
Modifier and Type | Method | Description |
---|---|---|
ValueEval |
WorkbookEvaluator.evaluate(EvaluationCell srcCell) |
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
Ptg[] |
XSSFEvaluationWorkbook.getFormulaTokens(EvaluationCell evalCell) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.