Uses of Class
org.apache.poi.ss.usermodel.CellValue
Packages that use CellValue
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of CellValue in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellValueModifier and TypeMethodDescriptionprotected 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 CellValueModifier and TypeMethodDescriptionIf 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 CellValueModifier and TypeMethodDescriptionprotected voidBaseFormulaEvaluator.setCellType(Cell cell, CellValue cv) set the cell typeprotected voidBaseFormulaEvaluator.setCellValue(Cell cell, CellValue cv) -
Uses of CellValue in org.apache.poi.ss.usermodel
Fields in org.apache.poi.ss.usermodel declared as CellValueModifier and TypeFieldDescriptionstatic final CellValueCellValue.FALSEstatic final CellValueCellValue.TRUEMethods in org.apache.poi.ss.usermodel that return CellValueModifier and TypeMethodDescriptionIf 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) -
Uses of CellValue in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CellValueModifier and TypeMethodDescriptionprotected CellValueBaseXSSFFormulaEvaluator.evaluateFormulaCellValue(Cell cell) Returns a CellValue wrapper around the supplied ValueEval instance.