[PR #311] [MERGED] Feature/support xlsx #22436

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/311
Author: @crazywoola
Created: 6/6/2023
Status: Merged
Merged: 6/8/2023
Merged by: @crazywoola

Base: mainHead: feature/support-xlsx


📝 Commits (6)

📊 Changes

12 files changed (+591 additions, -485 deletions)

View changed files

web/app/components/datasets/create/assets/csv.svg (+22 -0)
web/app/components/datasets/create/assets/xlsx.svg (+18 -0)
📝 web/app/components/datasets/create/file-uploader/index.module.css (+9 -1)
📝 web/app/components/datasets/create/file-uploader/index.tsx (+102 -102)
📝 web/app/components/datasets/create/step-two/index.module.css (+10 -1)
web/app/components/datasets/documents/assets/csv.svg (+22 -0)
web/app/components/datasets/documents/assets/xlsx.svg (+18 -0)
📝 web/app/components/datasets/documents/style.module.css (+9 -0)
📝 web/i18n/lang/dataset-creation.en.ts (+1 -1)
📝 web/i18n/lang/dataset-creation.zh.ts (+1 -1)
📝 web/i18n/lang/dataset-documents.en.ts (+190 -190)
📝 web/i18n/lang/dataset-documents.zh.ts (+189 -189)

📄 Description

No description provided


🔄 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/311 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 6/6/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feature/support-xlsx` --- ### 📝 Commits (6) - [`6ec5bb2`](https://github.com/langgenius/dify/commit/6ec5bb20b57bc7ee6ceebcba485a8ad4effed211) feat: add supportted file types - [`7fe12a9`](https://github.com/langgenius/dify/commit/7fe12a9c09969b042929bbdbbe757c1b8b890dbe) fix: lint and add assets later - [`a9da527`](https://github.com/langgenius/dify/commit/a9da5273d81e728377a84ad586cf5a5280cfa01f) feat: add assets - [`4428e35`](https://github.com/langgenius/dify/commit/4428e350ea4ac443b2302a07b686dfeec3a943d3) feat: add csv - [`e17c67b`](https://github.com/langgenius/dify/commit/e17c67b1ff63625775199782101cef9542c1a68b) feat: add csv - [`dba7dcc`](https://github.com/langgenius/dify/commit/dba7dcc32764daf02f74d10717434368856b1e7c) feat: remove csv support ### 📊 Changes **12 files changed** (+591 additions, -485 deletions) <details> <summary>View changed files</summary> ➕ `web/app/components/datasets/create/assets/csv.svg` (+22 -0) ➕ `web/app/components/datasets/create/assets/xlsx.svg` (+18 -0) 📝 `web/app/components/datasets/create/file-uploader/index.module.css` (+9 -1) 📝 `web/app/components/datasets/create/file-uploader/index.tsx` (+102 -102) 📝 `web/app/components/datasets/create/step-two/index.module.css` (+10 -1) ➕ `web/app/components/datasets/documents/assets/csv.svg` (+22 -0) ➕ `web/app/components/datasets/documents/assets/xlsx.svg` (+18 -0) 📝 `web/app/components/datasets/documents/style.module.css` (+9 -0) 📝 `web/i18n/lang/dataset-creation.en.ts` (+1 -1) 📝 `web/i18n/lang/dataset-creation.zh.ts` (+1 -1) 📝 `web/i18n/lang/dataset-documents.en.ts` (+190 -190) 📝 `web/i18n/lang/dataset-documents.zh.ts` (+189 -189) </details> ### 📄 Description _No description provided_ --- <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#22436