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

Packages that use FormulaEvaluator.CellValue
org.apache.poi.ss.usermodel   
 

Uses of FormulaEvaluator.CellValue in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return FormulaEvaluator.CellValue
 FormulaEvaluator.CellValue FormulaEvaluator.evaluate(org.apache.poi.ss.usermodel.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 static FormulaEvaluator.CellValue FormulaEvaluator.getCellValueForEval(ValueEval eval, org.apache.poi.ss.usermodel.CreationHelper cHelper)
          Returns a CellValue wrapper around the supplied ValueEval instance.
 



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