Skip to content

bump excel_analysis plugin to version 0.3.2 - #3024

Merged
crazywoola merged 1 commit into
langgenius:mainfrom
Logan19940824:excel_analysis-0.3.2
Sep 5, 2026
Merged

bump excel_analysis plugin to version 0.3.2#3024
crazywoola merged 1 commit into
langgenius:mainfrom
Logan19940824:excel_analysis-0.3.2

Conversation

@Logan19940824

Copy link
Copy Markdown
Contributor

Plugin Submission

Plugin information

Submission type

  • New plugin
  • Version update

What changed

This version allows get_workbook_info to load a previously cached workbook by cache_id and 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

  • Low risk
  • Medium risk
  • High risk

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

  • I have read and followed the Marketplace submission requirements.
  • I have read and comply with the Plugin Developer Agreement.
  • I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below.
  • The package contains only files needed at runtime.
  • The package does not contain secrets, local credentials, .env files, .git directories, virtual environments, caches, logs, or IDE files.
  • The package does not contain executables or bundled binaries, or I explained why they are required below.
  • The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
  • The plugin includes PRIVACY.md or a hosted privacy policy, and manifest.yaml references it.
  • All user-facing text is primarily in English, with localized README files following the i18n guidance.

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_id path 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.10
  • dify plugin package <plugin-directory> -o <output> -> package generated successfully
  • Package archive inspection -> contains runtime files only; no .env, .git, caches, or executables
  • SHA-256: 8A83BB4E211407AA1F831DA87AEB519A94F423709327C6891A262A7FCD729919

Reviewer 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.difypkg file.

@github-actions github-actions Bot added the risk: high High-risk Marketplace submission label Sep 4, 2026
@crazywoola
crazywoola merged commit 3e49cc6 into langgenius:main Sep 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: high High-risk Marketplace submission

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants