Hello,there!
Now I am doing a project in which a QTableView is used to display the parsed data,and we have already finished this part.Then we want to export the data in table into an excel file.We use "QAxObject("Excel.Application", parent)" to call the excel application in a new thread,but the code just doesn't work.We could not figure out why.Could anyone here help us with this problem,please? I would add the code here if you need.