GNOME Bugzilla – Bug 585277
In ODF "^" is left-associative, not right-associative
Last modified: 2009-06-11 04:14:12 UTC
When we import 2^3^2 from ODF we have to make sure that it ia interpreted as left associative.
Why do they do these things to us?
The openformula draft claims that Excel 2000 also has this as left-associative. True?
True. Code has been added to the parser to add ()s, thus making it clear how it got parsed. That way we will at least stop writing files for which one could be in doubt.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
I can confirm that everything related to this works great now! Thank you!