MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mjhmjhgkmj opened this issue · comments

image

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

cell.is_formula() is false

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