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 (not yet supported!)  
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.model
Ptg
           
 

Classes in org.apache.poi.hssf.record.formula used by org.apache.poi.hssf.record
Ptg
           
 

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
ControlPtg
           
OperationPtg
          defines a Ptg that is an operation instead of an operand
Ptg
           
 



Copyright © 2003 Apache Software Foundation.