Live data from Hacker News

Ask HN: At work, do you you use Git for your Excel workbooks?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: At work, do you you use Git for your Excel workbooks?

#3
post #2

I'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?

Re: Ask HN: At work, do you you use Git for your Excel workbooks?

#6
post #5

The 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.

In general, yes. However, from my own experience, there is a (small and industry-specific) subset of "Excel developers", especially in investment banks, hedge funds etc that know both.

Re: Ask HN: At work, do you you use Git for your Excel workbooks?

#7
post #3
post #2

I'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?

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.

Re: Ask HN: At work, do you you use Git for your Excel workbooks?

#8
post #7
post #3

Earlier 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.

Ok, here's he full story: We have a product (https://www.xltrail.com) that makes git diff and all that work with Excel workbooks. So you get a lot more out of it than dropbox/drive/sharepoint etc as you get to inspect content changes.

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.