| Home >> All >> org >> apache >> cocoon >> poi >> hssf >> record >> [ formula Javadoc ] |
org.apache.cocoon.poi.hssf.record.formula: Javadoc index of package org.apache.cocoon.poi.hssf.record.formula.
Package Samples:
org.apache.cocoon.poi.hssf.record.formula
Classes:
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)
ParenthesisPtg: Denotes that the previous operation (if just after an operation) or operand (if just after an operand) should appear in parenthesis. For display purposes only.
IntPtg: Integer (short intger) Stores a (java) short value in a formula
ValueVariableFunctionPtg: An excel function with variable number of value arguments.
OperationPtg: defines a Ptg that is an operation instead of an operand
AddPtg
AreaPtg
DividePtg
ExpPtg
FormulaUtil
MemErrPtg
MultiplyPtg
NamePtg
PowerPtg
Ptg
SubtractPtg
UnknownPtg
ValueReferencePtg
| Home | Contact Us | Privacy Policy | Terms of Service |