QAxobject how to delete EXCEL ?
Solved
General and Desktop
-
@pyuxing
Qt'sQAxObject
is just a wrapper around the Excel COM object. What you then do is nothing to do with Qt, you need to read the Excel Automation documentation (in this case for "delete row") or ask in a suitable forum for that. Something like https://forum.qt.io/topic/89536/qaxobject-and-excel will give you a start as to what code will look like.