A lightweight server for small tasks written in node
Method | Route | Params | Description |
---|---|---|---|
POST | /api/xlsx | { hats } | Receives an object with the "hats" property and converts that into a spreadsheet. |
A very basic and small server for converting JSON files to Excel spreadsheets
JavaScript