How to add a new row to an existing MS Word table using QT5?
In general I am trying to transfer data from QTableView
to a prepared .docx file
, where I will use a placeholder to replace the data I need.
In general I am trying to transfer data from QTableView
to a prepared .docx file
, where I will use a placeholder to replace the data I need.