Aspose.cells.GridJS sample project throwing JS error

image.png (86.7 KB)

The sample project for Aspose Cells GridJS downloaded from the below link is throwing the JS errors I have shared in the attachment. Could you please provide a working sample?
Download link: https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridJs

Can you provide your excel file,we will investigate the issue

Here’s the excel files. But it’s throwing the error for empty excel files as well. So I don’t think it’s due to the excel file I’m using. Could you please share the working code?

Test Workbooks.zip (18.5 KB)

We tried the demo and use your files,but didn’t get the error

We 've updated the demo project.
in the index.html the js reference is like this:

 <script src="./xspreadsheet.js?20211228"></script>
 <link rel="stylesheet" href="./xspreadsheet.css?20211228">

so that you can refresh the js update easily.