Java org.apache.poi.ss.formula.eval ErrorEval fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.formula.eval ErrorEval fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.formula.eval ErrorEval.

The text is from its open source code.

Field

ErrorEvalVALUE_INVALID
#VALUE! - Wrong type of operand
ErrorEvalNAME_INVALID
#NAME? - Wrong function or range name
ErrorEvalNUM_ERROR
#NUM! - Value range overflow
ErrorEvalNA
#N/A - Argument or function not available

Method

StringgetText(int errorCode)
Converts error codes to text.
ErrorEvalvalueOf(int errorCode)
Translates an Excel internal error code into the corresponding POI ErrorEval instance