Exception: Xlsxrb::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/xlsxrb.rb

Direct Known Subclasses

ParseError, ValidationError, ZipError

Constant Summary collapse

DIV0 =
Elements::CellError.new(code: "#DIV/0!")
NA =
Elements::CellError.new(code: "#N/A")
NAME =
Elements::CellError.new(code: "#NAME?")
NULL =
Elements::CellError.new(code: "#NULL!")
NUM =
Elements::CellError.new(code: "#NUM!")
REF =
Elements::CellError.new(code: "#REF!")
VALUE =
Elements::CellError.new(code: "#VALUE!")