Uses of Class
org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.CellValue

Packages that use HSSFFormulaEvaluator.CellValue
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

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

Fields in org.apache.poi.hssf.usermodel declared as HSSFFormulaEvaluator.CellValue
static HSSFFormulaEvaluator.CellValue HSSFFormulaEvaluator.CellValue.FALSE
           
static HSSFFormulaEvaluator.CellValue HSSFFormulaEvaluator.CellValue.TRUE
           
 

Methods in org.apache.poi.hssf.usermodel that return HSSFFormulaEvaluator.CellValue
 HSSFFormulaEvaluator.CellValue HSSFFormulaEvaluator.evaluate(HSSFCell 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.
 



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