Posted 16 October 2018, 10:48 am EST
SpreadJS 11.2.1 - 11.2.6
Typing a formula where a function’s arguments are not satisfied causes the update to the cell to be thrown out. Example:
=DATE()
=DATE(2018, 10, 16, 1)
- Entering the formulas above in an empty cell and hitting enter prior to 11.2.1 resulted in #VALUE!, or the additional arguments were ignored, but now results in an empty cell with no formula, so a typo results in having to re-enter the entire formula.
Editing an existing formula and having the wrong number of arguments for a function will cause your change to be quietly discarded, so a value may still be there, possibly causing you to not notice that your updated formula wasn’t saved.