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 ErrPtgErrPtg.DIV_ZERO#DIV/0! - Division by zerostatic final ErrPtgErrPtg.N_A#N/A - Argument or function not availablestatic final ErrPtgErrPtg.NAME_INVALID#NAME? - Wrong function or range namestatic final ErrPtgErrPtg.NULL_INTERSECTION#NULL! - Intersection of two cell ranges is emptystatic final ErrPtgErrPtg.NUM_ERROR#NUM! - Value range overflowstatic final ErrPtgErrPtg.REF_INVALID#REF! - Illegal or deleted cell referencestatic final ErrPtgErrPtg.VALUE_INVALID#VALUE! - Wrong type of operandMethods in org.apache.poi.ss.formula.ptg that return ErrPtgModifier and TypeMethodDescriptionstatic ErrPtgErrPtg.read(LittleEndianInput in) static ErrPtgErrPtg.valueOf(int code)