Uses of Package
org.apache.poi.ss.formula

Packages that use org.apache.poi.ss.formula
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   
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.hssf.model
EvaluationWorkbook.ExternalName
           
EvaluationWorkbook.ExternalSheet
           
FormulaParseException
          This exception thrown when a supplied formula has incorrect syntax (or syntax currently not supported by POI).
FormulaShifter
           
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.hssf.record
Formula
          Encapsulates an encoded formula token array.
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.hssf.record.aggregates
FormulaShifter
           
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.hssf.usermodel
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'.
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.ss.formula
CollaboratingWorkbooksEnvironment
          Manages a collection of WorkbookEvaluators, in order to support evaluation of formulas across spreadsheets.

For POI internal use only

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.

For performance reasons, this class keeps a cache of all previously calculated intermediate cell values.

 

Classes in org.apache.poi.ss.formula used by org.apache.poi.ss.formula.eval
TwoDEval
          Common interface of AreaEval and AreaEvalBase
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.ss.formula.eval.forked
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'.
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.ss.formula.functions
OperationEvaluationContext
          Contains all the contextual information required to evaluate an operation within a formula For POI internal use only
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.ss.formula.ptg
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.
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.ss.usermodel
FormulaParseException
          This exception thrown when a supplied formula has incorrect syntax (or syntax currently not supported by POI).
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.xssf.streaming
FormulaParseException
          This exception thrown when a supplied formula has incorrect syntax (or syntax currently not supported by POI).
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.xssf.usermodel
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'.
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.xssf.usermodel.helpers
FormulaShifter
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.