Open Excel.exe in Qt widget
-
wrote on 15 Jan 2016, 16:12 last edited by
Is there any possible way to open Excel.exe in QtWidget? I know the option of using QAxObject to handle Excel in Qt. But I want to open the exe in Qt Widget.
-
Is there any possible way to open Excel.exe in QtWidget? I know the option of using QAxObject to handle Excel in Qt. But I want to open the exe in Qt Widget.
wrote on 15 Jan 2016, 16:19 last edited by@nikit No.
-
@nikit said:
But I want to open the exe in Qt Widget.
This makes no sense. What does that even mean "open an exe in a widget"? An executable is a file. A widget is a memory fragment.
Excel is designed to "talk to" other applications via COM. It provides an ActiveX server and Qt provides clients (QAxObject or QAxWidget for embedded controls). It's by far the easiest way to use the two together and AFAIK the only way officially supported on both sides.
2/3