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

    | 参数         | 说明                         |
    | ---------- | -------------------------- |
    | **飞书电子表格** | 选择需要读取的飞书电子表格              |
    | **写入方式**   | 选择写入行的方式，从空行开始写入、覆盖一行、插入一行 |
    | **写入内容**   | 输入列号，输入写入内容，可添加多列          |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/feishu/images/writerowtolarkspreadsheetcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=b36d064c80bb7f9e5e7e03eb592c971c" alt="写入行至飞书表格使用示例" width="848" height="197" data-path="helpcenter/commands/feishu/images/writerowtolarkspreadsheetcommand-01.png" />

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

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

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

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

### 效果展示

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

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

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/feishu/images/writerowtolarkspreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=206cf4b9019bdf0999d54491f36c78d7" alt="写入行至飞书表格效果展示" width="840" height="184" data-path="helpcenter/commands/feishu/images/writerowtolarkspreadsheetcommand-03.png" />

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