| Home >> All >> org >> apache >> poi >> hssf >> record >> [ formula Javadoc ] |
org.apache.poi.hssf.record.formula: Javadoc index of package org.apache.poi.hssf.record.formula.
Package Samples:
org.apache.poi.hssf.record.formula: Record package contains class representations for XLS binary strutures.
Classes:
ParenthesisPtg: While formula tokens are stored in RPN order and thus do not need parenthesis for precedence reasons, Parenthesis tokens ARE written to ensure that user entered parenthesis are displayed as-is on reading back Avik Sengupta Andrew C. Oliver (acoliver at apache dot org)
AttrPtg: "Special Attributes" This seems to be a Misc Stuff and Junk record. One function it serves is in SUM functions (i.e. SUM(A1:A3) causes an area PTG then an ATTR with the SUM option set)
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
AddPtg: Addition operator PTG the "+" binomial operator. If you need more explanation than that then well...We really can't help you here.
Area3DPtg: Title: Area 3D Ptg - 3D referecnce (Sheet + Area) Description: Defined a area in Extern Sheet. REFERENCE:
LessThanPtg: Less than operator PTG "<". The SID is taken from the Openoffice.orgs Documentation of the Excel File Format, Table 3.5.7
NumberPtg: Number Stores a floating point value in a formula value stored in a 8 byte field using IEEE notation
Ref3DPtg: Title: Reference 3D Ptg Description: Defined a cell in extern sheet. REFERENCE:
StringPtg: Number Stores a String value in a formula value stored in the format char[]
IntPtg: Integer (short intger) Stores a (java) short value in a formula
MissingArgPtg: Missing Function Arguments Avik Sengupta
BoolPtg: Boolean (boolean) Stores a (java) boolean value in a formula.
UnaryMinusPtg: Unary Plus operator does not have any effect on the operand
UnaryPlusPtg: Unary Plus operator does not have any effect on the operand
AreaPtg: Specifies a rectangular area of cells A1:A4 for instance.
OperationPtg: defines a Ptg that is an operation instead of an operand
ReferencePtg: ReferencePtg - handles references (such as A1, A2, IA4)
MultiplyPtg: Implements the standard mathmatical multiplication - *
DividePtg: This PTG implements the standard binomial divide "/"
GreaterEqualPtg: PTG class to implement greater or equal to
TestFuncPtg: Make sure the FuncPtg performs as expected
LessEqualPtg: Ptg class to implement less than or equal
NotEqualPtg: Ptg class to implement not equal
GreaterThanPtg: Greater than operator PTG ">"
ConcatPtg
| Home | Contact Us | Privacy Policy | Terms of Service |