MathNya / umya-spreadsheet

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

helper::address::split_address maybe has wrong! #121

Closed zjhsd2007 closed 10 months ago

zjhsd2007 commented 1 year ago

sheet name can contain !, so the address str maybe is 'she!et'!A1:C7, but this split_address function be panic

MathNya commented 1 year ago

@zjhsd2007 Thank you for your report. We will address this in the next version update.