SheetJS Spreadsheet Conversion Service send a request to /data?url=<url>&N=<idx> 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:
This service is powered by SheetJS Source Code: - Source code for this service - Source code for the js-xlsx spreadsheet library