Files
Plastic-Raspi-5/node_modules/node-red-contrib-spreadsheet-in/locales/ja/sheet.html

31 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/x-red" data-help-name="sheet">
<p>ワークブックオブジェクトからシートオブジェクトを取り出します</p>
<h3>入力</h3>
<dl class="message-properties">
<dt>payload
<span class="property-type">object</span>
</dt>
<dd>bookードからのワークブックオブジェクト</dd>
<dt class="optional">selectSheetName <span class="property-type">string</span></dt>
<dd>シート名プロパティがこのノードで設定されていない場合このオプションプロパティはシート名を設定します</dd>
</dl>
<h3>出力</h3>
<dl class="message-properties">
<dt>payload <span class="property-type">object</span></dt>
<dd>シート名プロパティで指定されたシートオブジェクト</dd>
<dt>selectedSheetName <span class="property-type">string</span></dt>
<dd>選択されたシート名</dd>
</dl>
<h3>詳細</h3>
<p>シート名プロパティまたは<code>msg.selectSheetName</code></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>