Excel Text Differ One Page App


What is a Diff?

Diff takes two texts and finds the differences. This implementation works on a character by character basis. The result of any diff may contain 'chaff', irrelevant small commonalities which complicate the output. A post-diff cleanup algorithm factors out these trivial commonalities.

Instructions:

  1. Your Excel file should include exactly 2 columns.
  2. Your Excel file should include exactly 1 row for headers.
  3. The headers row should be the first row.
  4. The leftmost header column should be labeled Previous.
  5. The rightmost header column should be labeled Current.
  6. Drag your file into the grey box below.
  7. Copy and paste your results.

Text Differ Options:

Increase human readability by factoring out commonalities which are likely to be coincidental.
, edit cost:
Increase computational efficiency by factoring out short commonalities which are not worth the overhead. The larger the edit cost, the more aggressive the cleanup.
Raw output.

Diff timeout:

seconds
If the mapping phase of the diff computation takes longer than this, then the computation is truncated and the best solution to date is returned. While guaranteed to be correct, it may not be optimal. A timeout of '0' allows for unlimited computation.

Drag your Excel file into this box.