README
node-red-contrib-xlsx-out
Xlsx-out 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.
Convert a json payload to xlsx buffered file
<script type="module">
import nodeRedContribXlsxOut from 'https://cdn.skypack.dev/node-red-contrib-xlsx-out';
</script>
Xlsx-out 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.