Uses of Class
org.apache.poi.ss.formula.eval.ErrorEval
Packages that use ErrorEval
-
Uses of ErrorEval in org.apache.poi.ss.formula.eval
Fields in org.apache.poi.ss.formula.eval declared as ErrorEvalModifier and TypeFieldDescriptionstatic final ErrorEvalErrorEval.CIRCULAR_REF_ERRORstatic final ErrorEvalErrorEval.DIV_ZERO#DIV/0! - Division by zerostatic final ErrorEvalErrorEval.FUNCTION_NOT_IMPLEMENTEDstatic final ErrorEvalErrorEval.NA#N/A - Argument or function not availablestatic final ErrorEvalErrorEval.NAME_INVALID#NAME? - Wrong function or range namestatic final ErrorEvalErrorEval.NULL_INTERSECTION#NULL! - Intersection of two cell ranges is emptystatic final ErrorEvalErrorEval.NUM_ERROR#NUM! - Value range overflowstatic final ErrorEvalErrorEval.REF_INVALID#REF! - Illegal or deleted cell referencestatic final ErrorEvalErrorEval.VALUE_INVALID#VALUE! - Wrong type of operandMethods in org.apache.poi.ss.formula.eval that return ErrorEvalModifier and TypeMethodDescriptionEvaluationException.getErrorEval()static ErrorEvalErrorEval.valueOf(int errorCode) Translates an Excel internal error code into the corresponding POI ErrorEval instanceConstructors in org.apache.poi.ss.formula.eval with parameters of type ErrorEval