Uses of Package
org.apache.poi.ss.formula.eval
Packages that use org.apache.poi.ss.formula.eval
Package
Description
This package contains common internal POI code for manipulating formulas.
-
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formulaClassDescriptionEvaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasRefEval is the super interface for Ref2D and Ref3DEval.Common base class for implementors of
RefEval
-
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.atpClassDescriptionThis class is used to simplify error handling logic within operator and function implementations.
-
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.evalClassDescriptionEvaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areasEvaluations for formula errorsThis class is used to simplify error handling logic within operator and function implementations.Represents the (intermediate) evaluated result of a missing function argument.An exception thrown by implementors of
FormulaEvaluator
, when attempting to evaluate a formula which requires features that POI does not (yet) support.RefEval is the super interface for Ref2D and Ref3DEval. -
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.eval.forked
-
Classes in org.apache.poi.ss.formula.eval used by org.apache.poi.ss.formula.functionsClassDescriptionThis class is used to simplify error handling logic within operator and function implementations.