Hello to all,
I'm a newbie of Qt and I'd like to embed an excel file into QDialog by
QAxWidget.

I search by documentation and internet and I got some example, so I try to
got it but... I reach two ways:

1) If I use *QAxWidget->setControl("C:\file.xls")* I see the sheet into my
control (as I like) but... I can't fill its cells programmaticaly: the
*querySubObject()* and *dynamicCall()* aren't available in this
configuration and raise segmentation fault error.

2) If I use *QAxWidget->setControl("Excel.Application")* I can work
programmatically on my excel file, but... the file won't embedded into my
QAxWidget that it remain white.

So, how can Got the 1.5 possibility ? How programmatically change a file
embedded by *setControl()*?

Thanks a lot for your time

Michele

PS. I've opensource version of QT
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to