🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

xlsx-renderer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-renderer

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

2.4.7
latest
Version published
Weekly downloads
1.3K
20.3%
Maintainers
1
Weekly downloads
 
Created

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

FAQs

Package last updated on 20 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts