> ## 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/readgooglespreadsheetcommand-04.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=e19d69c2e473c01ea0bce175eb5dbc27" alt="读取谷歌表格内容指令参数面板" width="643" height="510" data-path="helpcenter/commands/google/images/readgooglespreadsheetcommand-04.png" />

    | 参数       | 说明                             |
    | -------- | ------------------------------ |
    | **谷歌表格** | 选择需要读取的谷歌表格                    |
    | **读取方式** | 选择读取表格的方式，读取单元格、读取一行、读取一列、读取区域 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/readgooglespreadsheetcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=ea64f5306709ea222956ef1101c73db8" alt="读取谷歌表格内容使用示例" width="1061" height="193" data-path="helpcenter/commands/google/images/readgooglespreadsheetcommand-02.png" />

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

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

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

使用【读取谷歌表格内容】读取谷歌表格中第1行到第3行、第1列到第3列的内容，并将其保存至表格

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/readgooglespreadsheetcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=7d410c7ebe42dd504f86ee3a7005e166" alt="读取谷歌表格内容效果展示" width="1057" height="338" data-path="helpcenter/commands/google/images/readgooglespreadsheetcommand-01.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/readgooglespreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=ce795e5990cd8f6e00840e9b6f1afd84" alt="读取谷歌表格内容效果展示" width="1053" height="214" data-path="helpcenter/commands/google/images/readgooglespreadsheetcommand-03.png" />

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