| 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  | BoolPtgBoolean (boolean) Stores a (java) boolean value in a formula. | 
| class  | ErrPtg | 
| class  | IntPtgInteger (unsigned short integer) Stores an unsigned short value (java int) in a formula | 
| class  | MissingArgPtgMissing Function Arguments | 
| class  | NumberPtgNumber Stores a floating point value in a formula value stored in a 8 byte
 field using IEEE notation | 
| class  | StringPtgString Stores a String value in a formula value stored in the format
 <length 2 bytes>char[] | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.