写入列
<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、数据表范围中的所有单元格都将被覆盖,所做的更改会立即保存。
4、具体的函数配置,请参考‘写入行’函数。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/3681c415783e93931318b57770018e66" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/f987cdb7add9bc8fdf03c7a65d11a203" title="[组件[写入列函数示例]_20210208.db">组件[写入列函数示例]_20210208.db</a></p>