Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
loci.poi.hssf.record.formula |
formula package contains binary PTG structures used in Formulas
|
Class and Description |
---|
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
|
Ptg |
Class and Description |
---|
Ptg |
Class and Description |
---|
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
|
Area3DPtg
Title: Area 3D Ptg - 3D referecnce (Sheet + Area)
|
AreaPtg
Specifies a rectangular area of cells A1:A4 for instance.
|
ArrayPtg
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.
|
ControlPtg |
MemAreaPtg |
OperationPtg
defines a Ptg that is an operation instead of an operand
|
Ptg |
Ref3DPtg
Title: Reference 3D Ptg
|
ReferencePtg
ReferencePtg - handles references (such as A1, A2, IA4)
|
Copyright © 2016 Open Microscopy Environment