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);