Skip to content

tool which does a diff between two xls files and highlights similarities

Notifications You must be signed in to change notification settings

fitzboy/xlsComparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xlsComparer

tool which does a diff between two xls files and highlights similarities

takes as inputs:

  • older file (xlsx)
  • newer file (xlsx)
  • output filename

xlsComparer will read in the older file, generate a concatenated string for each row and insert it into a map. Then it opens the newer file and copies it to the new output filename such that the rows which have been seen already will be marked in a green background.

About

tool which does a diff between two xls files and highlights similarities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages