MathNya / umya-spreadsheet

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

Opening, saving and closing file in LibreOffice Calc causes issues #60

Closed KyGost closed 2 years ago

KyGost commented 2 years ago

I tried opening, saving and closing a sheet in LibreOffice Calc and tried to open the file again and got:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', .../src/structs/vml/spreadsheet/anchor.rs:152:30
MathNya commented 2 years ago

It appears that an unexpected parameter has been registered when saving a file in LibreOffice. This will be corrected so that the error does not occur.

MathNya commented 2 years ago

We have resolved the event you indicated. Please check after obtaining the latest version.

KyGost commented 2 years ago

Awesome! Will check at some point. Will close for now.