| Package | Description | 
|---|---|
| org.apache.poi.ss.formula.ptg | The formula package contains binary PTG structures used in Formulas | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttrPtg"Special Attributes" | 
| class  | ExpPtg | 
| class  | ParenthesisPtgWhile 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 | 
| class  | TblPtgThis ptg indicates a data table. | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.