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.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected CellValue |
HSSFFormulaEvaluator.evaluateFormulaCellValue(Cell cell)
Returns a CellValue wrapper around the supplied ValueEval instance.
|
Modifier and Type | Method and Description |
---|---|
CellValue |
BaseFormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned,
else the CellValue simply copies the appropriate cell value from
the cell and also its cell type.
|
protected abstract CellValue |
BaseFormulaEvaluator.evaluateFormulaCellValue(Cell cell) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseFormulaEvaluator.setCellType(Cell cell,
CellValue cv)
Set the cell type based on the computed cell type as
part of a formula evaluation.
|
protected void |
BaseFormulaEvaluator.setCellValue(Cell cell,
CellValue cv) |
Modifier and Type | Field and Description |
---|---|
static CellValue |
CellValue.FALSE |
static CellValue |
CellValue.TRUE |
Modifier and Type | Method and Description |
---|---|
CellValue |
FormulaEvaluator.evaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned,
else the CellValue simply copies the appropriate cell value from
the cell and also its cell type.
|
static CellValue |
CellValue.getError(int errorCode) |
static CellValue |
CellValue.valueOf(boolean booleanValue) |
Modifier and Type | Method and Description |
---|---|
protected CellValue |
BaseXSSFFormulaEvaluator.evaluateFormulaCellValue(Cell cell)
Returns a CellValue wrapper around the supplied ValueEval instance.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.