SheetJS Spreadsheet Conversion Service

Proxy: send a request to /api/data to convert the spreadsheet at `url` to a simpler format

parameters:
- url=<url>      the url to request
- N=<idx>        the sheet index to use (-1 returns a list of sheet names in the workbook)
- t=<type>       export type: "json" for json, "html" for html, default is CSV

examples:



Upload: upload a file to /api/upload to convert the spreadsheet at `url` to a simpler format

parameters:
- N=<idx>        the sheet index to use (-1 returns a list of sheet names in the workbook)
- t=<type>       export type: "json" for json, "html" for html, default is CSV

example:
This service is powered by SheetJS Source Code: - Source code for this service - Source code for the SheetJS spreadsheet library