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
 

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.
protected static HSSFFormulaEvaluator.CellValue HSSFFormulaEvaluator.getCellValueForEval(ValueEval eval)
          Returns a CellValue wrapper around the supplied ValueEval instance.
 



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