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. 
 

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

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

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



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