Use Case:
I have n row and m columns.
columns m is sum of 1 to (m-1) columns
row n is sum of 1 to (n-1) row
basically m column and nth row is created with formulas
Issue:
After spreadsheet load when I'm trying to update even one cell it takes ~5-10sec to trigger change event depending on size of data
Sample:
Attaching a fiddler link. Here after spreadsheet is loaded , edit one cell and click out.
https://jsfiddle.net/u2kz7cjb/