MathNya / umya-spreadsheet

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

Reading an excel file with charts and then writing it generates corrupted file #102

Closed arnabanimesh closed 1 month ago

arnabanimesh commented 1 year ago

Reading an excel file with charts, serializing one of the sheets to read a value from the sheet and then writing the same file generates corrupted file.

MathNya commented 1 year ago

@arnabanimesh We will investigate this as well.