Skip to content

Commit eb39f8b

Browse files
Update README.md
1 parent dc295d5 commit eb39f8b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# excel-diff-checker
1+
# excel-diff-checker
2+
![](https://img.shields.io/badge/Release-V1.0.0-blue.svg) ![](https://img.shields.io/badge/Build-Stable-green.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-red.svg)](https://opensource.org/licenses/Apache-2.0) ![](https://img.shields.io/badge/By-Abhishek%20Sarkar-red.svg?style=social&logo=appveyor)
3+
4+
------------
5+
6+
7+
This is a simple java tool to check diff between two excel files.
8+
9+
## Prerequisites
10+
Java 8+
11+
12+
## Usage
13+
java -jar excel-diff-checker.jar \<File1-path> \<File2-path> [r] -> where File1 and File2 are mandatory, option: 'r' is optional.
14+
15+
## Notes to follow
16+
- This tool is not having any complex algorithm to check diff, so won't be able to detect column/row addition/deletion.
17+
- It basically considers File1 as base, and checks for diff cell-by-cell in File2, even for sheets too.
18+
- By default, it adds cell comments/note saying like 'Expected: value1, Found: value2' in a copy of File1 excel and produces it as a different result file.
19+
- Instead of above, if only remarks required about different cell diffs i.e. no separate reult file required, in that case, the option: 'r' can be used, which just prints the diff note as mentioned in above point, in the console output and not as cell comment of a new file.

0 commit comments

Comments
 (0)