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

Packages that use org.apache.poi.ss.formula
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.record.formula
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
EvaluationName
          Abstracts a name record for formula evaluation.
For POI internal use only
EvaluationWorkbook
          Abstracts a workbook for the purpose of formula evaluation.
For POI internal use only
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
EvaluationName
          Abstracts a name record for formula evaluation.
For POI internal use only
EvaluationWorkbook
          Abstracts a workbook for the purpose of formula evaluation.
For POI internal use only
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
 



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