Use sharepoint, office365, and Teams. It versions, it supports collaborative editing, no more mailing things around, and so on.
Ask HN: “Git” for Microsoft Office?
101–110 of 149 posts
Re: Ask HN: “Git” for Microsoft Office?
#102It even lets you switch to any version on the fly.
Re: Ask HN: “Git” for Microsoft Office?
#103Re: Ask HN: “Git” for Microsoft Office?
#104You can even work with multiple users as the same times (for example when opening files via webdav with nextcloud, or any other way to share your data) !
Edit: There's some recommendations on versionning odt files by using .fodt extension [1].
[0] https://wiki.documentfoundation.org/Track_changes
[1] https://wiki.documentfoundation.org/Libreoffice_and_subversi...
Re: Ask HN: “Git” for Microsoft Office?
#105Working on it: https://julesdocs.com It’s very hard though, because the files combine data and styling. Plus, the data is spread over several XML files. If you want to message me: jan at the domain above Edit: While Google Docs, Office365 and other collaborative editors are great for editing a document at the same time, from my point of view the real power of Git is branching, merging, and having a concept of distinc…
Re: Ask HN: “Git” for Microsoft Office?
#106Is there anything out there, capable of working with MSOffice stuff in a granular and collaborative way? No, but people seem to get work done anyway. It's very strange to me. My current and previous jobs are very corporate, so much of the business and IT uses Office products all the time. I somehow managed to set the standard that I don't do it that way. I still have to sometimes, but it's not very often. The key is…
Re: Ask HN: “Git” for Microsoft Office?
#107Is there anything out there, capable of working with MSOffice stuff in a granular and collaborative way? No, but people seem to get work done anyway. It's very strange to me. My current and previous jobs are very corporate, so much of the business and IT uses Office products all the time. I somehow managed to set the standard that I don't do it that way. I still have to sometimes, but it's not very often. The key is…
Re: Ask HN: “Git” for Microsoft Office?
#108Technically, tracked changes and SharePoint. But in practice, you’d rather send the changes to the project owner via carrier pigeon. I’ve looked into what it would take to make a git style system for docx (since it’s just zipped XML, right :D), and the file format was a nightmare whenever an edit was made. Someone smart should take a look at it, as there would be a massive market for a DVCS for Office files. Imagine…
Or even just OneDrive -- SharePoint isn't strictly necessary anymore.
You also dont need to use OneDrive to sync SharePoint, you can use the File > Open menu to open in Word, Excel, PowerPoint to open files directly.
Re: Ask HN: “Git” for Microsoft Office?
#109Earlier quoted context omitted.
Sadly, our Sharepoint implementation is "in progress", so $deity knows when we'll be able to use this consistently... Thanks anyway, I guess it's my only option.
Does this somehow prevent you from using Groups/Teams? >if the same slide is present in 15 Powerpoint decks any edit will require tons of mindless and error-prone copypasting This is exactly what you want SharePoint for. Have 15 people open the same PowerPoint deck, in desktop PowerPoint, editing the file simultaneously. It's fully versioned and you have no merging of files back together.