i have a xls file generated from another application. I should modify the xls file when reading it in my QT application, for example, change the type of some columns from number to text.

could i use QAxObject.setProperty() or dynamicCall()?

and how to set text type in QT?