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

xlsx-renderer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

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.4
Source
npm
Version published
Weekly downloads
946
-22.2%
Maintainers
1
Weekly downloads
 
Created
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

excel

FAQs

Package last updated on 11 Nov 2021

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