Uses of Class
org.apache.poi.ss.usermodel.CellValue

Packages that use CellValue
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures 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   
 

Uses of CellValue in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return CellValue
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
 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
protected static void BaseFormulaEvaluator.setCellType(Cell cell, CellValue cv)
           
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
static CellValue CellValue.FALSE
           
static CellValue CellValue.TRUE
           
 

Methods in org.apache.poi.ss.usermodel that return CellValue
 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)
           
 

Uses of CellValue in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return CellValue
protected  CellValue BaseXSSFFormulaEvaluator.evaluateFormulaCellValue(Cell cell)
          Returns a CellValue wrapper around the supplied ValueEval instance.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.