Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 844 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 844 Bytes

FileCompare

Compare two Excel files

What can it do for us?

  1. Compare two Excel file (.xls or .xlsx) by selecting common attributes. If there are some different rows or duplicate rows, this program will show them for you.
  2. The different rows can be exported as .csv file.

How does the comparing process take action?

  1. In the beginning, we preselect the "authentication ID" as the primary field, and the program would check whether the given fields are the same based on the primary field.
  2. In the next version, the program will choose which field can be the primary field.

How can we use the program?

  1. Install Electron http:https://electron.atom.io
  2. Clone this respository to local machine
git clone https://github.com/vrootic/FileCompare.git
  1. Execute it.
electron FileCompare