> ## 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/feishu/images/writecolumntolarkspreadsheetcommand-04.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=3c6319ded77d685eaf6866f8322aba76" alt="写入列至飞书表格指令参数面板" width="648" height="405" data-path="helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-04.png" />

    | 参数         | 说明                |
    | ---------- | ----------------- |
    | **飞书电子表格** | 选择需要读取的飞书电子表格     |
    | **写入列**    | 输入列号，列号从1或A开始     |
    | **写入内容**   | 输入行号，输入写入内容，可添加多行 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=5480c416c1f98841cf26bef4b10fd2be" alt="写入列至飞书表格使用示例" width="851" height="192" data-path="helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-03.png" />

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

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

使用【获取飞书表格】根据网址获取飞书表格，并将结果保存至飞书电子表格中

使用【写入列至飞书表格】往飞书电子表格的第4列第1行写入“R”，第2行写入“P”，第3行写入“A”

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=0a39ecdd183428ca2c6860abc4bac4f5" alt="写入列至飞书表格效果展示" width="227" height="99" data-path="helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-01.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-05.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=1d6abe5e402d32bfcd3ce563673d8de3" alt="写入列至飞书表格效果展示" width="345" height="118" data-path="helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-05.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=42904c830dfe7364d2560411f5dd99bf" alt="写入列至飞书表格效果展示" width="845" height="208" data-path="helpcenter/commands/feishu/images/writecolumntolarkspreadsheetcommand-02.png" />

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