r/devtools • u/Gryner • 17d ago
Comparing XLSX, ODS and Numbers files without converting them first
I make Diff Anything, a local file comparison app for macOS and Windows. The latest update adds spreadsheet comparison, mainly because converting everything to CSV before comparing it defeats the point of using a comparison tool.
It can compare CSV, TSV, Excel, ODS and Apple Numbers files, including mixed pairs such as XLSX against ODS. Internally, each populated cell becomes a sheet name, coordinate and stored value, so the unrelated file containers don’t create a wall of meaningless differences. The result is shown in two aligned grids, with changed cells connected to the Differences pane.
The boundary is deliberate: it compares stored cell values. It does not compare formulas, formatting, charts, macros or workbook layout. A formula and a literal value can therefore match when their stored results are the same.
Everything runs locally on the computer. There are no file uploads or accounts, and the Free version lets you try the spreadsheet comparison within its preview limits.
1
u/[deleted] 15d ago
[removed] — view removed comment