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.

EPPlus Error When Outputting .XLSX to Response

I have a weird issue here using EPPlus to create some .XLSX files. I have a package being created, and …

c# asp.net excel epplus
Trying to read an Excel file with EPPlus works on the server, but not through a browser

When I published my project and ran it on the server, it worked. EPPlus found all 4 worksheets, iterated through them, …

c# asp.net .net excel epplus
Freeze panes in Excel using C# and EPPlus

I want to freeze first 5 columns and three rows in excel. I have written the following code for that Worksheets.…

c# epplus
Excel Date column returning INT using EPPlus

So i'm using EPPlus to read and write excel documents. Workflow User generates populated excel document Opens document and adds …

c# excel epplus
EPPlus pivot tables/charts

I've been using EPPlus for .net for a while now but only for simple data manipulation. Are there any examples …

c# asp.net epplus
ASP.NET MVC EPPlus Download Excel File

So I'm using the fancy EPPlus library to write an Excel file and output it to the user to download. …

c# asp.net asp.net-mvc epplus
how to get EPPlus OpenXML row count (c#)

I searched for it and found the link C# EPPlus OpenXML count rows int iRowCount = currentWorksheet.Dimension.End.Row - …

c# asp.net excel io epplus
Generate a PDF report from a generated Excel file (EPPLUS Library)

I'm using EPPLUS to generate Excel files... so far, so good. Now I have to generate the same report, but …

c# asp.net epplus
How to create a link inside a cell using EPPlus

I am trying to figure out how to write a Hyperlink inside a cell using EPPlus instead of the cell …

c# excel epplus
How convert stream excel file to datatable C#?

I use Epplus to reading xlsx files from stream. It has a bug , it cant read some columns in my …

asp.net excel xlsx epplus