Loading a spreadsheet using the method fromJSON
spreadsheet.fromJSON({
sheets: sheet
});
throws the error Uncaught RangeError: Maximum call stack size exceeded
Its a spreadsheet with 830 rows and 22 columns.
Is this error caused by to many cells or caused by to many formulars in the cells ? or perhaps some formular error ?