vrootic / FileCompare

Compare two Excel files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://electron.atom.io
  2. Clone this respository to local machine
git clone https://github.com/vrootic/FileCompare.git
  1. Execute it.
electron FileCompare

About

Compare two Excel files


Languages

Language:JavaScript 99.6%Language:HTML 0.2%Language:CSS 0.1%