Package org.apache.poi.ss.formula.eval
package org.apache.poi.ss.formula.eval
-
ClassDescriptionEvaluation 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.Evaluation of a Name defined in a Sheet or Workbook scopeMappings from the Excel functions to our evaluation implementations (where available)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.An exception thrown by implementors ofFormulaEvaluator
when attempting to evaluate a formula which requires a function that POI does not (yet) support.Provides functionality for evaluating arguments to functions and operators.Implementation of Excel formula token '%'.RefEval is the super interface for Ref2D and Ref3DEval.Common base class for implementors ofRefEval
Handling of a list of values, e.g.Base class for all comparison operator evaluators