I'm using EPPlus 4.1.0.0, and I want to convert my excel sheet into a datatable.
There are few empty rows at the end of the excel file.
So while converting it, I am also getting the empty rows into datatable.
How do I remove the empty rows before converting it to a datatable?