Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Open Excel.exe in Qt widget

Open Excel.exe in Qt widget

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 861 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nikit
    wrote on last edited by
    #1

    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.

    ? 1 Reply Last reply
    0
    • N nikit

      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.

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @nikit No.

      1 Reply Last reply
      0
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @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.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved