Class Spreadsheet::Excel::Error
In: lib/spreadsheet/excel/error.rb
Parent: Object

This class encapsulates Excel Error-Codes

Methods

new   value  

Constants

ERROR_VALUES = { 0x00 => '#NULL!', # Intersection of two cell ranges is empty 0x07 => '#DIV/0!', # Division by zero 0x0F => '#VALUE!', # Wrong type of operand 0x17 => '#REF!', # Illegal or deleted cell reference 0x1D => '#NAME?', # Wrong function or range name 0x24 => '#NUM!', # Value range overflow 0x2A => '#N/A!', # Argument or function not available }

Attributes

code  [R] 

Public Class methods

Public Instance methods

The String value Excel associates with an Error code

[Validate]