Posted 31 October 2025, 12:35 pm EST
We are encountering a
RangeError: Maximum call stack size exceeded when loading large datasets into a SpreadJS workbook. The issue occurs on the initial sheet load, before any user interaction.
Once this happens, the sheet becomes unresponsive, and no further actions can be performed.
Console Error Trace:
Uncaught RangeError: Maximum call stack size exceeded
at y.evaluateBinaryOperation (gc.spread.sheets.all.min.js:898:2001915)
at y.evaluate (gc.spread.sheets.all.min.js:898:1999137)
at y.evaluateBinaryOperation (gc.spread.sheets.all.min.js:898:2002143)
Environment Details:
- SpreadJS version: 17.1.10
- Browser: Brave v1.84.132
- Framework: React 18
