mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #276] [MERGED] migrate feishu_spreadsheet tool #1241
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:plugin/feishu_spreadsheet📝 Commits (1)
5b9cefemigrate 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.