/excel-to-txt

Small rust programs that outputs txt from excel documents. For use together with .gitattributes

Primary LanguageRustMIT LicenseMIT

Installation

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