cargo install --git https://github.com/sighol/excel-to-txt
Add this to your .gitconfig:
[diff "xlsx"]
textconv = excel-to-txt
And add this to your .gitattributes file in the root folder of your repository
*.xlsx diff=xlsx
Small rust programs that outputs txt from excel documents. For use together with .gitattributes
RustMIT