tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.69k stars 158 forks source link

Fixup Range#get: add check for column out of range #342

Closed A248 closed 1 year ago

A248 commented 1 year ago

I noticed that Range::get was lacking some attention, so I added the missing range check on the column index, as well as some documentation

tafia commented 1 year ago

Thanks!