Ask HN: At work, do you you use Git for your Excel workbooks?
1–8 of 8 posts
Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#2Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#3I'm having a hard time understanding what you mean. Can you describe how you use git for excel?
Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#4Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#5Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#6The issue we find is that if a user is using excel (a lot) there is a very slim chance that they know what git is and/or how to use it correctly.
Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#7I'm having a hard time understanding what you mean. Can you describe how you use git for excel?
Commit your Excel workbook to a Git repository. I know it's a binary file so you can't diff or merge out of the box, but at least you get the commit history. Does that make more sense?
If you want version control, then sure use that. Or stor in dropbox/drive which have version control...
I am sure many people use many different tools for this. Most large enterprise companies, such as biotechs and legal, use document management platforms for this purpose.
Re: Ask HN: At work, do you you use Git for your Excel workbooks?
#8Earlier quoted context omitted.
Commit your Excel workbook to a Git repository. I know it's a binary file so you can't diff or merge out of the box, but at least you get the commit history. Does that make more sense?
Sure, I was just trying to understand why... If you want version control, then sure use that. Or stor in dropbox/drive which have version control... I am sure many people use many different tools for this. Most large enterprise companies, such as biotechs and legal, use document management platforms for this purpose.
90% of our clients/prospects are in financial services (heavy workbooks with VBA, think applications, not spreadsheets) but today I spoke to a prospect from a different industry which made me think that there might be people outside banks, hedge funds going down the same path.