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

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

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

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFormulaEvaluator
 java.lang.String HSSFDataFormatter.formatCellValue(HSSFCell cell, HSSFFormulaEvaluator evaluator)
           Returns the formatted value of a cell as a String regardless of the cell type.
static void HSSFFormulaEvaluator.setupEnvironment(java.lang.String[] workbookNames, HSSFFormulaEvaluator[] evaluators)
          Coordinates several formula evaluators together so that formulas that involve external references can be evaluated.
 



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