EPPlus.Core.Extensions icon indicating copy to clipboard operation
EPPlus.Core.Extensions copied to clipboard

How to remove the empty rows ?

Open Glennsingh44 opened this issue 6 years ago • 1 comments

I am reading excel file and converting to list but I don't want to add empty rows to my list. Is there any extension which ignores empty rows ?

I am using this : excelPackage.GetWorksheet("Persons").ToList<PersonDto>(); // before adding to list empty rows should be ignored.

Thanks in advance.

Glennsingh44 avatar Nov 16 '19 20:11 Glennsingh44

@eraydin Can you please give an update on this? we need to delete the empty column and empty rows before processed further.

DarshitDrg avatar Jan 05 '21 10:01 DarshitDrg