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

# 查找谷歌单元格

## 指令说明

**描述：** 从谷歌表格里查找指定内容所在的单元格，返回单元格的坐标

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/findgooglespreadsheetcellcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=8f591af5b7781cbd1478a8340234cf46" alt="查找谷歌单元格指令参数面板" width="647" height="521" data-path="helpcenter/commands/google/images/findgooglespreadsheetcellcommand-03.png" />

    | 参数        | 说明                                    |
    | --------- | ------------------------------------- |
    | **谷歌表格**  | 选择需要读取的谷歌表格                           |
    | **查找的内容** | 设置需要查找的内容，是否忽略大小写，是否完全匹配整个单元格，是否为正则匹配 |
    | **生成的变量** | 保存单元变量                                |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/findgooglespreadsheetcellcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=0808940b7ff9a1b3ec9d9696d2e7beae" alt="查找谷歌单元格使用示例" width="1063" height="204" data-path="helpcenter/commands/google/images/findgooglespreadsheetcellcommand-01.png" />

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

谷歌表格

查找到的坐标

使用【获取谷歌访问凭证】获取谷歌访问凭证，并将其保存至谷歌访问凭证中

使用【获取谷歌表格】根据网址获取谷歌表格，并将结果保存至谷歌表格中

使用【查找谷歌单元格】在飞书电子表格中查找“A”所在的单元格，不区分大小写，将结果保存到单元格列表

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/findgooglespreadsheetcellcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=162ab96baa9abdde484014dd11a8fac8" alt="查找谷歌单元格效果展示" width="652" height="273" data-path="helpcenter/commands/google/images/findgooglespreadsheetcellcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/findgooglespreadsheetcellcommand-04.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=f45173c75342ee47e35af3c06bb550b8" alt="查找谷歌单元格效果展示" width="1054" height="218" data-path="helpcenter/commands/google/images/findgooglespreadsheetcellcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/findgooglespreadsheetcellcommand-05.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=9ecc2611b48a081b5fe1290c2b16342c" alt="查找谷歌单元格效果展示" width="1071" height="336" data-path="helpcenter/commands/google/images/findgooglespreadsheetcellcommand-05.png" />

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