MathNya / umya-spreadsheet

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

[fix] fix split address panic when sheet name contain '!' #123

Closed zjhsd2007 closed 1 year ago

zjhsd2007 commented 1 year ago

In excel, sheet name can contain '!', so, a valid address can be 'she!et1!A1:F2', now split_address will panic

MathNya commented 1 year ago

@zjhsd2007 Thanks for the PR. This was originally my correction, but I am sorry that I could not find the time to do so. There was no problem with the updated content, so I will merge it in.