Package org.apache.poi.hssf.record.formula

formula package contains binary PTG structures used in Formulas (not yet supported!)

See:
          Description

Interface Summary
OperationPtg defines a Ptg that is an operation instead of an operand
 

Class Summary
AddPtg  
AreaPtg  
AttrPtg "Special Attributes" This seems to be a Misc Stuff and Junk record.
DividePtg  
ExpPtg  
FormulaUtil  
IntPtg Integer (short intger) Stores a (java) short value in a formula
MemErrPtg  
MultiplyPtg  
NamePtg  
ParenthesisPtg Denotes that the previous operation (if just after an operation) or operand (if just after an operand) should appear in parenthesis.
PowerPtg  
Ptg  
SubtractPtg  
UnknownPtg  
ValueReferencePtg  
ValueVariableFunctionPtg An excel function with variable number of value arguments.
 

Package org.apache.poi.hssf.record.formula Description

formula package contains binary PTG structures used in Formulas (not yet supported!)

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
org.apache.poi.hssf.record, FormulaRecord


Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved.