> ## 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/XU4apql8B34CRdwD/helpcenter/commands/excel/images/renameexcelsheetcommand-01.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=8a591e98a36f241e1213029905f41687" alt="重命名Sheet页指令参数面板" width="648" height="357" data-path="helpcenter/commands/excel/images/renameexcelsheetcommand-01.png" />

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

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/renameexcelsheetcommand-04.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=cac62dde1517ca35e4fb20a0bf5bfe2a" alt="重命名Sheet页使用示例" width="653" height="366" data-path="helpcenter/commands/excel/images/renameexcelsheetcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/renameexcelsheetcommand-02.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=5f43ae25049b2ed9acc5da12f6020057" alt="重命名Sheet页使用示例 - 流程搭建" width="820" height="171" data-path="helpcenter/commands/excel/images/renameexcelsheetcommand-02.png" />

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

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

使用【重命名Sheet页】指令将工作表重命名

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/renameexcelsheetcommand-03.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=076a62e81149b6976627cb4f431dfd09" alt="重命名Sheet页使用示例 - 效果展示" width="934" height="186" data-path="helpcenter/commands/excel/images/renameexcelsheetcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/renameexcelsheetcommand-05.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=48d498b44087979a90b822afcfeb649a" alt="重命名Sheet页使用示例 - 效果展示 3" width="383" height="249" data-path="helpcenter/commands/excel/images/renameexcelsheetcommand-05.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/renameexcelsheetcommand-06.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=a6b5cc7aae221fa99749227fe2a206cf" alt="重命名Sheet页使用示例 - 效果展示 4" width="447" height="221" data-path="helpcenter/commands/excel/images/renameexcelsheetcommand-06.png" />

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