node-red-contrib-json2xlsx 1.0.2

Convert a json payload to xlsx buffered file

npm install node-red-contrib-json2xlsx

node-red-contrib-json2xlsx

base on: json-as-xlsx

json-xlsx node convert an object array to an Xlsx buffered file output. For example you could convert an sql table output to a file, o send it as attachment by e-mail.

Usage

Attributes

<p><code>msg.payload</code> should contains a JSON array of objects.</p>
<p>
  <code>File name</code>
  文件名称,可以使用<code>msg.name</code>来动态设置文件名称
</p>
<p>
  <code>Sheet name</code> Sheet
  名称,可以使用<code>msg.sheetName</code>来动态设置Sheet名称
</p>
<p>
  <code>Topic</code>
  邮件标题,可以使用<code>msg.topic</code>来动态设置邮件主题
</p>
<p><code>Description</code> 描述信息,邮件内容</p>

License

MIT

Node Info

Version: 1.0.2
Updated 1 year, 6 months ago
License: MIT
Rating: 5.0 2

Categories

Actions

Rate:

Downloads

9 in the last week

Nodes

  • json-xlsx

Keywords

  • node-red
  • JSON to excel
  • xlsx

Maintainers