> ## 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.

# 粘贴Excel内容

## 指令说明

**描述：** 将已复制的Excel内容粘贴到指定位置。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/pasteexcelcommand-01.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=e613317cc677c2b70bb289336d4b6359" alt="粘贴Excel内容指令参数面板" width="649" height="455" data-path="helpcenter/commands/excel/images/pasteexcelcommand-01.png" />

    | 参数           | 说明                                                         |
    | ------------ | ---------------------------------------------------------- |
    | **Excel对象**  | 请选择Excel对象（可通过指令【启动Excel】或【获取当前激活的Excel对象】创建），用于确定待操作的工作簿。 |
    | **Sheet页名称** | 操作目标工作表的名称，支持选填，默认为当前Excel激活的Sheet页。                       |
    | **目标单元格**    | 填写粘贴的起始单元格位置（如A1）。                                         |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/pasteexcelcommand-02.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=9b4de7c961f383f074285373d4d3a184" alt="粘贴Excel内容使用示例 - 流程搭建" width="847" height="308" data-path="helpcenter/commands/excel/images/pasteexcelcommand-02.png" />

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

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

使用【复制Excel内容】指令复制指定单元格区域

使用【粘贴Excel内容】指令将复制的内容粘贴到目标位置

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/pasteexcelcommand-03.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=4f0bd04250a1f425a5270775de0cf40a" alt="粘贴Excel内容使用示例 - 效果展示" width="836" height="254" data-path="helpcenter/commands/excel/images/pasteexcelcommand-03.png" />

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