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!static ErrorEvalErrorEval. FUNCTION_NOT_IMPLEMENTEDstatic ErrorEvalErrorEval. NA#N/A - Argument or function not availablestatic ErrorEvalErrorEval. NAME_INVALID#NAME?static ErrorEvalErrorEval. NULL_INTERSECTION#NULL!static ErrorEvalErrorEval. NUM_ERROR#NUM!static ErrorEvalErrorEval. REF_INVALID#REF!static ErrorEvalErrorEval. VALUE_INVALID#VALUE!Methods 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)
-