Uses of Package
org.apache.poi.hssf.record.formula.eval

Packages that use org.apache.poi.hssf.record.formula.eval
org.apache.poi.hssf.record.formula.eval   
org.apache.poi.hssf.record.formula.functions   
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
org.apache.poi.ss.formula.eval.forked   
 

Classes in org.apache.poi.hssf.record.formula.eval used by org.apache.poi.hssf.record.formula.eval
AreaEval
           
BlankEval
           
BoolEval
           
ErrorEval
           
EvaluationException
          This class is used to simplify error handling logic within operator and function implementations.
MissingArgEval
          Represents the (intermediate) evaluated result of a missing function argument.
NumberEval
           
NumericValueEval
           
RefEval
           
StringEval
           
StringValueEval
           
ValueEval
           
 

Classes in org.apache.poi.hssf.record.formula.eval used by org.apache.poi.hssf.record.formula.functions
EvaluationException
          This class is used to simplify error handling logic within operator and function implementations.
ValueEval
           
 

Classes in org.apache.poi.hssf.record.formula.eval used by org.apache.poi.ss.formula
ValueEval
           
 

Classes in org.apache.poi.hssf.record.formula.eval used by org.apache.poi.ss.formula.eval.forked
ValueEval