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

前端 未结 9 1288
执念已碎
执念已碎 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 10:07

    My approach with Excel files is similar to Jon's, but instead of working with the raw Excel text data I export to more friendly formats.

    Here is the tool that I use: https://github.com/stenci/ExcelToGit/tree/master

    All you need is to download the .xlsm file (click the View Raw link on this page.) Don't forget to check the Excel setting as described in the readme. You can also add the code to export SQL data to text files.

    The workbook is both a converter from binary Excel to text files and a launcher of the windows Git tools, and it can be used also with non Excel related projects.

    My working version is configured with dozens of Excel workbooks. I use the file also to open Git-gui for non Excel projects, just adding the git folder by hand.

提交回复
热议问题