Uses of Package
org.apache.poi.hssf.record.formula

Packages that use org.apache.poi.hssf.record.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.formula formula package contains binary PTG structures used in Formulas 
org.apache.poi.hssf.record.formula.eval   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.model
Ptg
          Ptg represents a syntactic token in a formula.
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.record
Ptg
          Ptg represents a syntactic token in a formula.
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.record.formula
AbstractFunctionPtg
          This class provides the base functionality for Excel sheet functions There are two kinds of function Ptgs - tFunc and tFuncVar Therefore, this class will have ONLY two subclasses
AreaI
          Common interface for AreaPtg and Area3DPtg, and their child classes.
AreaPtgBase
          Specifies a rectangular area of cells A1:A4 for instance.
AttrPtg
          "Special Attributes" This seems to be a Misc Stuff and Junk record.
ControlPtg
          Common superclass for tExp tTbl tParen tNlr tAttr tSheet tEndSheet
ErrPtg
           
MemAreaPtg
           
OperandPtg
           
OperationPtg
          defines a Ptg that is an operation instead of an operand
Ptg
          Ptg represents a syntactic token in a formula.
RefPtgBase
          ReferencePtgBase - handles references (such as A1, A2, IA4)
ValueOperatorPtg
          Common superclass of all value operators.
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.record.formula.eval
Ptg
          Ptg represents a syntactic token in a formula.
Ref3DPtg
          Title: Reference 3D Ptg
RefPtg
          ReferencePtg - handles references (such as A1, A2, IA4)
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.usermodel
Area3DPtg
          Title: Area 3D Ptg - 3D reference (Sheet + Area)
AreaPtg
          Specifies a rectangular area of cells A1:A4 for instance.
Ptg
          Ptg represents a syntactic token in a formula.
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.util
AreaI
          Common interface for AreaPtg and Area3DPtg, and their child classes.
 



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