Uses of Package
org.apache.poi.ss.formula.ptg
Packages that use org.apache.poi.ss.formula.ptg
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
formula package contains binary PTG structures used in Formulas
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.hssf.model
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.hssf.record
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.hssf.record.aggregates
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.hssf.record.cf
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.hssf.record.chart
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.hssf.usermodel
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.ss.formulaClassDescriptionTitle: Area 3D Ptg - 3D reference (Sheet + Area)Title: XSSF Area 3D Reference (Sheet + Area)Common interface for AreaPtg and Area3DPtg, and their child classes.See the spec at 2.5.198.76 PtgNameA Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.Ptg represents a syntactic token in a formula.Title: Reference 3D PtgTitle: XSSF 3D Reference
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.ss.formula.eval
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.ss.formula.ptgClassDescriptionThis 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 subclassesCommon superclass of 2-D area refsCommon interface for AreaPtg and Area3DPtg, and their child classes.Specifies a rectangular area of cells A1:A4 for instance."Special Attributes" This seems to be a Misc Stuff and Junk record.Boolean (boolean) Stores a (java) boolean value in a formula.Common superclass for tExp tTbl tParen tNlr tAttr tSheet tEndSheetdefines a Ptg that is an operation instead of an operandPtg represents a syntactic token in a formula.An XSSF only special kind of Ptg, which stores the sheet / book reference in string form.An XSSF only special kind of Ptg, which stores a range of sheet / book references in string form.ReferencePtgBase - handles references (such as A1, A2, IA4)Common superclass of all
Ptg
s that represent simple constant values.Common superclass of all value operators. -
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.ss.usermodel
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.xssf.streaming
-
Classes in org.apache.poi.ss.formula.ptg used by org.apache.poi.xssf.usermodelClassDescriptionSee the spec at 2.5.198.76 PtgNameA Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.Ptg represents a syntactic token in a formula.