ExcelIO convert xlsx to sjs file format

Posted by: quan.le.hong on 1 May 2024, 10:23 pm EST

    • Post Options:
    • Link

    Posted 1 May 2024, 10:23 pm EST - Updated 1 May 2024, 10:40 pm EST

    Hi, I’m trying to convert an excel file with .xlsx extension to .sjs extension with ExcelIO.

    Does ExcelIO support to do that?

    If not are there any way to convert .xlsx file to .sjs file without needing to open the Excel editor?

  • Posted 2 May 2024, 4:02 pm EST

    Hi,

    The ExcelIO module doesn’t support converting the .xlsx file to .sjs file. The .sjs file is supported in the new SJSIO module which is available from SpreadJS V16 and above.

    You could refer to the following docs on new SpreadJS File Format: https://developer.mescius.com/spreadjs/docs/features/spreadjs-file-format

    You need to open the Excel file via the SpreadJS API and then use the SpreadJS APIs to export it as .sjs file. Without opening the excel file, currently, it is not possible to convert from .xlsx file to .sjs file.

    However, if you want to convert the excel file to .sjs file at server side, you could consider our other product Document Solutions for Excel (DSExcel), consider the following demo:

    https://developer.mescius.com/document-solutions/dot-net-excel-api/demos/importandexportsjsfiles. It also requires opening the excel file and then exporting to .sjs file.

    Regards,

    Ankit

  • Posted 2 May 2024, 4:26 pm EST

    Hi,

    Thank you for your support, I will consider using BE for conversion.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels