How to open and view excel application in Qt forms?
-
Hi,
In the old times when I working with VB, we can view and use Excel application in the forms. We can see all excel buttons and menus on the forms like using really excel.Is there any way to do it in Qt?
I checked MediaPlayer ActiveX sample in Qt but I couldn't see Excel or Word in the selection list.Regards,
Mucip:) -
@jsulm ,
Infact I saw this. But I want to see excel application like any other widget on the form. Not only manuplate cells like in the example which you sign.Regards,
Mucip:)@Mucip
There is an ActiveX widget class https://doc.qt.io/qt-5/qaxwidget.html.
Refer also https://forum.qt.io/topic/1840/working-with-excel-sheet. -
Hi,
In the old times when I working with VB, we can view and use Excel application in the forms. We can see all excel buttons and menus on the forms like using really excel.Is there any way to do it in Qt?
I checked MediaPlayer ActiveX sample in Qt but I couldn't see Excel or Word in the selection list.Regards,
Mucip:)@Mucip Take a look at https://wiki.qt.io/Using_ActiveX_Object_in_Qt
-
@Mucip Take a look at https://wiki.qt.io/Using_ActiveX_Object_in_Qt
-
@jsulm ,
Infact I saw this. But I want to see excel application like any other widget on the form. Not only manuplate cells like in the example which you sign.Regards,
Mucip:)@Mucip
There is an ActiveX widget class https://doc.qt.io/qt-5/qaxwidget.html.
Refer also https://forum.qt.io/topic/1840/working-with-excel-sheet. -
@Mucip
There is an ActiveX widget class https://doc.qt.io/qt-5/qaxwidget.html.
Refer also https://forum.qt.io/topic/1840/working-with-excel-sheet.