File Compare with ReactJS
- 1 minFile Compare with ReactJS
Summary: A simple file compare tool with ReactJS
FileCompare
Compare two Excel files
What can it do for us?
- 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.
- The different rows can be exported as .csv file.
How does the comparing process take action?
- 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.
- In the next version, the program will choose which field can be the primary field.
How can we use the program?
- Install Electron http://electron.atom.io
- Clone this respository to local machine
git clone https://github.com/vrootic/FileCompare.git
- Execute it.
electron FileCompare
–
What has inside?
- Electron
- ReactJS
- Bootstrap
–
Check it out here