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=@test.xlsx" https://s2c.sheetjs.com/ The response will be an HTML TABLE generated from the first worksheet. Try it out!
Use the file input element to select a file, then click "Submit"
Library Version: 0.18.10