Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Browsing all 2262 articles
Browse latest View live

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 Article


Created 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 Article


Created 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 Article

Created 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 Article

Commented 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 Article


Edited 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 Article

Commented 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 Article

Closed 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 Article


Created 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 Article


Edited 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 Article

Created 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 Article

Commented 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 Article

Created 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 Article


Edited 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 Article

Created 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 Article


Commented 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 Article

Created 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 Article


Created 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 Article

Created 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 Article

Created 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
Browsing all 2262 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>