|
|
|
|
|
by skety
3045 days ago
|
|
I have to handle quite a lot of Excel document at work, much to my despair. Unfortunately we are not using GIT, but SVN.
I ended up creating a small tool that extract the vba, named ranges plus the sheet in this format: "cell_adress,type,format,value"
I have to commit those files alongside the spreadsheet, which is not great but had helped me a lot.
Nice to hear others are working on the problem! |
|