Uses of Package
loci.poi.hssf.record.formula
Packages that use loci.poi.hssf.record.formula
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
formula package contains binary PTG structures used in Formulas
-
Classes in loci.poi.hssf.record.formula used by loci.poi.hssf.model
-
Classes in loci.poi.hssf.record.formula used by loci.poi.hssf.record
-
Classes in loci.poi.hssf.record.formula used by loci.poi.hssf.record.formulaClassDescriptionThis 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 subclassesTitle: Area 3D Ptg - 3D referecnce (Sheet + Area)Specifies a rectangular area of cells A1:A4 for instance.ArrayPtg - handles arrays The ArrayPtg is a little wierd, the size of the Ptg when parsing initially only includes the Ptg sid and the reserved bytes.defines a Ptg that is an operation instead of an operandTitle: Reference 3D PtgReferencePtg - handles references (such as A1, A2, IA4)