Edited Unassigned: Issue Merged Cells references after Delete a Column [15131]
Hi guys, after deleting a column I'm detecting an error with references to the merged...
View ArticleEdited Unassigned: An item with the same key has already been added [15120]
I upgraded 4.0.1 v. but I have an error.Exception : An item with the same key has already been added```//GC.Collect(); var excelPath = new FileInfo(epath); ExcelPackage pck = new...
View ArticleCreated Unassigned: Merged cell needs border for all individual cells [15133]
Hi!I'm using v4.0.1. If you have merged cells B2 and B3 and you want a border around the merged cell, you need to put a border around both B2 and B3. Is this normal or a bug? I would have thought that...
View ArticleCreated Unassigned: Not possible to unmerge in 4.0.1 [15134]
Dears,It is no longer possible use Merge property to unmerge a range:In version 4.0.1 (In ExcelRangeBase.cs):> ExcelRange.Merge = falsehas same effect as> ExcelRange.Merge = trueShould there be...
View ArticleCreated Unassigned: Create a Write-Only ExcelPackage that can write huge...
It would be great to have Write-Only ExcelPackage that can only be used to write XLSX data, not manipulate already written data. That way it could generate files for the XML data (instead of holding it...
View ArticleCreated Unassigned: Worsheet name disappearing from full address in complex...
Dears,It seems that since 4.0.1 it happens that sometimes the worksheet name disappears from the full address in particular formulas (it was fine in 3.1).Unfortunatelly I have not identified any...
View ArticleCreated Unassigned: AutoFitColumns does not adjust col width [15137]
In the sample program Sample1.cs it shows this code for auto col width adjustment:worksheet.Cells.AutoFitColumns(0); //Autofit columns for all cellsIt seems to have no effect on column width.thank you
View ArticleCommented Unassigned: Not possible to unmerge in 4.0.1 [15134]
Dears,It is no longer possible use Merge property to unmerge a range:In version 4.0.1 (In ExcelRangeBase.cs):> ExcelRange.Merge = falsehas same effect as> ExcelRange.Merge = trueShould there be...
View ArticleCommented Unassigned: Not possible to unmerge in 4.0.1 [15134]
Dears,It is no longer possible use Merge property to unmerge a range:In version 4.0.1 (In ExcelRangeBase.cs):> ExcelRange.Merge = falsehas same effect as> ExcelRange.Merge = trueShould there be...
View ArticleCommented Unassigned: Not possible to unmerge in 4.0.1 [15134]
Dears,It is no longer possible use Merge property to unmerge a range:In version 4.0.1 (In ExcelRangeBase.cs):> ExcelRange.Merge = falsehas same effect as> ExcelRange.Merge = trueShould there be...
View ArticleCreated Unassigned: worksheet.Drawings.AddPicture [15138]
Some images are not incorporated , see Annex
View ArticleEdited Unassigned: AutoFitColumns - Numberformat - the format string is...
Hi,i've been getting this error with the version 4 of 11 november : Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index en...
View ArticleCommented Unassigned: AutoFitColumns - Numberformat - the format string is...
Hi,i've been getting this error with the version 4 of 11 november : Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index en...
View ArticleEdited Unassigned: Issue when it is trying to execute a DelectColumn [15118]
Hello everybodyI've a problem when I try to delete a column from my worksheet,Please check out the attachment and let me know why it is not working when the delete command is executed over any merged...
View ArticleCommented Unassigned: Issue when it is trying to execute a DelectColumn [15118]
Hello everybodyI've a problem when I try to delete a column from my worksheet,Please check out the attachment and let me know why it is not working when the delete command is executed over any merged...
View ArticleEdited Unassigned: copy sheet from other workbook throw...
i got this issue when update EPPlus to 4.1old version has other issue on copy sheets, when copy 10+ sheets , cells custom format is goneso i update to EPPlus to 4.1 but it throw stackoverflowException...
View ArticleCommented Unassigned: copy sheet from other workbook throw...
i got this issue when update EPPlus to 4.1old version has other issue on copy sheets, when copy 10+ sheets , cells custom format is goneso i update to EPPlus to 4.1 but it throw stackoverflowException...
View ArticleEdited Unassigned: Grouping affects more columns than expected [15126]
When grouping columns with EPPlus 4.0.1, the grouping is not only applied to the specified column, but to all columns after that as well.Small test case:```FileInfo xlsFileInfo = new...
View ArticleCommented Unassigned: Grouping affects more columns than expected [15126]
When grouping columns with EPPlus 4.0.1, the grouping is not only applied to the specified column, but to all columns after that as well.Small test case:```FileInfo xlsFileInfo = new...
View ArticleEdited Unassigned: [4.0.1] ExcelRangeBase.Copy does not update formulas [15127]
Using the Copy method on an ExcelRangeBase does not update the formulas to their new position. It did in version 3.
View Article