Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

node-red-spreadsheet-template

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-spreadsheet-template

A Node-RED node for rendering spreadsheets using a spreadsheet template.

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

npm package build status

node-red-spreadsheet-template

Use this node to create spreadsheets using a spreadsheet template.

flow

📖 How to test your node

  • open a terminal in the root of this project
  • run npm install
  • run npm run start and wait for your browser to open

Usage

1 - Configure the node inputs

Like the payload, all other inputs can be set using the msg object, as follows:

  • msg.templateFilepath
  • msg.templateSheetName
  • msg.outputFilepath

[!IMPORTANT]

msg values take precedence over the values set in the node's form.

2 - Create a spreadsheet template

3 - Define the data

[!IMPORTANT]

msg.payload must be an array of objects.

4 - Run the flow

5 - Verify the output.xlsx

Keywords

node-red

FAQs

Package last updated on 15 Oct 2024

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