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 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 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 CellValue
BaseFormulaEvaluator.evaluateFormulaCellValue
(Cell cell) Methods in org.apache.poi.ss.formula with parameters of type CellValueModifier and TypeMethodDescriptionprotected void
BaseFormulaEvaluator.setCellType
(Cell cell, CellValue cv) set the cell typeprotected 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 CellValueModifier and TypeFieldDescriptionstatic final CellValue
CellValue.FALSE
static final CellValue
CellValue.TRUE
Methods 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 CellValue
CellValue.getError
(int errorCode) static CellValue
CellValue.valueOf
(boolean booleanValue) -
Uses of CellValue in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CellValueModifier and TypeMethodDescriptionprotected CellValue
BaseXSSFFormulaEvaluator.evaluateFormulaCellValue
(Cell cell) Returns a CellValue wrapper around the supplied ValueEval instance.