Exception: Rbxl::SharedStringsTooLargeError

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

Overview

Raised when the shared strings table in an opened workbook exceeds the configured count or byte limits (see max_shared_strings and max_shared_string_bytes). Guards against malicious or malformed .xlsx files that would otherwise exhaust memory before the first row is read.