Hello everyone,
I need to add an image to a .xlsx file.
An image in .png format with a size of 150x150 pixels
I tried several methods, but without success:
Method 1. According to the published documentation here
Mo…...SetColumnWidth(2, 150); int index = worksheet.Pictures.Add(3,...Picture pic = worksheet.Pictures[index]; pic.Placement = PlacementType...