How to convert data in QTableWidget into an Excel file (URGENT)
Hi,
I am Working on an application where I have some data inserted in a QTableWidget on dailog window.
Now I want to add a pushbutton "Convert to Excel", which helps the user to convert the data in QTablewidget to an excel file(.xml or csv format)
Kindly help how can i achieve this in Qt3 version.
Its very urgent, can any one plz help..
Thanks!!
Re: How to convert data in QTableWidget into an Excel file (URGENT)
Hh, make to nested for loops over the rows and columns and save the data to an xml file? Where is the problem?
Re: How to convert data in QTableWidget into an Excel file (URGENT)
If you can be sure Excel is present on the machine then you can also use: