Posted 19 March 2025, 3:36 pm EST - Updated 19 March 2025, 3:41 pm EST
I am getting an error while trying to use the import feature based on your sample code:
https://developer.mescius.com/spreadjs/demos/features/spreadjs-file-format/overview/purejs
I am using Visual Studio 2022 and I am getting the following error:
TypeError: Cannot close a CLOSED writable stream… a few clicks later on the Continue button in
Visual Studio and I see this:
TypeError: Failed to execute ‘close’ on ‘WritableStream’: Cannot close a locked stream
Then some times I eventually get the file and sometimes I do not see the file in the spreadsheet control.
When clicking on the Open button:
I have implanted this example into my current code in visual studio 2022 basically the same example found on the link above.
I am able to choose the file but when I click on the Open button it throws the exception shown.
Also if I import a CSV file it imports that fine, its only puking /throwing the exception durring the import of ANY xlsx file.
Previously I started playing with this example in a separate project in VSCode it worked fine. no problems. But again this was using the example pretty much exactly as it appears in the example page.
If the xlsx file is large or complicated it will not import the file.
If it is small well with the default settings checked I will be able to click through all the exceptions and see it:
I cannot send you my code because it is too big but I can send you the code I was working with in VCCodeSpreadJS_ImportTestBed.zip
Thanks!
George