tafia / calamine

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

Issue401 #402

Closed tafia closed 4 months ago

tafia commented 4 months ago

Some xlsx files do not contain any _rels file. The tables was thus never set. Trying to read these tables in turn made it panic.

While the whole table code may need some attention, this PR only tries to fix this behavior.

Some aspects that may need to be addressed are:

Close #401