node-red-contrib-json2xlsx
v1.0.2
Published
Convert a json payload to xlsx buffered file
Downloads
47
Readme
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