| Name | Description | Type | Package | Framework |
| AreaEval | Interface | org.apache.poi.ss.formula.eval | Apache POI | |
| AreaEvalBase | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| BlankEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| BoolEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| ConcatEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| ErrorEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| EvaluationCell | Abstracts a cell for the purpose of formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
| EvaluationException | This class is used to simplify error handling logic within operator and function implementations. | Class | org.apache.poi.ss.formula.eval | Apache POI |
| EvaluationName | Abstracts a name record for formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
| EvaluationSheet | Abstracts a sheet for the purpose of formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
| EvaluationWorkbook | Abstracts a workbook for the purpose of formula evaluation. | Interface | org.apache.poi.ss.formula | Apache POI |
| EvaluationWorkbook .ExternalName | Class | org.apache.poi.ss.formula.EvaluationWorkbook | Apache POI | |
| EvaluationWorkbook .ExternalSheet | Class | org.apache.poi.ss.formula.EvaluationWorkbook | Apache POI | |
| EvaluationWorkbook .ExternalSheetRange | Class | org.apache.poi.ss.formula.EvaluationWorkbook | Apache POI | |
| ExternalNameEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| ForkedEvaluator | An alternative workbook evaluator that saves memory in situations where a single workbook is concurrently and independently evaluated many times. | Class | org.apache.poi.ss.formula.eval.forked | Apache POI |
| FunctionEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| FunctionNameEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| IntersectionEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| MissingArgEval | Represents the (intermediate) evaluated result of a missing function argument. | Class | org.apache.poi.ss.formula.eval | Apache POI |
| NotImplementedException | An exception thrown by implementors of FormulaEvaluator, when attempting to evaluate a formula which requires features | Class | org.apache.poi.ss.formula.eval | Apache POI |
| NotImplementedFunctionException | An exception thrown by implementors of FormulaEvaluator when attempting to evaluate a formula which requires a function that POI | Class | org.apache.poi.ss.formula.eval | Apache POI |
| NumberEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| NumericValueEval | Interface | org.apache.poi.ss.formula.eval | Apache POI | |
| OperandResolver | Provides functionality for evaluating arguments to functions and operators. | Class | org.apache.poi.ss.formula.eval | Apache POI |
| PercentEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| RangeEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| RefEval | RefEval is the super interface for Ref2D and Ref3DEval. | Interface | org.apache.poi.ss.formula.eval | Apache POI |
| RefEvalBase | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| RelationalOperationEval | Base class for all comparison operator evaluatorsAuthor:Amol S. | Class | org.apache.poi.ss.formula.eval | Apache POI |
| StringEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| StringValueEval | Interface | org.apache.poi.ss.formula.eval | Apache POI | |
| TwoOperandNumericOperation | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| UnaryMinusEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |
| UnaryPlusEval | Class | org.apache.poi.ss.formula.eval | Apache POI | |