MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files
MIT License
238 stars 41 forks source link

Error when trying to read Excel file #195

Open harmbuisman opened 3 weeks ago

harmbuisman commented 3 weeks ago

When I read this Excel file from this github using umya_spreadsheet::reader::xlsx::read(filename) I get the following error:

...cargo\registry\src\index.crates.io-6f17d22bba15001f\umya-spreadsheet-1.2.7\src\structs\vml\text_box.rs:51:9:
Error at position 3638: EndEventMismatch { expected: "br", found: "font" }

The Excel file works fine when opening it from Excel.

After removing the sheet called "log", the file can be read using umya_spreadsheet::reader::xlsx::read(filename)

MathNya commented 3 weeks ago

@harmbuisman Thank you for contacting us. The error is probably for the same reason as #189. We will address this in the next version update.