Create a pretty Excel table from JSON data with a very simple API
npm install @papb/json-excel> Create a pretty Excel table from JSON data with a very simple API. Supports Node.js and browsers.
* Pretty output
* Intelligently auto-fits cell sizes by default
* Checks for Excel limitations automatically (such as maximum cell length) and throws helpful errors if any limit is exceeded
Get the Format as Table* Excel styling, with filterable headers, by simply enabling an option
* Written in TypeScript (you get autocomplete suggestions in your IDE!)
* Works in Node.js and browsers
```
$ npm install @papb/json-excel
#### Standard build
`html`
#### Modern build (ESM)
`html`
Note: you could omit this