hi all,
I just want to make sure if im doing it right.
I am using apache POI api for reading the excel file.
I hav to check the value in each cells of every row. First im iterating through the rows and then iterate through each cells in the row for validating the data.
is there any better approach ? Here im facing one problem, some rows doesnt have any data but POI is taking it a data row , i think its because there are changes in the default widhth and height of those rows. Is it possible to find empty rows ? getPhysicalNumberOfRows() count is returns blank rows too
Thanks,
Rajeev.