EPPlus is a .NET library that reads and writes Excel files using the Office Open XML format (xlsx) without the need of interop.
I am new to epplus, and i'm trying to read some values from an excel table. This is what I …
c# excel epplusDoes any one know how to use the package.Saveas function? package.SaveAs(tempFolderPathAlt + saveas + ".xlsx"); At the moment this …
c# epplusI'm using EPPlus to generate Excel files, in DAL I'm populating DataTable, filling data into table, and passing table to …
.net excel epplusI was wondering if it is possible to set cell color programmatically using epplus? I load my data from a …
c# asp.net epplusI am trying to open an Excel document using EPPlus reference/package. I can't get the Excel application to open. …
c# excel epplusI'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 epplusIn my export ActionResult I was able to load the model into my ExcelPackage. Where I am having trouble is …
c# asp.net-mvc-5 epplusGood 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