Created Issue: Issue with NamedStyle in EPPlus [14809]
Hi,I want to 1) edit a cell's style from an excel template2) create a namedstyle from the cell's original style3) edit the namedstyle and apply it back to the cellHowever I didn't manage to create a...
View ArticleCommented Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???The Pivot table is created using this code:```public class...
View ArticleCreated Issue: IndexOutOfRangeException in LoadHyperLinks [14810]
I'm loading a rather complex Excel sheet with EPPlus (tried both the latest .dll and the latest source). My relevant code is just this:```FileInfo xlsxFile = new FileInfo(fileName); try { using...
View ArticleCreated Issue: Arbitrary buffer size is too small; crash on save [14811]
I have a file generated with Excel 2010 (too large to attach) that, upon loading then saving with EPPlus without any changes, results in a "Index out of range" exception and the file is not...
View ArticleEdited Issue: Arbitrary buffer size is too small; crash on save [14811]
I have a file generated with Excel 2010 (too large to attach) that, upon loading then saving with EPPlus without any changes, results in a "Index out of range" exception and the file is not...
View ArticleCommented Issue: Arbitrary buffer size is too small; crash on save [14811]
I have a file generated with Excel 2010 (too large to attach) that, upon loading then saving with EPPlus without any changes, results in a "Index out of range" exception and the file is not...
View ArticleEdited Issue: IndexOutOfRangeException in LoadHyperLinks [14810]
I'm loading a rather complex Excel sheet with EPPlus (tried both the latest .dll and the latest source). My relevant code is just this:```FileInfo xlsxFile = new FileInfo(fileName); try { using...
View ArticleCommented Issue: IndexOutOfRangeException in LoadHyperLinks [14810]
I'm loading a rather complex Excel sheet with EPPlus (tried both the latest .dll and the latest source). My relevant code is just this:```FileInfo xlsxFile = new FileInfo(fileName); try { using...
View ArticleEdited Issue: Issue with NamedStyle in EPPlus [14809]
Hi,I want to 1) edit a cell's style from an excel template2) create a namedstyle from the cell's original style3) edit the namedstyle and apply it back to the cellHowever I didn't manage to create a...
View ArticleCommented Issue: Issue with NamedStyle in EPPlus [14809]
Hi,I want to 1) edit a cell's style from an excel template2) create a namedstyle from the cell's original style3) edit the namedstyle and apply it back to the cellHowever I didn't manage to create a...
View ArticleClosed Issue: Is it possible to launch a .xlsm file using EPPlus? [14808]
I need to launch a .xlsm file from within an asp .net (VB) page. I tried a bunch of things, but nothing seems to work. Any thoughts?Comments: No you can not execute VBA with EPPlus, you need Excel for...
View ArticleClosed Issue: password requested opening Excel on iPhone [14807]
I generate an excel file with EEPlus (epplus_6852709011e3) I don't send any kind of encryption.It opens fine on my PC. But if I send the file to my iPhone as an email attachment (or using dropbox) when...
View ArticleCreated Issue: System.ArrayTypeMismatchException: Attempted to access an...
I compiled the latest source code (with .NET 4.5) because I needed certain bug fixed (template styles corruption thingy), but I encountered the following Exception when trying to set the value of a...
View ArticleCommented Issue: System.ArrayTypeMismatchException: Attempted to access an...
I compiled the latest source code (with .NET 4.5) because I needed certain bug fixed (template styles corruption thingy), but I encountered the following Exception when trying to set the value of a...
View ArticleCommented Issue: Use of System.IO.Packaging is not server-safe [14762]
The BCL System.IO.Packaging uses IsolatedFileStorage when the zipped XLSX file exceeds some specific boundary (I've heard different stories of 1.3MB, 7MB, and 10MB). This presents a variety of issues...
View ArticleCommented Issue: Failed to open xlsx file exported by ReportViewer [14784]
EPPlus 3.1.2 can't open xlsx exported by ASP.NET ReportViwer, ExcelPackage.Workbook.Worksheets throw a "System.ArgumentNullException: Value cannot be null. Parameter name: String" exception. Tracing...
View ArticleCommented Issue: Failed to open xlsx file exported by ReportViewer [14784]
EPPlus 3.1.2 can't open xlsx exported by ASP.NET ReportViwer, ExcelPackage.Workbook.Worksheets throw a "System.ArgumentNullException: Value cannot be null. Parameter name: String" exception. Tracing...
View ArticleCommented Issue: Failed to open xlsx file exported by ReportViewer [14784]
EPPlus 3.1.2 can't open xlsx exported by ASP.NET ReportViwer, ExcelPackage.Workbook.Worksheets throw a "System.ArgumentNullException: Value cannot be null. Parameter name: String" exception. Tracing...
View ArticleCreated Issue: Unreadable contents found after using xlPackage.Save() [14813]
Here's the code I'm using, but keep on getting unreadable error when try to open the saved file with Excel 2010. FileInfo regFile = new FileInfo(@"mysample.xlsx"); using (ExcelPackage xlPackage = new...
View ArticleCommented Issue: ArgumentOutOfRangeException: Implementation bug in...
Hi,There is a issue in implementation of LoadFromDataTable(DataTable Table, bool PrintHeaders) method while returning excel range base. in the above mentioned method there is issue at return...
View Article