mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #709] [CLOSED] feat: Add excel_tool plugin for converting 2D arrays to Excel files #1117
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-plugins/pull/709
Author: @wangpengfei44
Created: 6/17/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
e9f25e6feat: 添加二维数组转Excel插件7185f09feat: 修正自述文件与隐私政策文件📊 Changes
17 files changed (+943 additions, -0 deletions)
View changed files
➕
Organization/excel_tool/excel_tool.difypkg(+0 -0)➕
Organization/excel_tool/excel_tool/.difyignore(+179 -0)➕
Organization/excel_tool/excel_tool/.env.example(+4 -0)➕
Organization/excel_tool/excel_tool/.gitignore(+176 -0)➕
Organization/excel_tool/excel_tool/GUIDE.md(+149 -0)➕
Organization/excel_tool/excel_tool/PRIVACY.md(+87 -0)➕
Organization/excel_tool/excel_tool/README.md(+94 -0)➕
Organization/excel_tool/excel_tool/_assets/icon.svg(+6 -0)➕
Organization/excel_tool/excel_tool/ai-plugin.json(+9 -0)➕
Organization/excel_tool/excel_tool/main.py(+6 -0)➕
Organization/excel_tool/excel_tool/manifest.yaml(+38 -0)➕
Organization/excel_tool/excel_tool/openapi.yaml(+32 -0)➕
Organization/excel_tool/excel_tool/provider/excel_tool.py(+14 -0)➕
Organization/excel_tool/excel_tool/provider/excel_tool.yaml(+17 -0)➕
Organization/excel_tool/excel_tool/requirements.txt(+3 -0)➕
Organization/excel_tool/excel_tool/tools/excel_tool.py(+99 -0)➕
Organization/excel_tool/excel_tool/tools/excel_tool.yaml(+30 -0)📄 Description
Plugin Submission Form (Updated)
1. Metadata
2. Submission Type
3. Description
The Array to Excel Converter plugin transforms 2D array data (in JSON format) into Excel files (.xlsx). Key features:
4. Checklist
5. Documentation Checklist
README includes:
6. Privacy Protection
Data Collection
No user data collected. All processing is local:
Privacy Policy
organizations/excel_tool/privacy_policy.md🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.