Top "Epplus" questions

EPPlus is a .NET library that reads and writes Excel files using the Office Open XML format (xlsx) without the need of interop.

How do I iterate through rows in an excel table using epplus?

I am new to epplus, and i'm trying to read some values from an excel table. This is what I …

c# excel epplus
Merge cells using EPPlus?

I'm using the EPPlus library to read/write Excel files: http://epplus.codeplex.com/ I'm trying to simply merge some …

c# asp.net excel epplus
Save as using EPPlus?

Does any one know how to use the package.Saveas function? package.SaveAs(tempFolderPathAlt + saveas + ".xlsx"); At the moment this …

c# epplus
How to set Column Type when using EPPlus

I'm using EPPlus to generate Excel files, in DAL I'm populating DataTable, filling data into table, and passing table to …

.net excel epplus
How to set cell color programmatically epplus?

I was wondering if it is possible to set cell color programmatically using epplus? I load my data from a …

c# asp.net epplus
Opening Excel Document using EPPlus

I am trying to open an Excel document using EPPlus reference/package. I can't get the Excel application to open. …

c# excel epplus
Namespace error OfficeOpenXML EPPlus

I'm having difficulty setting up EPPlus in Visual Studio 2012. using OfficeOpenXML; The type or namespace name 'OfficeOpenXML' could not be …

c# .net visual-studio visual-studio-2012 epplus
EPPlus: how can I assign border around each cell after I apply LoadFromCollection?

In my export ActionResult I was able to load the model into my ExcelPackage. Where I am having trouble is …

c# asp.net-mvc-5 epplus
EPPlus - How to use a template

I have recently discovered EPPlus (http://epplus.codeplex.com/). I have an excel .xlsx file in my project with all …

c# excel templates xlsx epplus
Modify excel cell

Good morning, I would like to edit some cells from already existing excell file. I tried use EPPlus and normal …

c# asp.net-mvc-4 openxml epplus