SheetJS Spreadsheet Conversion Service


API


Send a POST request to https://s2c.sheetjs.com with the file in the file body parameter:

    curl -X POST -F"file=@pres.numbers" https://s2c.sheetjs.com/

The response will be an HTML TABLE generated from the first worksheet.

For CSV data, pass the parameter type=csv:

    curl -X POST -F"file=@pres.numbers" -F"type=csv" https://s2c.sheetjs.com/


Try it out!




Use the file input element to select a file, then click "Submit"



SheetJS Library Version: 0.19.3