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 ErrorEval
ErrorEval.CIRCULAR_REF_ERROR
static final ErrorEval
ErrorEval.DIV_ZERO
#DIV/0! - Division by zerostatic final ErrorEval
ErrorEval.FUNCTION_NOT_IMPLEMENTED
static final ErrorEval
ErrorEval.NA
#N/A - Argument or function not availablestatic final ErrorEval
ErrorEval.NAME_INVALID
#NAME? - Wrong function or range namestatic final ErrorEval
ErrorEval.NULL_INTERSECTION
#NULL! - Intersection of two cell ranges is emptystatic final ErrorEval
ErrorEval.NUM_ERROR
#NUM! - Value range overflowstatic final ErrorEval
ErrorEval.REF_INVALID
#REF! - Illegal or deleted cell referencestatic final ErrorEval
ErrorEval.VALUE_INVALID
#VALUE! - Wrong type of operandMethods in org.apache.poi.ss.formula.eval that return ErrorEvalModifier and TypeMethodDescriptionEvaluationException.getErrorEval()
static ErrorEval
ErrorEval.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