> ## 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工作表中的图片导出并保存为文件。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/exportexcelimagecommand-01.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=4eba8bb9927119c1cf6c5069d52559fb" alt="导出单元格图片指令参数面板" width="646" height="579" data-path="helpcenter/commands/excel/images/exportexcelimagecommand-01.png" />

    | 参数           | 说明                                                         |
    | ------------ | ---------------------------------------------------------- |
    | **Excel对象**  | 请选择Excel对象（可通过指令【启动Excel】或【获取当前激活的Excel对象】创建），用于确定待操作的工作簿。 |
    | **Sheet页名称** | 操作目标工作表的名称，支持选填，默认为当前Excel激活的Sheet页。                       |
    | **图片位置**     | 填写要导出的图片所在的单元格位置。                                          |
    | **保存路径**     | 填写图片导出的文件路径。                                               |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/exportexcelimagecommand-03.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=5cb31b13db017dbe3ec3b75fa08b8ff4" alt="导出单元格图片使用示例" width="646" height="584" data-path="helpcenter/commands/excel/images/exportexcelimagecommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/exportexcelimagecommand-02.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=f6318ade8390b9cc0189d0b0d6e3eb6f" alt="导出单元格图片使用示例 - 流程搭建" width="1038" height="237" data-path="helpcenter/commands/excel/images/exportexcelimagecommand-02.png" />

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

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

使用【导出单元格图片】指令将Excel中的图片导出保存为文件

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/exportexcelimagecommand-04.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=9a0aee5c30db86d707626848c6de9a72" alt="导出单元格图片使用示例 - 效果展示 2" width="1283" height="185" data-path="helpcenter/commands/excel/images/exportexcelimagecommand-04.png" />

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