mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
The documentation of (const) sheet_by_index already mentions that invalid_parameter exception will be thrown if the index is out of range, but the implementation was missing.