Exception: Rbxl::WorksheetTooLargeError

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

Overview

Raised when a worksheet’s XML payload exceeds max_worksheet_bytes while iterating in streaming: true mode. Applies to the uncompressed bytes consumed from the ZIP entry, so high-compression zip-bomb style worksheets are stopped mid-inflate rather than after the fact.