Exception: Rbxl::UnsupportedFormatError

Inherits:
Error
  • Object
show all
Defined in:
lib/rbxl/errors.rb

Overview

Raised by open when the file is not a valid .xlsx container. Most commonly fires on legacy .xls (BIFF/CFB) files — the message names the detected format and suggests a conversion path rather than letting the underlying ZIP parser surface an opaque error.