View on GitHub

excel-diff-checker

A java based tool to generate diff report of two excel files as detailed in READ-ME

excel-diff-checker

License


Let’s connect 👨‍💻 and forge the future together.😁✌

Show your support a :star: is all this repo needs :smile:

Introduction

This is a simple java tool to check diff between two excel files.

Prerequisites

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.

Notes to follow