Created Unassigned: Excel range base [15119]
I am facing one problem with this version. When I am using the excel range base like this:ws.Cells[2, i + 1, rowCount + 1, i + 1]it give me the range but remove the empty...
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 ArticleCreated 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 ArticleCommented Unassigned: Issue Deleting a Row (attached demo showing how to...
Hi friends,While trying to delete a single row there is an issue, please see the attached image, it shows very clear what is the error.I also attached a VS2012 project on wich you can reproduce the...
View ArticleCommented Unassigned: Issue Deleting a Row (attached demo showing how to...
Hi friends,While trying to delete a single row there is an issue, please see the attached image, it shows very clear what is the error.I also attached a VS2012 project on wich you can reproduce the...
View ArticleCommented Unassigned: ColumnMax can not span over existing column 3....
Hello, I encountered above exception when - under certain circumstances - I try to access the style of an ExcelRange. Below you find a minimal self-contained program that reproduces the issue, when...
View ArticleCommented Unassigned: Excel range base [15119]
I am facing one problem with this version. When I am using the excel range base like this:ws.Cells[2, i + 1, rowCount + 1, i + 1]it give me the range but remove the empty...
View ArticleCommented Unassigned: Excel range base [15119]
I am facing one problem with this version. When I am using the excel range base like this:ws.Cells[2, i + 1, rowCount + 1, i + 1]it give me the range but remove the empty...
View ArticleCommented 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 ArticleClosed Unassigned: ExcelPackage.Save() Does Not Work [15115]
Read: http://stackoverflow.com/questions/22204966/epplus-not-saving-changes-to-worksheetThis was true for me as well. Using the FileStream does not work when calling ExcelPackage.Save().Comments: Load...
View ArticleClosed Unassigned: Saving XLSX is very slow [15114]
I am trying to create an XLSX file and download it.I can actually do this no problem on my machine. The file is about 2.5 MB.Once deployed to the server, although it all works and I get no errors, the...
View ArticleCommented Unassigned: worksheet.Cells not working right with Index [15117]
when i use worksheet.Cells[index] its not return all column !! ```foreach(var d in worksheet.Cells[1, 1, 1, ws.Dimension.End.Column]) // return 17 row [wrong]for (int i = 1; i <...
View ArticleCommented Unassigned: Excel range base [15119]
I am facing one problem with this version. When I am using the excel range base like this:ws.Cells[2, i + 1, rowCount + 1, i + 1]it give me the range but remove the empty...
View ArticleCommented Unassigned: Excel range base [15119]
I am facing one problem with this version. When I am using the excel range base like this:ws.Cells[2, i + 1, rowCount + 1, i + 1]it give me the range but remove the empty...
View ArticleCommented Unassigned: Horizontalalign merged cells [15113]
I am having an issue getting a range of merged cells to horizontal align centered. The alignment stays as left. Here's my code.```ws.Cells[lStartColumn + lStartRow].Value = gPortfolioName + " - " +...
View ArticleEdited Unassigned: ColumnMax can not span over existing column 3. Exception...
Hello, I encountered above exception when - under certain circumstances - I try to access the style of an ExcelRange. Below you find a minimal self-contained program that reproduces the issue, when...
View ArticleCommented Unassigned: ColumnMax can not span over existing column 3....
Hello, I encountered above exception when - under certain circumstances - I try to access the style of an ExcelRange. Below you find a minimal self-contained program that reproduces the issue, when...
View ArticleCreated 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 ArticleCreated Unassigned: Error when I try to copy a range in EPPlus 4.0.1 [15122]
Hi people! I am trying to copy a range to other cell position but i see an error. Please see the Output.xlsx file in the project attached to see this issue.Any help will be much appreciated.Thanks,...
View ArticleCreated Unassigned: Date Format Not Working When LoadFromDataTable [15123]
I upgraded from version 3.1 to 4.0 and when using Cell[].Text on a date field it returns a number instead of the date.Here is the sample code that creates a tab delimited file.using System;using...
View Article