[PR #751] [CLOSED] feat: add excel_tool plugin for JSON to Excel conversion with styling support #1150

Closed
opened 2026-02-22 17:49:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/751
Author: @wangpengfei44
Created: 6/24/2025
Status: Closed

Base: mainHead: main


📝 Commits (5)

  • e9f25e6 feat: 添加二维数组转Excel插件
  • 7185f09 feat: 修正自述文件与隐私政策文件
  • da66085 feat: 修正目录结构
  • e7f6da1 重新上传打包
  • ea249db 1、fix language to English only in README and PRIVACY

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

Organization/excel_tool/excel_tool.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

excel_tool is a lightweight plugin that converts JSON-formatted 2D arrays into Excel (.xlsx) files. It supports custom column widths, merged cells, cell styles (including alignment, font size, bold, background color, border, and text wrapping), and row heights. The plugin is designed to enable easy export and formatting of structured tabular data.

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

This plugin does not collect any personal user data. It only processes user-provided JSON data to generate Excel files.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 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-plugins/pull/751 **Author:** [@wangpengfei44](https://github.com/wangpengfei44) **Created:** 6/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`e9f25e6`](https://github.com/langgenius/dify-plugins/commit/e9f25e69c8233fb530a8bb580880910d7eebadbe) feat: 添加二维数组转Excel插件 - [`7185f09`](https://github.com/langgenius/dify-plugins/commit/7185f09f13cfa6744e2411d7ed0dbc6ba7602da4) feat: 修正自述文件与隐私政策文件 - [`da66085`](https://github.com/langgenius/dify-plugins/commit/da660855ad38d3985121f5001c2a0e979138364d) feat: 修正目录结构 - [`e7f6da1`](https://github.com/langgenius/dify-plugins/commit/e7f6da17246f5139483b0a7df16fbd43eb79261d) 重新上传打包 - [`ea249db`](https://github.com/langgenius/dify-plugins/commit/ea249db7563da35b0655146a6a52a1363b723356) 1、fix language to English only in README and PRIVACY ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Organization/excel_tool/excel_tool.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: wangpengfei44 - **Plugin Name**: excel_tool - **Repository URL**: https://github.com/wangpengfei44/excel_tool ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description <!-- Please briefly describe the purpose of the new plugin or the updates made to the existing plugin --> `excel_tool` is a lightweight plugin that converts JSON-formatted 2D arrays into Excel (.xlsx) files. It supports custom column widths, merged cells, cell styles (including alignment, font size, bold, background color, border, and text wrapping), and row heights. The plugin is designed to enable easy export and formatting of structured tabular data. ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection This plugin does not collect any personal user data. It only processes user-provided JSON data to generate Excel files. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <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-22 17:49:40 -05:00
yindo closed this issue 2026-02-22 17:49:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1150