工作簿另存为
<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>文档清单11</td>
</tr>
<tr>
<td>文件格式</td>
<td>【枚举】保存文件的格式</td>
<td>Excel</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>123</td>
</tr>
<tr>
<td>编辑密码</td>
<td>【字符串】文件写保护的密码。</td>
<td>1234</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>参数‘文件名’可写具体的文件路径,也可只写文件名。如果只写文件名,则文件将被另存到‘我的电脑’-->‘文档文件’路径下。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/f470764ddfb1468d41cb7c040fa3dcbd" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/280825f0a684bc300d2a42af558dde68" title="[组件[工作簿另存为函数示例]_20210208.db">组件[工作簿另存为函数示例]_20210208.db</a></p>