Created Unassigned: Pictures from Excel file are not loaded correctly when...
There is an explicit setting in ExcelDrawings.cs AddDrawings() method when loading the file, which causes pictures contained within an oneCellAnchor element to not be loaded correctly, because it is...
View ArticleCommented Unassigned: unable to draw a chart with Y Seconder y axis [15227]
Hi i am unable to draw a chart with Y Seconder y axis ,the cell values will pass dynamical y,not hard code .i want the loop how to draw char with multiple Y AXIS . i am able to draw primary axis.but...
View ArticleReopened Unassigned: SUMIF, AVERAGEIF, COUNTIF corrupted worksheet [15225]
Hello!Hope someone can help me with this. I'm using the 4.0.3 version of the DLL and every time when I add to formula __sumif__, __averageif__ or __countif__ get the warning at opening the excel that...
View ArticleCommented Unassigned: SUMIF, AVERAGEIF, COUNTIF corrupted worksheet [15225]
Hello!Hope someone can help me with this. I'm using the 4.0.3 version of the DLL and every time when I add to formula __sumif__, __averageif__ or __countif__ get the warning at opening the excel that...
View ArticleCommented Unassigned: SUMIF, AVERAGEIF, COUNTIF corrupted worksheet [15225]
Hello!Hope someone can help me with this. I'm using the 4.0.3 version of the DLL and every time when I add to formula __sumif__, __averageif__ or __countif__ get the warning at opening the excel that...
View ArticleCreated Unassigned: O(n^2) when adding conditional formatting rules [15231]
The function OfficeOpenXml.ConditionalFormatting.AddRule calls to GetNextPriority to find out the next priority for the new rule.GetNextPriority in turn walks through all rules to determine the max...
View ArticleCreated Unassigned: Chart Axis DisplayUnit Label [15232]
Just to follow on from the completed [DisplayUnit ](http://epplus.codeplex.com/workitem/15060) request.Here is a bit of code I slapped together to display the label. Not the best :/ but works for...
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 Unassigned: xlApp.Workbooks.Open throwing com exception [15233]
Hi,What are the possible causes of the xlApp.Workbooks.Open(<filename>) throwing a System.Runtime.InteropServices.COMException? I tried to check the stack trace and I can't find a cause other...
View ArticleCommented Unassigned: xlApp.Workbooks.Open throwing com exception [15233]
Hi,What are the possible causes of the xlApp.Workbooks.Open(<filename>) throwing a System.Runtime.InteropServices.COMException? I tried to check the stack trace and I can't find a cause other...
View ArticleCreated Unassigned: Exception with ExcelRange.Copy and merged cells (still...
This relates to the work item [15200](https://epplus.codeplex.com/workitem/15200) marked as solved. I slightly modified the test case and __the problem is still there__.Exception:__"Can't merge and...
View ArticleCommented Unassigned: [4.0.3] Unhandled exception in ExcelRange.Copy with...
Tying to execute ExcelRange.Copy on range with merged cells result in exception "Can't merge and already merged range".Example code attached.Comments: This problem is still not solved completely in...
View ArticleCreated Unassigned: Using named ranges in cell formulas [15235]
Hi,I'm having problems getting a workbook to recalculate correctly when using named ranges in cell formulas.I have a simple workbook where I've named the range A2:A4 'Index' and populated it with the...
View ArticleCreated Unassigned: Limit maximum number of rows [15236]
I have an application using EPPlus to create a one-page spreadsheet. My problem is that, when printed, it a second, blank, page appended.Is there some way to limit the spreadsheet to, say, 60 rows, or...
View ArticleEdited Unassigned: Limit maximum number of rows [15236]
I have an application using EPPlus to create a one-page spreadsheet. My problem is that, when printed, it has a second, blank, page appended.Is there some way to limit the spreadsheet to, say, 60 rows,...
View ArticleCreated Unassigned: Resolving CountIf for cells with null values [15237]
I found an issue related to the CountIf formula: When some of the cells in the range being validated contains cells with null values, the formula's evaluation is not completed. The null value happens...
View ArticleCreated Unassigned: All whitespace in ExcelTextFormat()? [15238]
Hi Developer,I am new EPPlus. __Here is my sample program code:__..........................................................................var format = new ExcelTextFormat();__format.Delimiter = '...
View ArticleCommented Issue: Cannot add more than 1 pivot table to xlsx file [14695]
I have attached a mvc3 c# project that creates two tabs of data(6 rows, 6 columns) and then tries to create two pivot table, each on their own tab. If I only create one pivot table(does not matter...
View ArticleCommented Issue: Cannot add more than 1 pivot table to xlsx file [14695]
I have attached a mvc3 c# project that creates two tabs of data(6 rows, 6 columns) and then tries to create two pivot table, each on their own tab. If I only create one pivot table(does not matter...
View ArticleCreated Unassigned: EPPlus and PowerShell [15239]
Great library!I wrote a PowerShell Export-Excel. Export data from PowerShell to Excel spreadsheets without Excel. It lets you create Pivot Tables and charts. Check out the short video I did:...
View Article