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

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

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/addcolumntogooglespreadsheetcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=455296d93063fcd7642a8f82a6fc0e23" alt="插入空列至谷歌表格使用示例" width="1055" height="223" data-path="helpcenter/commands/google/images/addcolumntogooglespreadsheetcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/addcolumntogooglespreadsheetcommand-04.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=59c25576c3131e4c3b1d4e1605328087" alt="插入空列至谷歌表格使用示例" width="1054" height="195" data-path="helpcenter/commands/google/images/addcolumntogooglespreadsheetcommand-04.png" />

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

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

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

使用【插入空列至谷歌表格】往谷歌电子表格的第2列右方添加3列空列

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/addcolumntogooglespreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=706025142c1c821886cbe7435e63c9fa" alt="插入空列至谷歌表格效果展示" width="855" height="324" data-path="helpcenter/commands/google/images/addcolumntogooglespreadsheetcommand-03.png" />

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