jsreport-html-to-xlsx
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/jsreport-html-to-xlsx package

2.8.6 • Public • Published

⚠️ This repository has been moved to the monorepo jsreport/jsreport

jsreport-html-to-xlsx

NPM Version Build Status jsreport recipe capable of converting html into excel

See https://jsreport.net/learn/html-to-xlsx

Installation

npm install jsreport-html-to-xlsx

Usage

To use recipe in for template rendering set template.recipe=html-to-xlsx in the rendering request.

{
  template: { content: '...', recipe: 'html-to-xlsx', enginne: '...' }
}

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-html-to-xlsx')())

Dependencies (7)

Dev Dependencies (14)

Package Sidebar

Install

npm i jsreport-html-to-xlsx

Weekly Downloads

655

Version

2.8.6

License

LGPL

Unpacked Size

885 kB

Total Files

18

Last publish

Collaborators

  • pofider
  • bjrmatos