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. Can I use QAxBase under linux?
QtWS25 Last Chance

Can I use QAxBase under linux?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.1k 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.
  • Y Offline
    Y Offline
    Young.Sin
    wrote on last edited by
    #1

    I want to control MS office files(word, excel, ppt...) under linux.
    Under MS Windows, I can use QAxBase, but I can't find ActiveQt folder after installed Qt under Linux.
    How can I do that?

    jsulmJ JonBJ 2 Replies Last reply
    0
    • Y Young.Sin

      I want to control MS office files(word, excel, ppt...) under linux.
      Under MS Windows, I can use QAxBase, but I can't find ActiveQt folder after installed Qt under Linux.
      How can I do that?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Young.Sin I don't think this is possible. There is no ActiveX on Linux, so how would you use it? And you cannot use MS Office on Linux. Maybe you can using Wine, but then simply build your Qt app for Windows and use it with Wine as well.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • Y Young.Sin

        I want to control MS office files(word, excel, ppt...) under linux.
        Under MS Windows, I can use QAxBase, but I can't find ActiveQt folder after installed Qt under Linux.
        How can I do that?

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @Young.Sin said in Can I use QAxBase under linux?:

        I want to control MS office files(word, excel, ppt...) under linux.

        "Control" them in what way?

        jsulmJ 1 Reply Last reply
        1
        • JonBJ JonB

          @Young.Sin said in Can I use QAxBase under linux?:

          I want to control MS office files(word, excel, ppt...) under linux.

          "Control" them in what way?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @JonB Oh, now I see what @Young-Sin probably is asking :-)
          I did not notice "files" in "I want to control MS office files".
          I guess he does not want to control office itself but change/edit office files.
          Maybe LibreOffice/OpenOffice would be a solution?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          JonBJ 1 Reply Last reply
          0
          • jsulmJ jsulm

            @JonB Oh, now I see what @Young-Sin probably is asking :-)
            I did not notice "files" in "I want to control MS office files".
            I guess he does not want to control office itself but change/edit office files.
            Maybe LibreOffice/OpenOffice would be a solution?

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @jsulm
            Maybe, or maybe he wants put them under version control... ! ;-)

            @Young-Sin
            From Python, we do some DocX stuff to create/update .docx files, using a Python python_docx library, which works too under Linux. But it's very limited compared to the full set of stuff you can do via Windows Automation/ActiveX libraries. That does not exist outside Windows. And getting into full LibreOffice/OpenOffice API looked scary.

            So depends what you want to achieve. But if it's the full panoply of Word/Excel facilities, or you have existing Windows Office Automation code you're trying to work from, I think you'll have little joy from Linux....

            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