Class | Spreadsheet::Excel::Error |
In: |
lib/spreadsheet/excel/error.rb
|
Parent: | Object |
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 } |
code | [R] |