| 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.
|
| 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
|