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 CellValueHSSFFormulaEvaluator. 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 CellValueBaseFormulaEvaluator. 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 CellValueBaseFormulaEvaluator. evaluateFormulaCellValue(Cell cell)Methods in org.apache.poi.ss.formula with parameters of type CellValue Modifier and Type Method Description protected voidBaseFormulaEvaluator. setCellType(Cell cell, CellValue cv)Set the cell type based on the computed cell type as part of a formula evaluation.protected voidBaseFormulaEvaluator. 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 CellValueCellValue. FALSEstatic CellValueCellValue. TRUEMethods in org.apache.poi.ss.usermodel that return CellValue Modifier and Type Method Description CellValueFormulaEvaluator. 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 CellValueCellValue. getError(int errorCode)static CellValueCellValue. valueOf(boolean booleanValue)
-