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