Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. QML/Python/Excel

QML/Python/Excel

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 4 Posters 1.5k 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.
  • M Offline
    M Offline
    Marianagb
    wrote on 7 May 2019, 18:23 last edited by
    #1

    I want to create a simple GUI that ask the user for some data. I need to save these values and create an excel sheet with all of them. Currently, Im only printing these values in the console, but I cant play with them or export them to an excel sheet. I dont understand how the QAxBase Class works.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Cascarret
      wrote on 31 May 2019, 10:47 last edited by Cascarret 6 Jan 2019, 11:08
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • D Offline
        D Offline
        Denni
        wrote on 5 Jun 2019, 17:18 last edited by Denni 6 May 2019, 17:20
        #3

        Have you looked into the xlrd library for python -- we use that to handle our interfacing of python with Excel and then use python to handle our interfacing with pyqt5 -- aka the classic MVC methodology as Excel is basically just a database of sorts with an integral GUI front-end attached to it

        In fact we do not even directly work with the Excel workbook/spreadsheets other than to import that data into an SQLite3 database and export data back into the spreadsheet when needed which is what I might suggest that you do as well

        madness... is like gravity, all takes is a little... push -- like from an unsolvable bug

        1 Reply Last reply
        0
        • M Offline
          M Offline
          MyKFCExperience.com
          wrote on 3 Jan 2025, 11:05 last edited by MyKFCExperience.com 1 Mar 2025, 11:06
          #4
          This post is deleted!
          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