Uses of Class
org.apache.poi.ss.formula.ptg.ErrPtg
Packages that use ErrPtg
Package
Description
formula package contains binary PTG structures used in Formulas
-
Uses of ErrPtg in org.apache.poi.ss.formula.ptg
Fields in org.apache.poi.ss.formula.ptg declared as ErrPtgModifier and TypeFieldDescriptionstatic final ErrPtg
ErrPtg.DIV_ZERO
#DIV/0! - Division by zerostatic final ErrPtg
ErrPtg.N_A
#N/A - Argument or function not availablestatic final ErrPtg
ErrPtg.NAME_INVALID
#NAME? - Wrong function or range namestatic final ErrPtg
ErrPtg.NULL_INTERSECTION
#NULL! - Intersection of two cell ranges is emptystatic final ErrPtg
ErrPtg.NUM_ERROR
#NUM! - Value range overflowstatic final ErrPtg
ErrPtg.REF_INVALID
#REF! - Illegal or deleted cell referencestatic final ErrPtg
ErrPtg.VALUE_INVALID
#VALUE! - Wrong type of operandMethods in org.apache.poi.ss.formula.ptg that return ErrPtgModifier and TypeMethodDescriptionstatic ErrPtg
ErrPtg.read
(LittleEndianInput in) static ErrPtg
ErrPtg.valueOf
(int code)