xlsx-pemyaaf
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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 ➡️

Now working with

TypeScript JavaScript NodeJS React Angular Vue
TypeScript JavaScript NodeJS React Angular Vue

Useful

Readme

Keywords

none

Package Sidebar

Install

npm i xlsx-pemyaaf

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

112 kB

Total Files

73

Last publish

Collaborators

  • pemyaaf