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.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFFormulaEvaluator
Evaluates formula cells.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFFormulaEvaluator.setupReferencedWorkbooks(java.util.Map<java.lang.String,FormulaEvaluator> evaluators) |
Modifier and Type | Class and Description |
---|---|
class |
BaseFormulaEvaluator
Common functionality across file formats for evaluating formula cells.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
BaseFormulaEvaluator.evaluateAllFormulaCells(Workbook wb,
FormulaEvaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
static void |
CollaboratingWorkbooksEnvironment.setupFormulaEvaluator(java.util.Map<java.lang.String,FormulaEvaluator> evaluators) |
void |
BaseFormulaEvaluator.setupReferencedWorkbooks(java.util.Map<java.lang.String,FormulaEvaluator> evaluators) |
Modifier and Type | Method and Description |
---|---|
FormulaEvaluator |
CreationHelper.createFormulaEvaluator()
Creates FormulaEvaluator - an object that evaluates formula cells.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DataFormatter.formatCellValue(Cell cell,
FormulaEvaluator evaluator)
Returns the formatted value of a cell as a
String regardless
of the cell type. |
java.lang.String |
DataFormatter.formatCellValue(Cell cell,
FormulaEvaluator evaluator,
ConditionalFormattingEvaluator cfEvaluator)
Returns the formatted value of a cell as a
String regardless
of the cell type. |
Modifier and Type | Method and Description |
---|---|
void |
FormulaEvaluator.setupReferencedWorkbooks(java.util.Map<java.lang.String,FormulaEvaluator> workbooks)
Sets up the Formula Evaluator to be able to reference and resolve
links to other workbooks, eg [Test.xls]Sheet1!A1.
|
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 2022 The Apache Software Foundation or its licensors, as applicable.