Dia antes primera install

This commit is contained in:
2025-12-08 15:20:28 -06:00
commit 1416478c9c
4130 changed files with 886376 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<script type="text/x-red" data-help-name="book">
<p>スプレッドシートの内容をワークブックオブジェクトに変換します</p>
<h3>入力</h3>
<dl class="message-properties">
<dt>payload
<span class="property-type">Buffer</span>
</dt>
<dd>スプレッドシートファイルの内容のBufferオブジェクト</dd>
</dl>
<h3>出力</h3>
<dl class="message-properties">
<dt>payload <span class="property-type">object</span></dt>
<dd>Bufferオブジェクトからデコードされたワークブックオブジェクト</dd>
</dl>
<h3>詳細</h3>
<p>file-inードを使用してスプレッドシートファイルを読み込みたい場合file-inードの出力形式プロパティにバイナリバッファを設定します
そうでない場合このノードでエラーが発生します</p>
<p>解析プロパティがチェックされている場合このードはCSVおよびその他のプレーンテキストからの値を解釈することを抑制します</p>
<h3>参照</h3>
<ul>
<li><a href="https://sheetjs.gitbooks.io/docs/#sheetjs-js-xlsx" target="_blank">SheetJS js-xlsx</a> - js-xlsx</li>
<li><a href="https://github.com/sakai-to/node-red-contrib-spreadsheet-in" target="_blank">GitHub</a> - GitHub</li>
</ul>
</script>