Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 936 Bytes

File metadata and controls

41 lines (29 loc) · 936 Bytes

git-diff-xlsx

Command line tool which produces a readable output from Excel xlsx files, enabling comparison with git diff tools.

Pre-requisites

Installation

either via Chocolatey:

choco install git-diff-xlsx

or install manually:

update your Git configuration

Add these lines to .gitconfig

[diff "git-diff-xlsx"]
textconv = git-diff-xlsx

Add this line to .gitattributes

*.xlsx diff=git-diff-xlsx

Screenshots

Terminal git-diff-xlsx on command line

Git Extensions git-diff-xlsx on command line