Commented Issue: EPPlus fails to load documents with malformed uris. [14709]
One of the applications my company uses always defaults to creating mailto: hyperlinks wherever it sees a @ sign when exporting to excel. Often this means that the URI is malformed and an...
View ArticleCommented 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 ArticleCreated Issue: Broken style if using a model with frozen panels [14814]
Tried using rev 3.1.2Had to rollback to 3.01) Opening a model (attached) with frozen panels on row 11, col 2 (no other customization)2) adding content (values, formulas, setting column width, no...
View ArticleCreated Issue: Excel found unreadable content in "xxxxxx.xlsx" [14815]
Hi Guys, I am using following code to write the DATATABLE into ExcelSheet.```Public Shared Sub DumpExcel(ByVal dr As SqlDataReader, ByVal filename As String) Dim tbl As New DataTable tbl.Load(dr) 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 ArticleCommented Issue: Size and Properties (Image) [14670]
Hello to all;I would like to give thanks to all developers who participated on this project for creating such a great tool for us to use freely.I created this topic/issue so I can raise my minor...
View ArticleCreated Issue: PrintArea broken after worksheet copied [14816]
If I copy a worksheet using Worksheets.Add(name, original), the PrintArea for the original sheet gets screwed up.Code:```string templatePath = "c:\\docWithPrintAreaSetInFirstWorksheet.xlsx";string...
View ArticleCommented Issue: Excel found unreadable content in "xxxxxx.xlsx" [14815]
Hi Guys, I am using following code to write the DATATABLE into ExcelSheet.```Public Shared Sub DumpExcel(ByVal dr As SqlDataReader, ByVal filename As String) Dim tbl As New DataTable tbl.Load(dr) Using...
View ArticleCommented Issue: Shared formulas can be handled better [14523]
To be more specific, in ExcelRangeBase.Set_Value and Set_Formula methods _sharedFormulaID is compared to 0 with greater than (>) operator to determine, if there is a shared formula associated with...
View ArticleCreated Issue: Named Range invalid when sheet name contains '.' [14817]
An example named range has an address of "My.Sheet!$D$16". This is being marked as invalid by OfficeOpenXml.ExcelAddressBase.IsValid which does an Address.IndexOfAny on the character '.'I'm not sure...
View ArticleCreated Issue: unable to turnoff the drill down option for the Pivot table...
Hi,I am unable to turnoff the drill down option for the Pivot table.I am using the below code. pivotTable1.ShowDrill = false; pivotTable1.EnableDrill = false;Thanks,Alluri
View ArticleCommented Issue: PrintArea broken after worksheet copied [14816]
If I copy a worksheet using Worksheets.Add(name, original), the PrintArea for the original sheet gets screwed up.Code:```string templatePath = "c:\\docWithPrintAreaSetInFirstWorksheet.xlsx";string...
View ArticleCreated Issue: AddDateTimeValidation crashes excel 2010, but works well on...
Dear Team,Currently, I am using EPplus 3.1.1.0. I have a code that adds DateTime Validation to a cell. Below piece of code works well in Excel 2007, but it crashes Excel 2010:```var validation =...
View ArticleCommented Issue: unable to turnoff the drill down option for the Pivot table...
Hi,I am unable to turnoff the drill down option for the Pivot table.I am using the below code. pivotTable1.ShowDrill = false; pivotTable1.EnableDrill = false;Thanks,AlluriComments: Hi, Still waiting on...
View ArticleEdited Issue: Broken style if using a model with frozen panels [14814]
Tried using rev 3.1.2Had to rollback to 3.01) Opening a model (attached) with frozen panels on row 11, col 2 (no other customization)2) adding content (values, formulas, setting column width, no...
View ArticleCommented Issue: Broken style if using a model with frozen panels [14814]
Tried using rev 3.1.2Had to rollback to 3.01) Opening a model (attached) with frozen panels on row 11, col 2 (no other customization)2) adding content (values, formulas, setting column width, no...
View ArticleEdited Issue: Excel found unreadable content in "xxxxxx.xlsx" [14815]
Hi Guys, I am using following code to write the DATATABLE into ExcelSheet.```Public Shared Sub DumpExcel(ByVal dr As SqlDataReader, ByVal filename As String) Dim tbl As New DataTable tbl.Load(dr) Using...
View ArticleCommented Issue: Excel found unreadable content in "xxxxxx.xlsx" [14815]
Hi Guys, I am using following code to write the DATATABLE into ExcelSheet.```Public Shared Sub DumpExcel(ByVal dr As SqlDataReader, ByVal filename As String) Dim tbl As New DataTable tbl.Load(dr) Using...
View ArticleEdited 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: 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 Article