ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.52k stars 227 forks source link

“用一个forked handsontable/formula-parser 来处理公式计算。”公式引擎Bug较多! #552

Open wangxiya opened 5 months ago

wangxiya commented 5 months ago

举例:if(a=0,0,b/a)会提示错误,因为引擎会先计算b/a,然后将值传入。

sanchit3008 commented 5 months ago

Hi, thanks for submitting. Would it be possible for you to verify if these bugs still exist in the latest formula.js version? We could plan an upgrade if that is the case.

october-rain commented 3 months ago

举例:if(a=0,0,b/a)会提示错误,因为引擎会先计算b/a,然后将值传入。

老哥,你项目里,针对现在公式的bug,是通过引入 handsontable/formula-parser 来解决的吗?

alonesmall commented 2 months ago

举例:if(a=0,0,b/a)会提示错误,因为引擎会先计算b/a,然后将值传入。

老哥,你项目里,针对现在公式的bug,是通过引入 handsontable/formula-parser 来解决的吗?

他说的是这个项目用的这个插件有bug。 image