[PR #304] [MERGED] feat: support xlsx file parsing #22428

Closed
opened 2026-02-21 20:18:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/304
Author: @saifeiLee
Created: 6/6/2023
Status: Merged
Merged: 6/9/2023
Merged by: @takatost

Base: mainHead: github-lsf-dev


📝 Commits (6)

  • 3a97834 feat: 支持解析xlsx文件
  • 85e45a8 update i18
  • ad9ec90 fix: xlsx的数据解析以List形式输出
  • 084dc2c feat: xlsx解析过滤掉empty row
  • 28fe551 Merge branch 'main' into github-lsf-dev
  • 55ebed0 fix: discard /web changes for xlsx feature

📊 Changes

4 files changed (+41 additions, -2 deletions)

View changed files

📝 api/controllers/console/datasets/file.py (+5 -1)
api/core/index/readers/xlsx_parser.py (+31 -0)
📝 api/core/indexing_runner.py (+3 -0)
📝 api/requirements.txt (+2 -1)

📄 Description

  1. 支持xlsx文件的解析,以List输出

🔄 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/pull/304 **Author:** [@saifeiLee](https://github.com/saifeiLee) **Created:** 6/6/2023 **Status:** ✅ Merged **Merged:** 6/9/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `github-lsf-dev` --- ### 📝 Commits (6) - [`3a97834`](https://github.com/langgenius/dify/commit/3a978346624cd0837aea6a86504561dca311473b) feat: 支持解析xlsx文件 - [`85e45a8`](https://github.com/langgenius/dify/commit/85e45a8bb1af43e47773e622946cc21662dc5fd6) update i18 - [`ad9ec90`](https://github.com/langgenius/dify/commit/ad9ec9030397ec3bc2b83b4b06652078ea288928) fix: xlsx的数据解析以List形式输出 - [`084dc2c`](https://github.com/langgenius/dify/commit/084dc2cc726ea910d95f28036f19d4c9ad82430b) feat: xlsx解析过滤掉empty row - [`28fe551`](https://github.com/langgenius/dify/commit/28fe5514871be34ed8788b427e45207c027d446c) Merge branch 'main' into github-lsf-dev - [`55ebed0`](https://github.com/langgenius/dify/commit/55ebed0d841475531556d1532c1524366f2ffbda) fix: discard /web changes for xlsx feature ### 📊 Changes **4 files changed** (+41 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/datasets/file.py` (+5 -1) ➕ `api/core/index/readers/xlsx_parser.py` (+31 -0) 📝 `api/core/indexing_runner.py` (+3 -0) 📝 `api/requirements.txt` (+2 -1) </details> ### 📄 Description 1. 支持xlsx文件的解析,以List输出 --- <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-21 20:18:57 -05:00
yindo closed this issue 2026-02-21 20:18:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22428