bump excel_analysis plugin to version 0.3.1 - #3021
Merged
Merged
Conversation
crazywoola
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
This version adds persistent workbook caching and supports multiple read-only DuckDB SELECT or CTE statements per query request. It also improves runtime logging and keeps the plugin compatible with Dify Python 3.12.
Risk level
The plugin processes user-provided Excel/CSV files and URLs, performs read-only SQL queries, and uses filesystem-backed temporary storage during runtime.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin accepts user-provided HTTP(S) workbook URLs, downloads Excel/CSV content with bounded redirects, size limits, and timeouts, stores parsed workbook data in Dify plugin storage, and executes read-only DuckDB SQL supplied by the user. It does not execute shell commands, write to third-party services, or collect credentials. SQL write statements and dangerous DuckDB commands are rejected.
Local validation
dify version->v0.6.10dify plugin package <plugin-directory> -o <output>-> package generated successfully.env,.git, caches, or executablesD8ABB808DCAB2432349A990C82D50B1EC459B39D49F36CB7E6A216C4399F6BA8Reviewer notes
This is a version update from 0.3.0 to 0.3.1. The PR intentionally contains only the single
excel_analysis-0.3.1.difypkgfile.