Library Version: 0.18.10SheetJS 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!