新建工作表
<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>‘程序创建的工作表’</td>
</tr>
</tbody>
</table>
<h1><strong>输出</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>工作表位置</td>
<td>【整数】新建工作表的位置,可填可不填,为创建变量</td>
<td>{填入变量名称}</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>1、新建工作表成功后,会输出工作表所在的位置,如需要可通过变量接收。
2、新工作表的名称,与已有工作表不得重名。
3、excel工作表的索引,是从0开始的,如输出工作表所在的位置为1,则表明的是第二个工作表。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/c3a34916778f8883054adaa869d71b55" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/b9e36e5b73b09e991de953dc6705bdde" title="[组件[新建工作表函数示例]_20210208.db">组件[新建工作表函数示例]_20210208.db</a></p>