Posted 24 December 2024, 6:59 am EST
- Updated 24 December 2024, 7:04 am EST
Hi,
SJS does not officially support Node.js. However, if you wish to use SJS with Node.js, you can refer to the following article: How to Import and Export Excel (XLSX) using Node.js - https://developer.mescius.com/blogs/how-to-import-export-excel-xlsx-using-node-js.
From my understanding, you intend to load the SSJSON file and export it as an Excel file using Node.js. This can be achieved by utilizing the fromJSON method to load the SSJSON file and the export method to generate an Excel blob, which can then be used as per your requirements. Please refer to the attached GIF (“Steps.gif”) and sample files (“Sample.zip”) for guidance.
Gif: 
Sample: Sample.zip
If you prefer a supported approach, you can use DsExcel, which allows you to load an SSJSON file and export it as an Excel file. DsExcel is available for .NET and Java. For more information, refer to the following links:
Regards,
Priyam