Click here to Skip to main content
15,889,879 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a problem with the EPPlus library. When taking an excel with image, when adding rows above it using .InsertRow(), the image does not change row.
However, if I add a row directly using Excel, yes.

Any ideas?


What I have tried:

worksheet.InsertRow(tableRowNum, 1);

worksheet.Cells[tableRowNum + 1, 1, tableRowNum + 1, tableCell.Column].Copy(worksheet.Cells[tableRowNum, 1, tableRowNum, tableCell.Column]);
Posted
Updated 12-Nov-19 3:34am

1 solution

Then raise an issue with the GitHub repository, not on an unrelated site: Issues · JanKallman/EPPlus · GitHub[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900