|
|
|
|
|
by oblio
2324 days ago
|
|
It's not that, it's not like 100% of your users will be diffing documents 100% of the time. The real reason is that office formats are super, super complex and diffing them is a hard problem, even more so for the proprietary Microsoft formats. https://www.joelonsoftware.com/2008/02/19/why-are-the-micros... The "zipped XMLs" you mention are basically XML dumps of the former binary format that evolved organically from the 1980s, when resources were scarce and they had to hack together a working office solution. |
|
• Create a simple Excel document.
• Clone the document and change the text value of one cell.
• Unzip both .xlsx files into two different directories.
• Now launch Meld/WinMerge or similar and diff the directories.
Now tell me if you still think diffing this format is trivial.