Edited 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 ArticleCommented 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: Error in formulas when you remove values [15220]
Hi Guys!I found a error when you remove values, the formulas are wrong. Attached demo :)Thanks in advance, Nicholls
View ArticleCreated Unassigned: ExcelVmlDrawingBase.SetStyle trims the last character in...
Hello,ExcelVmlDrawingBase.SetStyle function trims last character of the style xml. This is aimed to delete the trailing semicolon. But if there were no semicolon at the end, it trims the last character...
View ArticleEdited Unassigned: ExcelVmlDrawingBase.SetStyle trims the last character in...
Hello,1. issue:ExcelVmlDrawingBase.SetStyle function trims last character of the style xml. This is aimed to delete the trailing semicolon. But if there were no semicolon at the end (if the changed...
View ArticleCommented Unassigned: ExcelVmlDrawingBase.SetStyle trims the last character...
Hello,1. issue:ExcelVmlDrawingBase.SetStyle function trims last character of the style xml. This is aimed to delete the trailing semicolon. But if there were no semicolon at the end (if the changed...
View ArticleCommented Issue: Problem with ExcelRange.Style.Fill.BackgroundColor.Rgb [14746]
The ExcelRange.Style.Fill.BackgroundColor.Rgb seams to not be filled correctly for each cells when reading it.My program evaluate each cells and i use the background color of a cell to know if the...
View ArticleCommented Unassigned: ExcelVmlDrawingBase.SetStyle trims the last character...
Hello,1. issue:ExcelVmlDrawingBase.SetStyle function trims last character of the style xml. This is aimed to delete the trailing semicolon. But if there were no semicolon at the end (if the changed...
View ArticleCreated Unassigned: HyperLink display full url instead of the link text [15222]
In version 4.0.3 the HyperLink function displays the full url instead of the link text that is provided. This worked properly in 3.1.3.3cell.Value = "Google";cell.HyperLink = new...
View ArticleEdited Unassigned: HyperLink displays full url instead of the link text [15222]
In version 4.0.3 the HyperLink function displays the full url instead of the link text that is provided. This worked properly in 3.1.3.3cell.Value = "Google";cell.HyperLink = new...
View ArticleCommented Unassigned: ExcelVmlDrawingBase.SetStyle trims the last character...
Hello,1. issue:ExcelVmlDrawingBase.SetStyle function trims last character of the style xml. This is aimed to delete the trailing semicolon. But if there were no semicolon at the end (if the changed...
View ArticleCreated Unassigned: should check if nf is null in GetFormattedText [15223]
for (int i = 0; i < styles.NumberFormats.Count; i++) { if (nfID == styles.NumberFormats[i].NumFmtId) { nf = styles.NumberFormats[i].FormatTranslator; break; } }__ //should check if nf is null,...
View ArticleCreated Unassigned: Sheet reference in formula lost if any row deleted [15224]
Hi,I am trying to call DeleteRow based on condition, however, after the call, the rows below this, are updated and any formula cells using other sheets have missing sheet reference.Code used is...
View ArticleCreated 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: Setting GapWidth, BaseUnit and TickLabels.Orientation for...
I need to be able to accomplish the following VBA operations on a ColumnStacked chart (the XAxis values are end of month dates, so it needs to be set up as months, otherwise the bars correspond to a...
View ArticleCreated 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 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: Fixed in changeset d0875555c58d
View ArticleEdited Unassigned: [4.0.3] Incorrect Value property on ExcelRange with merged...
Calling Value property on ExcelRange object with merged cells results in array of the correct size, but all the values are the value of the first cell of the range.
View ArticleCommented Unassigned: [4.0.3] Incorrect Value property on ExcelRange with...
Calling Value property on ExcelRange object with merged cells results in array of the correct size, but all the values are the value of the first cell of the range.Comments: Fixed in changeset...
View ArticleEdited Unassigned: Created & Modified doc properties cause unreadable content...
Setting the document core properties: 'created' or 'modified' will result in unreadable content.The following is...
View Article