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 |
Class | Description |
---|---|
Formula |
Encapsulates an encoded formula token array.
|
Class | Description |
---|---|
FormulaShifter |
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'. |
Class | Description |
---|---|
CollaboratingWorkbooksEnvironment |
Manages a collection of
WorkbookEvaluator s, 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 | |
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'. |
TwoDEval |
Common interface of
AreaEval and AreaEvalBase |
WorkbookEvaluator |
Evaluates formula cells.
|
Class | Description |
---|---|
TwoDEval |
Common interface of
AreaEval and AreaEvalBase |
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 |
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'. |
Class | Description |
---|---|
FormulaShifter |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.