Uses of Class
org.apache.poi.ss.formula.eval.ErrorEval

Packages that use ErrorEval
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
static ErrorEval ErrorEval.CIRCULAR_REF_ERROR
           
static ErrorEval ErrorEval.DIV_ZERO
          #DIV/0! - Division by zero
static ErrorEval ErrorEval.NA
          #N/A - Argument or function not available
static ErrorEval ErrorEval.NAME_INVALID
          #NAME? - Wrong function or range name
static ErrorEval ErrorEval.NULL_INTERSECTION
          #NULL! - Intersection of two cell ranges is empty
static ErrorEval ErrorEval.NUM_ERROR
          #NUM! - Value range overflow
static ErrorEval ErrorEval.REF_INVALID
          #REF! - Illegal or deleted cell reference
static ErrorEval ErrorEval.VALUE_INVALID
          #VALUE! - Wrong type of operand
 

Methods in org.apache.poi.ss.formula.eval that return ErrorEval
 ErrorEval EvaluationException.getErrorEval()
           
static ErrorEval ErrorEval.valueOf(int errorCode)
          Translates an Excel internal error code into the corresponding POI ErrorEval instance
 

Constructors in org.apache.poi.ss.formula.eval with parameters of type ErrorEval
EvaluationException(ErrorEval errorEval)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.