Object
This class encapsulates Excel Error-Codes
# File lib/spreadsheet/excel/error.rb, line 16 def initialize code @code = code end
The String value Excel associates with an Error code
# File lib/spreadsheet/excel/error.rb, line 21 def value ERROR_VALUES.fetch @code, '#UNKNOWN' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.