foreach (Picture picture in worksheet.Pictures.Reverse())
{
int row = picture.UpperLeftRow;
int column = picture.UpperLeftColumn;
// Convert row and column to an Excel cell name
string cellName = CellsHelper.CellIndexToName(row, column);
if (cellName == "H13")
{
picture.PlaceInCell();
}
} why this is disorienting the excel file
files.zip (1022.9 KB)
@Soumen2001,
Thanks for sample files and code snippet.
We found when placing the picture, it is disorienting the Excel file. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-57750
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@Soumen2001
It’s a strange issue that embedded image of the cell could not be emf image.
We have fixed this issue and will include the fix into the next version 25.2.
The issues you have found earlier (filed as CELLSNET-57750) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi