I am in charge of several Excel files and SQL schema files. How should I perform better document version control on these files?
I need to know the part modified (di
We've built an open-source Git command line extension for Excel workbooks: https://www.xltrail.com/git-xltrail.
In a nutshell, the main feature is that it makes git diff work on any workbook file formats so that it shows the diff on the workbook's VBA content (at some point, we'll make this work for the worksheets content, too).
It's still early days but it might help.