[PR #276] [MERGED] migrate feishu_spreadsheet tool #1241

Closed
opened 2026-02-16 10:22:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/276
Author: @Nov1c444
Created: 2/26/2025
Status: Merged
Merged: 2/26/2025
Merged by: @Nov1c444

Base: mainHead: plugin/feishu_spreadsheet


📝 Commits (1)

  • 5b9cefe migrate feishu_spreadsheet tool

📊 Changes

25 files changed (+1763 additions, -0 deletions)

View changed files

tools/feishu_spreadsheet/.env.example (+4 -0)
tools/feishu_spreadsheet/README.md (+0 -0)
tools/feishu_spreadsheet/_assets/icon.png (+0 -0)
tools/feishu_spreadsheet/feishu_api_utils.py (+913 -0)
tools/feishu_spreadsheet/main.py (+6 -0)
tools/feishu_spreadsheet/manifest.yaml (+40 -0)
tools/feishu_spreadsheet/provider/feishu_spreadsheet.py (+7 -0)
tools/feishu_spreadsheet/provider/feishu_spreadsheet.yaml (+50 -0)
tools/feishu_spreadsheet/requirements.txt (+1 -0)
tools/feishu_spreadsheet/tools/add_cols.py (+21 -0)
tools/feishu_spreadsheet/tools/add_cols.yaml (+74 -0)
tools/feishu_spreadsheet/tools/add_rows.py (+21 -0)
tools/feishu_spreadsheet/tools/add_rows.yaml (+74 -0)
tools/feishu_spreadsheet/tools/create_spreadsheet.py (+18 -0)
tools/feishu_spreadsheet/tools/create_spreadsheet.yaml (+37 -0)
tools/feishu_spreadsheet/tools/get_spreadsheet.py (+18 -0)
tools/feishu_spreadsheet/tools/get_spreadsheet.yaml (+52 -0)
tools/feishu_spreadsheet/tools/list_spreadsheet_sheets.py (+17 -0)
tools/feishu_spreadsheet/tools/list_spreadsheet_sheets.yaml (+26 -0)
tools/feishu_spreadsheet/tools/read_cols.py (+24 -0)

...and 5 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/276 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `plugin/feishu_spreadsheet` --- ### 📝 Commits (1) - [`5b9cefe`](https://github.com/langgenius/dify-official-plugins/commit/5b9cefe929d3d02f2b9804077c281977caca6d01) migrate feishu_spreadsheet tool ### 📊 Changes **25 files changed** (+1763 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/feishu_spreadsheet/.env.example` (+4 -0) ➕ `tools/feishu_spreadsheet/README.md` (+0 -0) ➕ `tools/feishu_spreadsheet/_assets/icon.png` (+0 -0) ➕ `tools/feishu_spreadsheet/feishu_api_utils.py` (+913 -0) ➕ `tools/feishu_spreadsheet/main.py` (+6 -0) ➕ `tools/feishu_spreadsheet/manifest.yaml` (+40 -0) ➕ `tools/feishu_spreadsheet/provider/feishu_spreadsheet.py` (+7 -0) ➕ `tools/feishu_spreadsheet/provider/feishu_spreadsheet.yaml` (+50 -0) ➕ `tools/feishu_spreadsheet/requirements.txt` (+1 -0) ➕ `tools/feishu_spreadsheet/tools/add_cols.py` (+21 -0) ➕ `tools/feishu_spreadsheet/tools/add_cols.yaml` (+74 -0) ➕ `tools/feishu_spreadsheet/tools/add_rows.py` (+21 -0) ➕ `tools/feishu_spreadsheet/tools/add_rows.yaml` (+74 -0) ➕ `tools/feishu_spreadsheet/tools/create_spreadsheet.py` (+18 -0) ➕ `tools/feishu_spreadsheet/tools/create_spreadsheet.yaml` (+37 -0) ➕ `tools/feishu_spreadsheet/tools/get_spreadsheet.py` (+18 -0) ➕ `tools/feishu_spreadsheet/tools/get_spreadsheet.yaml` (+52 -0) ➕ `tools/feishu_spreadsheet/tools/list_spreadsheet_sheets.py` (+17 -0) ➕ `tools/feishu_spreadsheet/tools/list_spreadsheet_sheets.yaml` (+26 -0) ➕ `tools/feishu_spreadsheet/tools/read_cols.py` (+24 -0) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:25 -05:00
yindo closed this issue 2026-02-16 10:22:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1241