Commented Unassigned: Created & Modified doc properties cause unreadable...
Setting the document core properties: 'created' or 'modified' will result in unreadable content.The following is...
View ArticleEdited Unassigned: Bug with Dispose method [15207]
When used in a using code block and calling individual Dispose() methods, when exiting the using block an "object not set to an instance of an object" exception is thrown.Code to reproduce:```using...
View ArticleCommented Unassigned: Bug with Dispose method [15207]
When used in a using code block and calling individual Dispose() methods, when exiting the using block an "object not set to an instance of an object" exception is thrown.Code to reproduce:```using...
View ArticleEdited Unassigned: Error in styles with delete rows [15210]
Hello, I found an error with the styles in cells after deleting rows....
View ArticleCommented Unassigned: Error in styles with delete rows [15210]
Hello, I found an error with the styles in cells after deleting rows....
View ArticleEdited Unassigned: ExcelRange LoadFromText issue with multiline cell value...
When loading a csv file to a worksheet, if any one cell value in csv is multiline, and happens to use the same EOL character, an error will be thrown.This is happening because of the split by EOL...
View ArticleCommented Unassigned: ExcelRange LoadFromText issue with multiline cell value...
When loading a csv file to a worksheet, if any one cell value in csv is multiline, and happens to use the same EOL character, an error will be thrown.This is happening because of the split by EOL...
View ArticleEdited 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 ArticleCommented 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 ArticleEdited 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 ArticleCommented Unassigned: Issue with clearing CellRange larger then 1024 rows...
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 ArticleEdited 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 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: backgroundcolor and numberformat 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 ArticleCreated Unassigned: Bug in ExcelWorksheet.CopyColumn regarding Hidden [15228]
In that function, we do:newC._hidden = c.Hidden...newC.Width = c._widthThat effectively unhides the new column. So, if we have two consecutive hidden columns in a worksheet (<col min="6" max="7"...
View ArticleCreated Unassigned: Missing AlternativeText property by Excel comment [15229]
Hi,Excel comment has a property of Alternative Text, which is not implemented in EPPlus. To implement it, it is enough to add the following property to ExcelVmlDrawingBase class:``` public string...
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 ArticleClosed 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: Setting GapWidth, BaseUnit and TickLabels.Orientation...
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 Article