Getting number of Rows count from an Excel sheet
Overview In this post, we will write a simple program to get the number of rows count from an excel sheet. This post is part of excel automation using Apache POI API. I will use the below excel file in .xlsx format which has 4 rows. Sample program below to get Row count of […]