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  
FormulaParser EXPERIMENTAL code to parse formulas back and forth between RPN and not
FormulaUtil  
IntPtg Integer (short intger) Stores a (java) short value in a formula
MemErrPtg  
MultiplyPtg  
NamePtg  
ParenthesisPtg Dummy class, we want it only for for the parsing process does not actually get into the file -- note by andy...there is a parenthesis PTG that can be written and is sometimes! Avik Sengupta
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 © 2002 Apache jakarta-poi project. All Rights Reserved.