Commented Unassigned: Huge Memory Leaks in Library [14878]
Hello,Thanks for the Great Library.But after some usage i have found huge Memory Leaks.Currently my purpose is to read a Huge file and process it.But Performance was very bad even after All Reading was...
View ArticleCommented Unassigned: Cannot acces Workbook.CodeModule due to decompress...
I've run into a problem when trying to access a workbook codemodule in a xlsm file. The problem is that when it's decompressing a token the output is larger than the 4k+3 buffer that you specify. I've...
View ArticleCreated Unassigned: Out of Memory Exception [15033]
I get an out of memory exception when loading a worksheet for a large xlsm file (>90MB). There is plenty of available memory on the server when I get the exception. Is there any configuration...
View ArticleCommented Unassigned: Out of Memory Exception [15033]
I get an out of memory exception when loading a worksheet for a large xlsm file (>90MB). There is plenty of available memory on the server when I get the exception. Is there any configuration...
View ArticleCommented Unassigned: Sheet names cannot contain unescaped xml entities [15009]
Creating a worksheet with a name that contains a single quote (for example) seems to create the XLSX file ok, but when you open it in Excel you get the "Unreadable content" dialog. It can repair the...
View ArticleCommented Unassigned: Out of Memory Exception [15033]
I get an out of memory exception when loading a worksheet for a large xlsm file (>90MB). There is plenty of available memory on the server when I get the exception. Is there any configuration...
View ArticleCreated Unassigned: ExcelTableColumn.DataCellStyleName issue [15034]
Thanks for the great work. This library is really good. I found an issue when setting ExcelTableColumn.DataCellStyleName property. If the table has only one row, the style is not applied. Checking the...
View ArticleCreated Unassigned: ConditionalFormat Styles: Incorrect count. [15035]
When generating a workbook with conditional formatting the Styles.xml file has an incorrect count againsst the dxfs node.The following code is missing from the UpateXML method on the ExcelStyles...
View ArticleCreated Unassigned: Can't open some xlsx files [15036]
I receive from some people strange xlsx file, that I could not open with EPPlus.After investigation I found, that some files in xlsx archive with wrong case. For example: "SharedStrings.xml", instead...
View ArticleCommented Unassigned: Can't open some xlsx files [15036]
I receive from some people strange xlsx file, that I could not open with EPPlus.After investigation I found, that some files in xlsx archive with wrong case. For example: "SharedStrings.xml", instead...
View ArticleCreated Unassigned: SSRS 2012 generated Excel files are not readable in...
Hi,I am experiencing an issue with EPPlus reading worksheets from an SSRS generated excel file(*.xlsx), basically export to Excel.Exception Message -"Unexpected XML declaration. The XML declaration...
View ArticleCreated Unassigned: NullRefenceException in ExcelRangeBase constructor [15038]
A null reference exception occurs on release 4.0 Beta 2 when loading a spreadsheet containing a Defined Name with a value of "1". This may be the same as issue #12868. I am reporting it because the...
View ArticleCreated Unassigned: Encode Hyperlink location to prevent errors when loading...
While updating hyperlinks in a WorkSheet, the location is not encoded. This causes an error when trying to load the updated workbook if any of the hyperlinks use a location from a worksheet which has a...
View ArticleEdited Unassigned: Encode Hyperlink location to prevent errors when sheet...
Tested in version 4.0.0 beta 2. Provided a solution as part of this post.While updating hyperlinks in a WorkSheet, the location is not encoded. This causes an error when trying to load the updated...
View ArticleEdited Unassigned: Encode Hyperlink location to prevent errors when sheet...
Tested in version 4.0.0 beta 2. Provided a solution as part of this post.While updating hyperlinks in a WorkSheet, the location is not encoded. This causes an error when trying to load the updated...
View ArticleEdited Unassigned: Escape Hyperlink's location to prevent errors when sheet...
Tested in version 4.0.0 beta 2. Provided a solution as part of this post.While updating hyperlinks in a WorkSheet, the location is not encoded. This causes an error when trying to load the updated...
View ArticleEdited Unassigned: Escape Hyperlink's location to prevent errors when sheet...
Tested in version 4.0.0 beta 2. Provided a solution as part of this post.While updating hyperlinks in a WorkSheet, the location is not encoded. This causes an error when trying to load the updated...
View ArticleCreated Unassigned: DisplayRSquaredValue and DisplayEquation for Trendlines...
First, let me thank you for all of your work.EPPlus version : 4.0 Beta 2Excel 2013 version : 15.0.4420.1017I found a small issue when setting either (or both) DisplayRSquaredValue and DisplayEquation...
View ArticleCreated Unassigned: ExcelRangeBase.Text property does not return correctly...
The attached xlsx has one cell with formatting 00\.00\.00\.000\.0 and content 202100083, and shows "02.02.10.008.3" (without quotes) in Excel 2013.When this file is opened with EPPlus and the A1...
View ArticleEdited Unassigned: ExcelRangeBase.Text property does not return correctly...
The attached xlsx has one cell with formatting 00\\.00\\.00\\.000\\.0 and content 202100083, and shows "02.02.10.008.3" (without quotes) in Excel 2013.When this file is opened with EPPlus and the A1...
View Article