> ## 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/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/getlarkspreadsheetcommand-01.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=5da4d7a81478eb783548b39f69f280cc" alt="获取飞书表格指令参数面板" width="651" height="411" data-path="helpcenter/commands/feishu/images/getlarkspreadsheetcommand-01.png" />

    | 参数          | 说明                                      |
    | ----------- | --------------------------------------- |
    | **飞书访问凭证**  | 设置飞书访问凭证，以获得数据表访问权限                     |
    | **飞书表格URL** | 飞书表格的Web链接，可在浏览器里打开对应的电子表格，而后从浏览器地址栏里获取 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/getlarkspreadsheetcommand-03.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=3990f3ee45a8837619ccf42978105cc6" alt="获取飞书表格使用示例" width="645" height="408" data-path="helpcenter/commands/feishu/images/getlarkspreadsheetcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/getlarkspreadsheetcommand-02.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=ffba347aee08915382c374f31674eb7e" alt="获取飞书表格使用示例 - 流程搭建" width="822" height="153" data-path="helpcenter/commands/feishu/images/getlarkspreadsheetcommand-02.png" />

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

1. 选择飞书访问凭证并填写飞书表格 URL。
2. 执行【获取飞书表格】，验证凭证和 URL 并读取表格信息。
3. 将生成的飞书表格对象保存到变量，供后续读取、写入、插入或删除行列等指令使用。

### 效果展示

执行完成后，将获取飞书电子表格对象并保存至指定变量。

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