Interface | Description |
---|---|
AreaEval | |
HyperlinkEval |
Handle associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
NumericValueEval | |
RefEval | |
StringValueEval | |
ValueEval |
Class | Description |
---|---|
AreaEvalBase | |
ArrayEval |
Constant value array eval.
|
BlankEval | |
BoolEval | |
CellValueEval | |
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 | |
TwoOperandNumericOperation.MultiplyFunc | |
UnaryMinusEval | |
UnaryPlusEval | |
UnionEval |
Represent many
ValueEval s unioned by Union operator(comma operator). |
ValuesEval |
Represent many
ValueEval s; used in 3d area or reference(e.g. |
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 © 2020. All rights reserved.