You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: