https://github.com/jsreport/toner-html-to-xlsx
Toner recipe for converting html tables into excel xlsx
https://github.com/jsreport/toner-html-to-xlsx
Last synced: 5 months ago
JSON representation
Toner recipe for converting html tables into excel xlsx
- Host: GitHub
- URL: https://github.com/jsreport/toner-html-to-xlsx
- Owner: jsreport
- License: mit
- Created: 2015-05-27T12:26:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T12:51:34.000Z (over 10 years ago)
- Last Synced: 2025-01-30T09:35:02.403Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://jsreport.net
- Size: 152 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#toner-html-to-xlsx
[](https://travis-ci.org/jsreport/toner-html-to-xlsx)
**[Toner](https://github.com/jsreport/toner) recipe for converting html tables into xlsx using [html-to-xlsx package](https://github.com/pofider/html-to-xlsx)**
```bash
npm install toner-html-to-xlsx
```
```js
toner.recipe("html-to-xlsx", require("toner-html-to-xlsx")());
```
See the [html-to-xlsx](https://github.com/pofider/html-to-xlsx) docs for details.