From 16bea4e87001eaa407fc3ea4a062c094c9252170 Mon Sep 17 00:00:00 2001 From: Vertti Vanttinen Date: Sat, 11 Oct 2025 20:40:04 +0300 Subject: [PATCH] changes for usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e549e4..ec41dbb 100644 --- a/README.md +++ b/README.md @@ -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 \ \ [-r] [-s \]-> 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.