Exception: Xlsxrb::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Xlsxrb::Error
- Defined in:
- lib/xlsxrb.rb
Direct Known Subclasses
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!")