Interface | Description |
---|---|
AreaEval | |
NumericValueEval | |
RefEval | |
StringValueEval | |
ValueEval |
Class | Description |
---|---|
AreaEvalBase | |
BlankEval | |
BoolEval | |
ConcatEval | |
ErrorEval | |
FunctionEval | |
IntersectionEval | |
MissingArgEval |
Represents the (intermediate) evaluated result of a missing function argument.
|
NameEval | |
NameXEval | |
NumberEval | |
OperandResolver |
Provides functionality for evaluating arguments to functions and operators.
|
PercentEval |
Implementation of Excel formula token '%'.
|
RangeEval | |
RefEvalBase |
Common base class for implementors of
RefEval |
RelationalOperationEval |
Base class for all comparison operator evaluators
|
StringEval | |
TwoOperandNumericOperation | |
UnaryMinusEval | |
UnaryPlusEval |
Exception | Description |
---|---|
EvaluationException |
This class is used to simplify error handling logic within operator and function
implementations.
|
NotImplementedException |
An exception thrown by implementors of
FormulaEvaluator when attempting to evaluate
a formula which requires features that POI does not (yet) support. |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.