Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

xlsx-renderer

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Issues
File Explorer

Advanced tools

xlsx-renderer

Allows render spreadsheet (xlsx) files based on the template supplied by indeed viewModel.

    2.4.4latest
    GitHub

Version published
Maintainers
1
Weekly downloads
544
decreased by-23.7%

Weekly downloads

Changelog

Source

v2.4.4

What's Changed

  • Added dateMapper with protection against invalid value passes as valid. by @Siemienik in https://github.com/Siemienik/XToolset/pull/192
  • implement add file from buffer by @AlinaKul in https://github.com/Siemienik/XToolset/pull/196
  • Added node 16.x, 17.x to tests suites by @Siemienik in https://github.com/Siemienik/XToolset/pull/197
  • Issue 81: Added getFirstItem method by @maryiabydanova in https://github.com/Siemienik/XToolset/pull/198
  • Security updates (npm audit fixes).

New Contributors

  • @AlinaKul made their first contribution in https://github.com/Siemienik/XToolset/pull/196
  • @maryiabydanova made their first contribution in https://github.com/Siemienik/XToolset/pull/198

Links

  • https://www.npmjs.com/package/xlsx-renderer
  • https://www.npmjs.com/package/xlsx-import
  • Docs: https://siemienik.com/docs/xtoolset

Full Changelog: https://github.com/Siemienik/XToolset/compare/xlsx-renderer-v2.4.3...v2.4.4

Readme

Source

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

Keywords

FAQs

Last updated on 11 Nov 2021

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc