> ## 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/deletecolumnfromgooglespreadsheetcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=f2a0267823c0c456462ab873a5547c97" alt="删除谷歌表格列指令参数面板" width="647" height="299" data-path="helpcenter/commands/google/images/deletecolumnfromgooglespreadsheetcommand-02.png" />

    | 参数         | 说明            |
    | ---------- | ------------- |
    | **谷歌电子表格** | 选择需要读取的谷歌表格   |
    | **列号**     | 输入列号，列号从1或A开始 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/deletecolumnfromgooglespreadsheetcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=fd494cd7dbb102109624735abe357c4a" alt="删除谷歌表格列使用示例" width="1060" height="207" data-path="helpcenter/commands/google/images/deletecolumnfromgooglespreadsheetcommand-01.png" />

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

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

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

使用【删除谷歌表格列】删除谷歌电子表格第4列

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/deletecolumnfromgooglespreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=4571506d7b9a54f8b2e3c2204658ebb6" alt="删除谷歌表格列效果展示" width="1057" height="227" data-path="helpcenter/commands/google/images/deletecolumnfromgooglespreadsheetcommand-03.png" />

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