Uses of Class
org.apache.poi.ss.usermodel.CellValue
-
Packages that use CellValue Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel -
-
Uses of CellValue in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellValue Modifier and Type Method Description protected CellValue
HSSFFormulaEvaluator. evaluateFormulaCellValue(Cell cell)
Returns a CellValue wrapper around the supplied ValueEval instance. -
Uses of CellValue in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return CellValue Modifier and Type Method 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)
Methods in org.apache.poi.ss.formula with parameters of type CellValue Modifier and Type Method 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)
-
Uses of CellValue in org.apache.poi.ss.usermodel
Fields in org.apache.poi.ss.usermodel declared as CellValue Modifier and Type Field Description static CellValue
CellValue. FALSE
static CellValue
CellValue. TRUE
Methods in org.apache.poi.ss.usermodel that return CellValue Modifier and Type Method 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)
-