> ## 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/addrowtogooglespreadsheetcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=856b89e4bcf8deeb98d38038d7ec8862" alt="插入空行至谷歌表格指令参数面板" width="643" height="417" data-path="helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-01.png" />

    | 参数        | 说明                     |
    | --------- | ---------------------- |
    | **谷歌表格**  | 选择需要读取的谷歌表格            |
    | **插入方式**  | 选择插入表格的方式，在指定行上方或者下方插入 |
    | **插入行位置** | 输入行号，行号从1开始            |
    | **插入行数**  | 指定需要添加的行的数量            |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=2e1545e0f80b5b9c3bfe40ca608cf80a" alt="插入空行至谷歌表格使用示例 - 流程搭建" width="1064" height="200" data-path="helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-02.png" />

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

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

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

使用【插入空行至谷歌表格】往谷歌表格的第2行下方添加2行空行

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=4f86feeb3b0462b171b6205d0f7fc605" alt="插入空行至谷歌表格使用示例 - 效果展示" width="752" height="297" data-path="helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-04.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=802dfa0ba45d569c648ae0bf4d4094e2" alt="插入空行至谷歌表格使用示例 - 效果展示" width="1059" height="212" data-path="helpcenter/commands/google/images/addrowtogooglespreadsheetcommand-04.png" />

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