Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render xlsx same as docx #31005

Open
robertschulze opened this issue May 17, 2024 · 2 comments
Open

Render xlsx same as docx #31005

robertschulze opened this issue May 17, 2024 · 2 comments
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first. type/upstream This is an issue in one of Gitea's dependencies and should be reported there

Comments

@robertschulze
Copy link

robertschulze commented May 17, 2024

Feature Description

Recently, I realized that Gitea is able to track changes in DOCX files by converting to TXT. I think the same would also be extremely helpful for XLSX files by converting to CSV.

Unfortunately I did not find the relevant piece of code that does the DOCX extraction. Otherwise I would have taken a shot at adding it myself. Any help?

Screenshots

Annotation 2024-05-17 084338

@robertschulze robertschulze added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label May 17, 2024
@eeyrjmr
Copy link
Contributor

eeyrjmr commented May 17, 2024

This is a git feature not gitea. Hopefully xlsx is added at some point

https://github.com/git-for-windows/git/releases/tag/v2.5.3.windows.1

@silverwind
Copy link
Member

As a workaround, try *.xlsx diff in .gitattributes which should force git to show a text diff.

@silverwind silverwind added the type/upstream This is an issue in one of Gitea's dependencies and should be reported there label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first. type/upstream This is an issue in one of Gitea's dependencies and should be reported there
Projects
None yet
Development

No branches or pull requests

3 participants