Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.formula.eval | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
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) |
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 and Description |
---|---|
static ValueEval |
OperandResolver.getElementFromArray(AreaEval ae,
EvaluationCell cell)
Retrieves a single value from an area evaluation utilizing the 2D indices of the cell
within its own area reference to index the value in the area evaluation.
|
Modifier and Type | Method and Description |
---|---|
protected EvaluationCell |
SXSSFFormulaEvaluator.toEvaluationCell(Cell cell)
Turns a SXSSFCell into a SXSSFEvaluationCell
|
Modifier and Type | Method and Description |
---|---|
Ptg[] |
SXSSFEvaluationWorkbook.getFormulaTokens(EvaluationCell evalCell) |
Modifier and Type | Method and Description |
---|---|
protected abstract EvaluationCell |
BaseXSSFFormulaEvaluator.toEvaluationCell(Cell cell)
Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCell
|
protected EvaluationCell |
XSSFFormulaEvaluator.toEvaluationCell(Cell cell)
Turns a XSSFCell into a XSSFEvaluationCell
|
Modifier and Type | Method and Description |
---|---|
Ptg[] |
XSSFEvaluationWorkbook.getFormulaTokens(EvaluationCell evalCell) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.