> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 拷贝Sheet页

## 指令说明

**描述：** 复制Excel工作簿中的工作表。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/copyexcelsheetcommand-01.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=fa6f07d90597793caeef3ccedeca3eb3" alt="拷贝Sheet页指令参数面板" width="648" height="457" data-path="helpcenter/commands/excel/images/copyexcelsheetcommand-01.png" />

    | 参数             | 说明                                                         |
    | -------------- | ---------------------------------------------------------- |
    | **Excel对象**    | 请选择Excel对象（可通过指令【启动Excel】或【获取当前激活的Excel对象】创建），用于确定待操作的工作簿。 |
    | **源Sheet页名称**  | 输入要复制的工作表名称。                                               |
    | **目标Sheet页名称** | 输入复制后的新工作表名称。                                              |
    | **插入位置**       | 选择新工作表的插入位置。                                               |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/copyexcelsheetcommand-02.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=c5fc2f44da59de0821a098cdd1c85cba" alt="拷贝Sheet页使用示例 - 流程搭建" width="852" height="150" data-path="helpcenter/commands/excel/images/copyexcelsheetcommand-02.png" />

**该流程执行逻辑：**

使用【启动Excel】打开已有的Excel，并将Excel对象保存到excel对象

使用【拷贝Sheet页】指令复制工作表到指定位置

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/copyexcelsheetcommand-03.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=5ed8e29a01331555cfea29e37945a709" alt="拷贝Sheet页使用示例 - 效果展示" width="834" height="220" data-path="helpcenter/commands/excel/images/copyexcelsheetcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/copyexcelsheetcommand-04.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=6b790581df450a978e97029efa208f9a" alt="拷贝Sheet页使用示例 - 效果展示 2" width="332" height="243" data-path="helpcenter/commands/excel/images/copyexcelsheetcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/copyexcelsheetcommand-05.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=a8ea3d1840d884bf985dc79b0b65684b" alt="拷贝Sheet页使用示例 - 效果展示 3" width="330" height="243" data-path="helpcenter/commands/excel/images/copyexcelsheetcommand-05.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
