追加范围
<h1>功能</h1>
<p>1、往指定工作表末尾追加数据。
2、如果该工作表不存在,则系统会使用"工作表名称"字段中指定的名称新建一个工作表。</p>
<h1><strong>输入</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>数据表</td>
<td>【DataTable】要追加写入的数据。</td>
<td>数据表变量table</td>
</tr>
<tr>
<td>工作表名称</td>
<td>【字符串】工作簿中的工作表名称。</td>
<td>‘sheet2</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>1、从指定工作表的末尾(即无数据的地方)进行添加。
2、末尾不包括第一行表头,即空表格时也从第二行开始。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/ed57512ec5b6ecc18c63d21361256246" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/ff1e4bbde3e146f2fef8e9e194eb12f9" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/5343dac43a7fe91ab691c1c2e198ff05" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/bd16b50270a0d38e80019735491fdd5e" title="[组件[追加范围]_20210207.db">组件[追加范围]_20210207.db</a></p>