tafia / calamine

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

Text is truncated for xls document with BIFF5 #374

Closed saks closed 6 months ago

saks commented 7 months ago

I came across the file which, when read using calamine, had all text labels truncated (first and a last character of all text cells were missing), same issue with sheet tab names. It looks like the current implementation only works for newer versions of Microsoft Excel.

I'm attaching the example file: biff5_write.xls