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.formula formula package contains binary PTG structures used in Formulas 
org.apache.poi.hssf.record.formula.functions   
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. 
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.hssf.model
EvaluationWorkbook.ExternalSheet
           
 

Classes in org.apache.poi.ss.formula used by org.apache.poi.hssf.record.formula
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.hssf.record.formula.functions
EvaluationWorkbook
          Abstracts a workbook for the purpose of formula evaluation.
For POI internal use only
 

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

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

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.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
WorkbookEvaluator
          Evaluates formula cells.

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

 



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