1.1.5 • Published 9 months ago

node-red-spreadsheet-template v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

node-red-spreadsheet-template

Use this node to create spreadsheets using a spreadsheet template.

flow

📖 How to test your node

  1. open a terminal in the root of this project
  2. run npm install
  3. 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

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago