bump excel_analysis plugin to version 0.3.2 - #3024
Merged
Merged
Conversation
crazywoola
approved these changes
Sep 5, 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 allows
get_workbook_infoto load a previously cached workbook bycache_idand return its sheet and column structure without downloading the source file again. It keeps the existing persistent Parquet cache and read-only query flow.Risk level
The plugin processes user-provided HTTP(S) workbook URLs, stores parsed workbook data in Dify plugin storage, and executes read-only DuckDB SQL supplied by the user.
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. The new
cache_idpath only reads previously stored plugin data. It does not execute shell commands, write to third-party services, or collect credentials.Local validation
dify version->v0.6.10dify plugin package <plugin-directory> -o <output>-> package generated successfully.env,.git, caches, or executables8A83BB4E211407AA1F831DA87AEB519A94F423709327C6891A262A7FCD729919Reviewer notes
This is a version update from 0.3.1 to 0.3.2. The PR intentionally contains only the single
excel_analysis-0.3.2.difypkgfile.