Uses of Class
io.keikai.range.formula.ErrorEval
Packages that use ErrorEval
-
Uses of ErrorEval in io.keikai.range.formula
Fields in io.keikai.range.formula declared as ErrorEvalModifier and TypeFieldDescriptionstatic final ErrorEvalErrorEval.DIV_ZERO#DIV/0!— division by zero.static final ErrorEvalErrorEval.NA#N/A— value not available to the function.static final ErrorEvalErrorEval.NAME_INVALID#NAME?— unrecognised name in formula.static final ErrorEvalErrorEval.NULL_INTERSECTION#NULL!— intersection of two ranges does not intersect.static final ErrorEvalErrorEval.NUM_ERROR#NUM!— numeric value out of legal range.static final ErrorEvalErrorEval.REF_INVALID#REF!— invalid cell reference (often after delete).static final ErrorEvalErrorEval.VALUE_INVALID#VALUE!— wrong type of argument.Methods in io.keikai.range.formula that return ErrorEvalModifier and TypeMethodDescriptionEvaluationException.getErrorEval()static ErrorEvalErrorEval.valueOf(int code) Look up anErrorEvalby its Excel error code.Constructors in io.keikai.range.formula with parameters of type ErrorEval