version control - How do I create a readable diff of two spreadsheets using git diff? -
we have lot of spreadsheets (xls) in our source code repository. these edited gnumeric or openoffice.org, , used populate databases unit testing dbunit. there no easy ways of doing diffs on xls files know of, , makes merging extremely tedious , error prone.
i've tried converting spreadsheets xml , doing regular diff, feels should last resort.
i'd perform diffing (and merging) git
text files. how this, e.g. when issuing git diff
?
we faced exact same issue in our co. our tests output excel workbooks. binary diff not option. rolled out our own simple command line tool. check out excelcompare project. infact allows automate our tests quite nicely. patches / feature requests quite welcome!
Comments
Post a Comment