Posted 22 April 2022, 10:37 am EST - Updated 3 October 2022, 9:19 am EST
Hi Team,
On upgrading SpreadJS version to 15.0.0 from 13.2.0, error is being thrown as ‘Can not read properties of undefined(reading ‘do’)’ at fromJson.
I have updated spreadExcel to ExcelIO in 15.0.0
Below is out code snippet.
const spreadNS = GC.Spread.Sheets;
spread = new spreadNS.Workbook(document.getElementById(‘ss’), {sheetCount: 8});
spread.fromJSON(JSON.parse(json));
Please help us on resolving this issue.
Thanks
Pramodh