Versions 9, 10 and 11 will freeze if the user enters a formula like the one below.
Is there a way around this?
example
= sum (A1: A4) works fine
= sum (A4: A1) raises an exception.
handsontable.full.min.js: 78
Uncaught Error: Incorrect array size
at new e (handsontable.full.min.js:78)
at e.value (handsontable.full.min.js:78)
at handsontable.full.min.js: 78
at Array.map (<anonymous>)
at e.value (handsontable.full.min.js:78)
at e.value (handsontable.full.min.js:78)
at e.value (handsontable.full.min.js:78)
at e.value (handsontable.full.min.js:134)
at e.value (handsontable.full.min.js: 526)
at e.value (handsontable.full.min.js: 113)