Uses of Class
org.apache.poi.ss.formula.eval.ErrorEval
-
Packages that use ErrorEval Package Description org.apache.poi.ss.formula.eval -
-
Uses of ErrorEval in org.apache.poi.ss.formula.eval
Fields in org.apache.poi.ss.formula.eval declared as ErrorEval Modifier and Type Field Description static ErrorEvalErrorEval. CIRCULAR_REF_ERRORstatic ErrorEvalErrorEval. DIV_ZERO#DIV/0! - Division by zerostatic ErrorEvalErrorEval. FUNCTION_NOT_IMPLEMENTEDstatic ErrorEvalErrorEval. NA#N/A - Argument or function not availablestatic ErrorEvalErrorEval. NAME_INVALID#NAME? - Wrong function or range namestatic ErrorEvalErrorEval. NULL_INTERSECTION#NULL! - Intersection of two cell ranges is emptystatic ErrorEvalErrorEval. NUM_ERROR#NUM! - Value range overflowstatic ErrorEvalErrorEval. REF_INVALID#REF! - Illegal or deleted cell referencestatic ErrorEvalErrorEval. VALUE_INVALID#VALUE! - Wrong type of operandMethods in org.apache.poi.ss.formula.eval that return ErrorEval Modifier and Type Method Description ErrorEvalEvaluationException. 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 Constructor Description EvaluationException(ErrorEval errorEval)
-