> ## 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/XU4apql8B34CRdwD/helpcenter/commands/excel/images/readfilteredcontentcommand-01.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=0f5881c8be9579efa5e5059dfc073add" alt="读取筛选内容指令参数面板" width="660" height="537" data-path="helpcenter/commands/excel/images/readfilteredcontentcommand-01.png" />

    | 参数           | 说明                                                         |
    | ------------ | ---------------------------------------------------------- |
    | **Excel对象**  | 请选择Excel对象（可通过指令【启动Excel】或【获取当前激活的Excel对象】创建），用于确定待操作的工作簿。 |
    | **Sheet页名称** | 操作目标工作表的名称，支持选填，默认为当前Excel激活的Sheet页。                       |
    | **读取范围**     | 填写需要读取的单元格区域（可选，默认为全部可见行）。                                 |
    | **保存内容至**    | 设置变量名，保存读取的内容。                                             |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/readfilteredcontentcommand-03.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=64f060b7ec34702f608d39618e31a9bf" alt="读取筛选内容使用示例" width="660" height="537" data-path="helpcenter/commands/excel/images/readfilteredcontentcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/readfilteredcontentcommand-02.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=034d84fe76484e8a5263d80f759cc366" alt="读取筛选内容使用示例 - 流程搭建" width="1321" height="282" data-path="helpcenter/commands/excel/images/readfilteredcontentcommand-02.png" />

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

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

使用【Excel筛选】指令筛选指定数据

使用【读取筛选内容】指令读取筛选后的可见内容

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/readfilteredcontentcommand-04.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=5a0783ad43703b7216505a5160a57dfa" alt="读取筛选内容使用示例 - 效果展示 2" width="878" height="468" data-path="helpcenter/commands/excel/images/readfilteredcontentcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/readfilteredcontentcommand-05.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=049f2ed3118cde6264069f7e7969503a" alt="读取筛选内容使用示例 - 效果展示 3" width="1920" height="825" data-path="helpcenter/commands/excel/images/readfilteredcontentcommand-05.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/XU4apql8B34CRdwD/helpcenter/commands/excel/images/readfilteredcontentcommand-06.png?fit=max&auto=format&n=XU4apql8B34CRdwD&q=85&s=8c91cc709ce09d88d8759a05da91c34c" alt="读取筛选内容使用示例 - 效果展示 4" width="1920" height="825" data-path="helpcenter/commands/excel/images/readfilteredcontentcommand-06.png" />

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