Edited Unassigned: Can't delete merged cells. A range is partly merged with...
I got this error in version EPPlus 4.0.2. There is no this error in EPPlus 4.0 beta 2.My code:```rowNumberToInsert = rowNumberToInsert ?? rowNumber; ws.InsertRow(rowNumberToInsert.Value, 1, rowNumber);...
View ArticleCreated Unassigned: Removed Part: Drawing shape [15167]
I attach input.xlsx. When I open this file with EPPlus, delete a given worksheet and create a new worksheet, then this results in output.xlsx, which is also attached. When I open output.xlsx in Excel,...
View ArticleCreated Unassigned: Assigning a cell value to another cell doesn't work [15168]
While trying to copy a value from one cell to another I found that doing the following in 4.0.2 (and at least 4.0.1.1) doesn't change the value of the cell I'm assigning to:```cells[row, dstCol].Value...
View ArticleCreated Unassigned: ColumnMax can not span over existing column 11. [15169]
Exception thrown on second iteration of loop.No problem when the first Heading call is omitted. <package id="EPPlus" version="4.0.1.1" targetFramework="net45" />System.Exception was unhandled...
View ArticleCommented Unassigned: Can't delete merged cells. A range is partly merged...
I got this error in version EPPlus 4.0.2. There is no this error in EPPlus 4.0 beta 2.My code:```rowNumberToInsert = rowNumberToInsert ?? rowNumber; ws.InsertRow(rowNumberToInsert.Value, 1, rowNumber);...
View ArticleEdited Unassigned: ColumnMax can not span over existing column 11. [15169]
Exception thrown on second iteration of loop.No problem when the first Heading call is omitted. <package id="EPPlus" version="4.0.1.1" targetFramework="net45" />System.Exception was unhandled...
View ArticleCommented Unassigned: ColumnMax can not span over existing column 11. [15169]
Exception thrown on second iteration of loop.No problem when the first Heading call is omitted. <package id="EPPlus" version="4.0.1.1" targetFramework="net45" />System.Exception was unhandled...
View ArticleClosed Unassigned: ColumnMax can not span over existing column 11. [15169]
Exception thrown on second iteration of loop.No problem when the first Heading call is omitted. <package id="EPPlus" version="4.0.1.1" targetFramework="net45" />System.Exception was unhandled...
View ArticleCreated Unassigned: Problem with merging cells [15170]
I've a problem with merging cells. I use code like this``` package.Workbook.Worksheets[1].Cells[30 + index, 1].Value = product.Label; package.Workbook.Worksheets[1].Cells[30 + index, 1, 30 + index,...
View ArticleEdited Unassigned: Problem with merging cells [15170]
I've a problem with merging cells (v 4.0.2). I use code like this``` package.Workbook.Worksheets[1].Cells[30 + index, 1].Value = product.Label; package.Workbook.Worksheets[1].Cells[30 + index, 1, 30 +...
View ArticleCreated Unassigned: LoadFromDataTable Does Not Export Boolean Values [15171]
Using the LoadFromDataTable() method only exports the boolean values for the first row. All other rows remain blank.Furthermore, I'd love to see the ability to pass formatting strings by column type...
View ArticleCommented Unassigned: LoadFromDataTable Does Not Export Boolean Values [15171]
Using the LoadFromDataTable() method only exports the boolean values for the first row. All other rows remain blank.Furthermore, I'd love to see the ability to pass formatting strings by column type...
View ArticleCreated Unassigned: Getting Formula something gives an incorrect range [15172]
Hi,First of all – I really like your library - it's a big time-saver!However, I do have an issue when reading some formulas as the returned value is not correct.Take for example the Excel in attachment...
View ArticleEdited Unassigned: Getting Formula something gives an incorrect result [15172]
Hi,First of all – I really like your library - it's a big time-saver!However, I do have an issue when reading some formulas as the returned value is not correct.Take for example the Excel in attachment...
View ArticleCreated Unassigned: Formula cell always return empty string [15173]
I'm referring to an issue open last week.Apparently seemed to be a problem with IFERROR function but making more tests I've noticed that now the formula cell Always return empty string.In the xlsx...
View ArticleCommented Unassigned: LoadFromDataTable Does Not Export Boolean Values [15171]
Using the LoadFromDataTable() method only exports the boolean values for the first row. All other rows remain blank.Furthermore, I'd love to see the ability to pass formatting strings by column type...
View ArticleCreated Unassigned: Numberformat.Format and date issue [15174]
Applying a date format to a column results in all subsequent columns also being set to date format.I am using a simple template (file attached) and the following code to format the date...
View ArticleCreated Unassigned: Cell value ToString() function return error [15175]
Hi friends! :DWhen I get value from one cell I have an error```//cell.Value == 0;string val = cell.Value.ToString(); //Return 0.00000000 and not only 0```Thanks in advance, __Nicholls__
View ArticleCreated Unassigned: read date value as displayed to the user [15176]
I am using EPPlus to read excel data. I need to display the excel cells as-is in the grid to the users.When I do get value to get the value for date column it giving the OADate int value for the...
View ArticleCreated Unassigned: Set StyleID from other cell no copy the horizontal...
Gi guys! :DWhen I set StyleID from other cell```destinationCell.StyleID = sourceCell.StyleID; ```the output is the following (the horizontal alignment is...
View Article