0

How to insert image in excel using QAxObject in Qt c++?

I am not able to add image in excel using QAxObject in Qt please help if any one is aware of it

I tried using :

Pixmap pixmap(imagePath);
sheet->querySubObject("Cells(int, int)", 2, 1).setProperty("Picture",pixmap);
arved
  • 4,401
  • 4
  • 30
  • 53

0 Answers0