| Package | Description |
|---|---|
| org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
| org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| org.apache.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
| org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
| org.apache.poi.ss.formula.eval | |
| org.apache.poi.ss.formula.eval.forked | |
| org.apache.poi.ss.formula.functions | |
| org.apache.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.streaming | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.helpers |
| Class | Description |
|---|---|
| EvaluationWorkbook.ExternalName | |
| EvaluationWorkbook.ExternalSheet | |
| FormulaParseException |
This exception thrown when a supplied formula has incorrect syntax (or syntax currently not
supported by POI).
|
| FormulaShifter |
Updates Formulas as rows or sheets are shifted
|
| Class | Description |
|---|---|
| Formula |
Encapsulates an encoded formula token array.
|
| Class | Description |
|---|---|
| FormulaShifter |
Updates Formulas as rows or sheets are shifted
|
| Class | Description |
|---|---|
| EvaluationCell |
Abstracts a cell for the purpose of formula evaluation.
|
| EvaluationName |
Abstracts a name record for formula evaluation.
For POI internal use only |
| EvaluationSheet |
Abstracts a sheet for the purpose of formula evaluation.
For POI internal use only |
| EvaluationWorkbook |
Abstracts a workbook for the purpose of formula evaluation.
For POI internal use only |
| EvaluationWorkbook.ExternalName | |
| EvaluationWorkbook.ExternalSheet | |
| FormulaParsingWorkbook |
Abstracts a workbook for the purpose of formula parsing.
For POI internal use only |
| FormulaRenderingWorkbook |
Abstracts a workbook for the purpose of converting formula to text.
For POI internal use only |
| IStabilityClassifier |
Used to help optimise cell evaluation result caching by allowing applications to specify which
parts of a workbook are final.
The term final is introduced here to denote immutability or 'having constant definition'. |
| SheetIdentifier | |
| WorkbookEvaluator |
Evaluates formula cells.
|
| WorkbookEvaluatorProvider |
Provides access to a
WorkbookEvaluator, eg for use with
CollaboratingWorkbooksEnvironment |
| Class | Description |
|---|---|
| CollaboratingWorkbooksEnvironment |
Manages a collection of
WorkbookEvaluators, in order to support
evaluation of formulas across spreadsheets. |
| CollaboratingWorkbooksEnvironment.WorkbookNotFoundException | |
| EvaluationCell |
Abstracts a cell for the purpose of formula evaluation.
|
| EvaluationName |
Abstracts a name record for formula evaluation.
For POI internal use only |
| EvaluationSheet |
Abstracts a sheet for the purpose of formula evaluation.
For POI internal use only |
| EvaluationWorkbook |
Abstracts a workbook for the purpose of formula evaluation.
For POI internal use only |
| EvaluationWorkbook.ExternalName | |
| EvaluationWorkbook.ExternalSheet | |
| Formula |
Encapsulates an encoded formula token array.
|
| FormulaParsingWorkbook |
Abstracts a workbook for the purpose of formula parsing.
For POI internal use only |
| FormulaRenderingWorkbook |
Abstracts a workbook for the purpose of converting formula to text.
For POI internal use only |
| FormulaShifter |
Updates Formulas as rows or sheets are shifted
|
| IStabilityClassifier |
Used to help optimise cell evaluation result caching by allowing applications to specify which
parts of a workbook are final.
The term final is introduced here to denote immutability or 'having constant definition'. |
| NameIdentifier | |
| SheetIdentifier | |
| SheetRange | |
| TwoDEval |
Common interface of
AreaEval and AreaEvalBase,
for 2D (row+column) evaluations |
| WorkbookEvaluator |
Evaluates formula cells.
|
| Class | Description |
|---|---|
| EvaluationName |
Abstracts a name record for formula evaluation.
For POI internal use only |
| SheetRange | |
| ThreeDEval |
Optional Extension to the likes of
AreaEval and
AreaEvalBase,
which allows for looking up 3D (sheet+row+column) evaluations |
| TwoDEval |
Common interface of
AreaEval and AreaEvalBase,
for 2D (row+column) evaluations |
| Class | Description |
|---|---|
| IStabilityClassifier |
Used to help optimise cell evaluation result caching by allowing applications to specify which
parts of a workbook are final.
The term final is introduced here to denote immutability or 'having constant definition'. |
| Class | Description |
|---|---|
| OperationEvaluationContext |
Contains all the contextual information required to evaluate an operation
within a formula
For POI internal use only
|
| Class | Description |
|---|---|
| ExternSheetReferenceToken |
Should be implemented by any
Ptg subclass that needs has an extern sheet index For POI internal use only |
| FormulaRenderingWorkbook |
Abstracts a workbook for the purpose of converting formula to text.
For POI internal use only |
| SheetIdentifier | |
| WorkbookDependentFormula |
Should be implemented by any
Ptg subclass that needs a workbook to render its formula. |
| Class | Description |
|---|---|
| FormulaParseException |
This exception thrown when a supplied formula has incorrect syntax (or syntax currently not
supported by POI).
|
| Class | Description |
|---|---|
| FormulaParseException |
This exception thrown when a supplied formula has incorrect syntax (or syntax currently not
supported by POI).
|
| Class | Description |
|---|---|
| EvaluationCell |
Abstracts a cell for the purpose of formula evaluation.
|
| EvaluationName |
Abstracts a name record for formula evaluation.
For POI internal use only |
| EvaluationSheet |
Abstracts a sheet for the purpose of formula evaluation.
For POI internal use only |
| EvaluationWorkbook |
Abstracts a workbook for the purpose of formula evaluation.
For POI internal use only |
| EvaluationWorkbook.ExternalName | |
| EvaluationWorkbook.ExternalSheet | |
| FormulaParsingWorkbook |
Abstracts a workbook for the purpose of formula parsing.
For POI internal use only |
| FormulaRenderingWorkbook |
Abstracts a workbook for the purpose of converting formula to text.
For POI internal use only |
| IStabilityClassifier |
Used to help optimise cell evaluation result caching by allowing applications to specify which
parts of a workbook are final.
The term final is introduced here to denote immutability or 'having constant definition'. |
| SheetIdentifier | |
| WorkbookEvaluator |
Evaluates formula cells.
|
| WorkbookEvaluatorProvider |
Provides access to a
WorkbookEvaluator, eg for use with
CollaboratingWorkbooksEnvironment |
| Class | Description |
|---|---|
| FormulaShifter |
Updates Formulas as rows or sheets are shifted
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.