MathNya / umya-spreadsheet

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

Valid definedName containing list of cells or ranges panics #162

Open joshimi opened 6 months ago

joshimi commented 6 months ago

Excel supports definedName format of a list of comma separated addresses (cells or ranges). Reading such an Excel file panics on "Non-standard address".

joshimi commented 6 months ago

test.xlsx

MathNya commented 6 months ago

@joshimi Thank you for contacting us. We will investigate and make the necessary changes.