Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a simple java tool to check diff between two excel files.
Java 8+

## Usage
java -jar excel-diff-checker.jar \<File1-path> \<File2-path> [-r] [-s \<Comma-separated sheet-names>]-> where File1 and File2 are mandatory, options: 'r' & 's' are optional.
java -jar excel-diff-checker.jar -b "[file 1]" -t "[file2]" -r -s sheet1-> where -b, -t File1 and File2 are mandatory, options: 'r' & 's' are optional.

## Notes to follow
- This tool is not having any complex algorithm to check diff, so won't be able to detect column/row addition/deletion.
Expand Down