Uses of Interface
org.apache.poi.ss.formula.WorkbookDependentFormula
-
Packages that use WorkbookDependentFormula Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of WorkbookDependentFormula in org.apache.poi.ss.formula.ptg
Classes in org.apache.poi.ss.formula.ptg that implement WorkbookDependentFormula Modifier and Type Class Description class
Area3DPtg
Area 3D Ptg - 3D reference (Sheet + Area)class
DeferredNamePtg
A defined name is only used for parsing and evaluation which will not be written out.class
DeletedArea3DPtg
Deleted Area 3D Ptg - 3D referecnce (Sheet + Area)class
DeletedRef3DPtg
Deleted Reference 3D Ptgclass
NamePtg
See the spec at 2.5.198.76 PtgNameclass
NameXPtg
A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.class
Ref3DPtg
Reference 3D Ptgclass
TablePtg
TODO: XSSF only
-