Skip to content

webbwebbwebb/git-diff-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line tool which provides a readable git diff of Excel .xslx files

Resources

License

Stars

Watchers

Forks

Packages

No packages published