Command line tool which produces a readable output from Excel xlsx files, enabling comparison with git diff tools.
-
.NET Runtime 9.0 (or greater)
Install via winget
winget install Microsoft.DotNet.Runtime.9or download from https://dotnet.microsoft.com/en-us/download/dotnet/9.0/runtime
choco install git-diff-xlsx
- Download zip archive from https://github.com/webbwebbwebb/git-diff-xlsx/releases/latest
- Extract to folder
- Add folder to your path
Add these lines to .gitconfig
[diff "git-diff-xlsx"]
textconv = git-diff-xlsx
Add this line to .gitattributes
*.xlsx diff=git-diff-xlsx

