QML/Python/Excel
-
wrote on 7 May 2019, 18:23 last edited by
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.
-
wrote on 31 May 2019, 10:47 last edited by Cascarret 6 Jan 2019, 11:08This post is deleted!
-
wrote on 5 Jun 2019, 17:18 last edited by Denni 6 May 2019, 17:20
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
-
wrote on 3 Jan 2025, 11:05 last edited by MyKFCExperience.com 1 Mar 2025, 11:06This post is deleted!