An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

#toner-html-to-xlsx

[![Build Status](https://travis-ci.org/jsreport/toner-html-to-xlsx.png?branch=master)](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.