Table Comparison Tool

Paste two tables from a spreadsheet program (like Excel or Google Sheets) and click "Compare" to find differences.

!!! Other Related tools !!!

Right-click and paste (or Ctrl+V / Cmd+V)

Right-click and paste (or Ctrl+V / Cmd+V)

Comparison Results

Summary:

  • Found {{ diffCount }} {{ diffCount === 1 ? 'difference' : 'differences' }} across the tables.
  • The tables have {{ Math.max(parsedTable1.length, parsedTable2.length) }} rows and {{ Math.max(parsedTable1[0]?.length || 0, parsedTable2[0]?.length || 0) }} columns.
Matching Cells Different Cells Cells Missing from Table 2
Row Column {{ colIndex }}
{{ rowIndex + 1 }} {{ cell.value }} [Missing]