Skip to content

blacklee123/excel-diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diff Tool to Compare Two Excel Spreadsheet Files

Libraries used in this Tool

How to compare two excel files for differences?

Using this web tool, you can compare Excel document easily. Just select first/original file in left window and second/modified file in right window. Your data will automatically be extracted. First sheet is automatically selected and you can change it in the dropdown.

Alternatively you can also copy and paste directly into left and right windows. After that click on >>Diff<< button to find diff. The Diff data will be highlighted in a nice format.

For Excel export, you must have Excel or compatible spreadsheet application installed.

Otherwise you can also select all (Ctrl-A) and copy (Ctrl-C) and then paste in your spreadsheet software (Ctrl-V).

What spreadsheet file formats does this Excel diff tool support?

  • XLSX

What does +++/— indicate?

  • +++ This has been added in second/modified file.
  • —-- This has been removed in second/modified file. diff

About

Diff Tool to Compare Two Excel Spreadsheet Files (React with TypeScript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • CSS 7.2%
  • HTML 3.0%