Skip to content

kefniark/xlsdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLS diff

Small CLI tool to be able to git diff excel files

This tool just convert *.xls to text, for git to be able to diff files

Usage

# Install xlsdiff
npm install xlsdiff -g

# Add to gitconfig
git config --global diff.xls.binary true
git config --global diff.xls.textconv xlsdiff

from now you can now diff excel files

git diff mytest.xls

Extra

And to make the diff nicer looking (and more human readable)

git config --global color.diff.old "red reverse"
git config --global color.diff.new "green reverse"

and use

git diff --word-diff=color mytest.xls

About

Small CLI tool to be able to git diff excel files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published