How to perform better document version control on Excel files and SQL schema files

前端 未结 9 1263
执念已碎
执念已碎 2020-11-27 09:29

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

9条回答
  •  死守一世寂寞
    2020-11-27 09:53

    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.

提交回复
热议问题