How to use this office tool
Select exactly two files: the original first and the updated file second. Enter one or more 1-based key columns, separated by commas, when prompted.
Compare an original and updated spreadsheet by selected key columns, then export rows that appear only in the updated file.
Select exactly two files: the original first and the updated file second. Enter one or more 1-based key columns, separated by commas, when prompted.
Rows are compared using normalized values from the chosen key columns. Rows whose composite key is absent from the original are exported to a new XLSX workbook.
Duplicate keys are treated as the same record identity. Choose columns that reliably identify a row.
XLSX, XLS, CSV, and TSV are accepted where the operation supports them. Browser memory, parser support, and Excel worksheet limits apply.
| Format | Support |
|---|---|
| XLSX / XLS | Parsed locally; advanced workbook objects may not be preserved |
| CSV / TSV | Quoted fields supported; encoding is read by the browser |
Select the original baseline first and the updated file second.
It builds a key from the 1-based columns you choose and checks whether that key exists in the baseline.
Yes. Enter comma-separated column numbers such as 1,3 to create a composite key.
Every updated row with a key absent from the baseline is exported; duplicate new rows are not automatically collapsed.
Only when the selected key changes. Changes in non-key columns do not create a new identity.
| Stage | Action |
|---|---|
| Input | Validated and parsed locally |
| Output | A newly generated file is downloaded |