xlsx-renderer
Advanced tools
Weekly downloads
Changelog
v2.4.4
Full Changelog: https://github.com/Siemienik/XToolset/compare/xlsx-renderer-v2.4.3...v2.4.4
Readme
Export data to Ecma-376 .XLSX
Excel files based on template,
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.
TypeScript | JavaScript | NodeJS | React | Angular | Vue |
---|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
FAQs
Allows render spreadsheet (xlsx) files based on the template supplied by indeed viewModel.
The npm package xlsx-renderer receives a total of 509 weekly downloads. As such, xlsx-renderer popularity was classified as not popular.
We found that xlsx-renderer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.