| Package | Description | 
|---|---|
| org.apache.poi.ss.formula.ptg | 
 formula package contains binary PTG structures used in Formulas 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ErrPtg | 
ErrPtg.DIV_ZERO
#DIV/0! - Division by zero 
 | 
static ErrPtg | 
ErrPtg.N_A
#N/A - Argument or function not available 
 | 
static ErrPtg | 
ErrPtg.NAME_INVALID
#NAME? - Wrong function or range name 
 | 
static ErrPtg | 
ErrPtg.NULL_INTERSECTION
#NULL!  - Intersection of two cell ranges is empty 
 | 
static ErrPtg | 
ErrPtg.NUM_ERROR
#NUM! - Value range overflow 
 | 
static ErrPtg | 
ErrPtg.REF_INVALID
#REF! - Illegal or deleted cell reference 
 | 
static ErrPtg | 
ErrPtg.VALUE_INVALID
#VALUE! - Wrong type of operand 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ErrPtg | 
ErrPtg.read(LittleEndianInput in)  | 
static ErrPtg | 
ErrPtg.valueOf(int code)  | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.