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

An extensions library for EPPlus package to generate and manipulate Excel files easily.

Results 4 EPPlus.Core.Extensions issues
Sort by recently updated
recently updated
newest added

I try to read and manipulate xlsx file and dowload the file, how to do that ? and there is no Saveas method ? FileInfo existingFile = new FileInfo(csvPath); using...

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...

I want to display fields in columns of a nested class that is in a field of the parent class. Is there any way to do that or is there...

Hi. I think it'd be a good idea to have a "headerRowIndex" parameter in "ToList" extension method to start reading the rows from a certain row index. "CheckAndThrowIfDuplicatedColumnsFound" and "CheckHeadersAndThrow"...