Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFFormulaEvaluator
Evaluates formula cells.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFormulaEvaluator
Common functionality across file formats for evaluating formula cells.
|
Constructor and Description |
---|
ConditionalFormattingEvaluator(Workbook wb,
WorkbookEvaluatorProvider provider) |
DataValidationEvaluator(Workbook wb,
WorkbookEvaluatorProvider provider)
Use the same formula evaluation context used for other operations, so cell value
changes are automatically noticed
|
Modifier and Type | Class and Description |
---|---|
class |
SXSSFFormulaEvaluator
Streaming-specific Formula Evaluator, which is able to
lookup cells within the current Window.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseXSSFFormulaEvaluator
Internal POI use only - parent of XSSF and SXSSF formula evaluators
|
class |
XSSFFormulaEvaluator
Evaluates formula cells.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.