Edited Unassigned: Drawing.GetRowWidth does not handle default row height...
First, thank you for the fantastic library!The symptom I am seeing is that calling SetPosition on a chart correctly moves the chart but also changes the height.I downloaded and debugged into the code...
View ArticleCommented Unassigned: Drawing.GetRowWidth does not handle default row height...
First, thank you for the fantastic library!The symptom I am seeing is that calling SetPosition on a chart correctly moves the chart but also changes the height.I downloaded and debugged into the code...
View ArticleCommented Unassigned: Index issue when deleting rows [15111]
Hi guys,I have a problem with the release candidate version. After deleting some rows, I can see some values in some cells are in a wrong position in the spreadsheet. Have somebody experienced this...
View ArticleEdited Unassigned: Index issue when deleting rows [15111]
Hi guys,I have a problem with the last stable version. After deleting some rows, I can see some values in some cells are in a wrong position in the spreadsheet. Have somebody experienced this...
View ArticleEdited Unassigned: Index issue when deleting rows [15111]
Hi guys,I have a problem with the last stable version. After deleting some rows, I can see some values in some cells are in a wrong position in the spreadsheet. Have somebody experienced this...
View ArticleCreated 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 ArticleEdited 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: Drawing.GetRowWidth does not handle default row height...
First, thank you for the fantastic library!The symptom I am seeing is that calling SetPosition on a chart correctly moves the chart but also changes the height.I downloaded and debugged into the code...
View ArticleCreated 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 ArticleCreated 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 ArticleCreated 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().
View ArticleCreated Unassigned: Error converting between Formula and FormilaR1C1 [15116]
EPPlus version 4.0.1.1Set correct "Formula"Formula "=SUMIF(B2:B77;B78;E2:E77)"Get incorrect "FormulaR1C1"FormulaR1C1 "=SUMIF(R[-76]C[-3]:B77;B78;E2:R[-1]C)"Set correct "FormulaR1C1"FormulaR1C1...
View ArticleEdited 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 ArticleClosed Unassigned: Index issue when deleting rows [15111]
Hi guys,I have a problem with the last stable version. After deleting some rows, I can see some values in some cells are in a wrong position in the spreadsheet. Have somebody experienced this...
View ArticleCreated Unassigned: worksheet.Cells not working right with Index [15117]
when i use worksheet.Cells[index] its not return all column !! ```worksheet.Cells["A1:A"+ ws.Dimension.End.Row] //return 45 row [right]worksheet.Cells[1, 1, 1, ws.Dimension.End.Column] // return 21 row...
View ArticleEdited 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 ArticleCreated Unassigned: Issue when it is trying to execute a DelecteColumn [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: Issue when it is trying to execute a DelecteColumn [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 Article