audreyt / ethercalc

Node.js port of Multi-user SocialCalc
https://ethercalc.net
Other
2.97k stars 538 forks source link

Export to ods/xlsx doesn't include formulas #762

Open doobry-systemli opened 3 years ago

doobry-systemli commented 3 years ago

Hello,

first, thanks a lot for developing and maintaining ethercalc! It's a very valuable piece of software.

Unfortunately exports again don't preserve formulas. Instead, the calculated value is stored in the cells. This problem exists both on ethercalc.net and on our (up-to-date) instance calc.systemli.org.

Apparently this issue already got reported in #579 and fixed in commit 028abb by updating the j dependency from 0.4.5 to 1.0.0, but later the j dependency again got downgraded back to 0.4.5 in commit f17bb53 (to fix #694).

So is there any plan to migrate to j 1.0.0?