Compare Two Excel Workbooks Using Apache POI
Comparing two or multiple excel workbooks is very common requirement specially for automated test scenarios. In this post, we will learn How to compare two excel workbooks or to verify if two excel workbooks have same data set. I hope you are aware of a normal excel workbook. An Excel Workbook is also an Excel…