Edited Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleCommented Unassigned: Concurrency management and performance in...
Concurrency seems not to be managed properly in TokenSeparatorProvider.cs:* A lock is performed on a variable that is exposed externally (_tokens)* A lock is not performed on a variable while it could...
View ArticleCreated Unassigned: Firefox: epplus export to excel saving without extension...
HI:I have implemented epplus export package in my VS 2012 project and it is working in all browsers except Firefox.When I try to export gridview to excel in Firefox browser, it asks two options, opens...
View ArticleCommented Unassigned: Formatting/Style discrepancy in underlying XML causes...
HelloI am using EPPLUS to create an Excel file in my C# code, which is working correctly. Once that file is created, I am using another tool to convert it to a PDF file. The conversion is working OK,...
View ArticleCreated Unassigned: Money $$$ - pt-BR [15212]
Hi!I'm having an issue with currency here.When I have a cell formated as currency (_the default one for Brazil with 2 decimal places_), or a custom currency format (_this one here: ```_("R$ "*...
View ArticleCreated Unassigned: Issue with clearing CellRange larger then 1024 rows [15213]
Hello,I found a problem when clearing a large cellrange. I want to clear all the data from a worksheet expect the header:```var cellRange = excelWorksheet.Cells[2, 1, excelWorksheet.Dimension.End.Row,...
View ArticleCreated Unassigned: Null exception trying to copy a worksheet. [15214]
_xlPackage.Workbook.Worksheets.Add("TedsWizard", _xlPackage.Workbook.Worksheets["Wizard"]);or _xlPackage.Workbook.Worksheets.Copy("Wizard", "TedsWizard");All I get is a null reference error...
View ArticleCreated Unassigned: Inline strings are not stripped off of XML escape...
When reading an Excel file with inline strings, the parser is not stripping out the escape characters from the XML content.Example:<c r="C6" s="4"...
View ArticleCommented Unassigned: Inline strings are not stripped off of XML escape...
When reading an Excel file with inline strings, the parser is not stripping out the escape characters from the XML content.Example:<c r="C6" s="4"...
View ArticleCommented Unassigned: Inline strings are not stripped off of XML escape...
When reading an Excel file with inline strings, the parser is not stripping out the escape characters from the XML content.Example:<c r="C6" s="4"...
View ArticleCreated Unassigned: Special formatting in Table headers -> "unreadable...
Excel shows "found unreadable content" after editing a file with special formatting in Table cells.1. Open Excel, create simple data in 2*2 table.2. In one of the headers, enter (. Then select the...
View ArticleCreated Unassigned: backgroundcolor and Nubmerformat TOGETHER not working...
I am setting a columnformat on a column by column basis, which works fine in its own.Then I am also setting a background color (on a row by row basis), which also works fine in its own.However, If I...
View ArticleEdited Unassigned: backgroundcolor and numberformat TOGETHER not working [15217]
I am setting a columnformat on a column by column basis, which works fine in its own.Then I am also setting a background color (on a row by row basis), which also works fine in its own.However, If I...
View ArticleEdited Unassigned: backgroundcolor and numberformat TOGETHER not working [15217]
I am setting a columnformat on a column by column basis, which works fine in its own.Then I am also setting a background color (on a row by row basis), which also works fine in its own.However, If I...
View ArticleCommented Unassigned: Null exception trying to copy a worksheet. [15214]
_xlPackage.Workbook.Worksheets.Add("TedsWizard", _xlPackage.Workbook.Worksheets["Wizard"]);or _xlPackage.Workbook.Worksheets.Copy("Wizard", "TedsWizard");All I get is a null reference error...
View ArticleCommented Unassigned: Null exception trying to copy a worksheet. [15214]
_xlPackage.Workbook.Worksheets.Add("TedsWizard", _xlPackage.Workbook.Worksheets["Wizard"]);or _xlPackage.Workbook.Worksheets.Copy("Wizard", "TedsWizard");All I get is a null reference error...
View ArticleCommented Issue: Failed to parse xml when using richtext [13492]
Hi,Thanks for the great tools for processing excel document, it is much better the microsoft one!I tried to read an excel sheet with epplus and found when I am using RichText to access a cell contains...
View ArticleClosed Unassigned: Error copying cell styles when copying worksheet to...
Cell styles are corrupted when copying worksheet to another workbook if the worksheet being copied contains cells with different styles but the same custom number format.Example attached.Comments: Fixed
View ArticleCreated Unassigned: Formula inside Table is flattened [15218]
Hi,I started using EPPlus for one of our project that require some excel manipulation and this seems to work well for most of the tasks except for one workbook that has got ExcelTable with Formulas in...
View ArticleCreated Unassigned: ExcelPackage.Load Write Segmentation fault? [15219]
"A disk error occurred during a write operation"Why is it trying to write I want to Load a file not write into itlet ExcelFile be an instance of HttpPostedFileBaseboth of these blocks give same error//...
View Article