写入行
<h1>功能</h1>
<p>将列表中的数据写入起始单元格开始的表格行中。</p>
<h1><strong>目标</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>工作表名称</td>
<td>【字符串】工作表名称</td>
<td>‘sheet3’</td>
</tr>
<tr>
<td>起始单元格</td>
<td>【字符串】开始输入的起始单元格</td>
<td>‘A1’</td>
</tr>
</tbody>
</table>
<h1><strong>输入</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>列表</td>
<td>【TList<String>】,传入变量</td>
<td>{填写变量名称}</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>1、如果未指定起始单元格,则从A1单元格开始写入。
2、如果工作表不存在,则使用’工作表名称’值新建一个工作表。
3、数据表范围中的所有单元格都将被覆盖,所做的更改会立即保存。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p>1、构建‘字符串列表’函数的配置:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/16ef6a7ac2ee0d42b8b451b63e52f0f2" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/e452901e16948f59eda6bbebbf604079" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/b97a3d893cc78da27afac2c5dc3eefd8" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/73c7239ff6e934cf221d2f182fb8ec57" title="[组件[写入行函数示例]_20210208.db">组件[写入行函数示例]_20210208.db</a></p>