MathNya / umya-spreadsheet

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

does not read a formula like A1=A2=A3 from a file #185

Open mjhmjhgkmj opened 2 months ago

mjhmjhgkmj commented 2 months ago

image

Excel is working with formulas with this format, but umya-spreadsheet says that:

cell.is_formula() is false

mjhmjhgkmj commented 2 months ago

issue_185.xlsx

MathNya commented 2 months ago

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