I need to determine if a row in excel sheet is empty or not without iterating over whole row. Iterating over row to determine if whole row is empty and then reading that row to get all data will increase the time of file reading operation as I need to deal with huge files.
Existing solution in foll. articles require iterating over whole row.

How to determine empty row?
Checking for empty row in excel using apache poi methods

Please suggest an efficient way to fulfill this use case

Update: is empty means no values

0

There are 0 best solutions below