2.4.7 • Published 6 months ago

xlsx-renderer v2.4.7

Weekly downloads
157
License
MIT
Repository
github
Last release
6 months ago

XLSX-Renderer

NPMnpm GitHub Workflow Status codecov

Export data to Ecma-376 .XLSX Excel files based on template,

Example

const renderer = new Renderer();
await renderer.renderFromFile('./invoice-template.xlsx', invoiceData)
    .then(wb => wb.xlsx.writeFile('./invoice.xlsx'));

Makes generating spreadsheet files as simple as possible - it is enough one line to generate pretty customizable spreadsheet file.

Read more :arrow_right:

Now working with

TypeScriptJavaScriptNodeJSReactAngularVue
TypeScriptJavaScriptNodeJSReactAngularVue

Useful

2.4.7

6 months ago

2.4.6

6 months ago

2.4.5

6 months ago

2.4.4

3 years ago

2.4.3

3 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.5

3 years ago

2.3.4

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago