[Qt-interest] too slowly that use the QAxContainter module to display an Excel sheet

276289228 276289228 at qq.com
Tue May 31 17:39:46 CEST 2011


Hi,
      i want to use the QAxContainer Module to display an excel sheet ,but the application is too slowly,
 it is appear about 10 seconds late,maybe there is an other way to make it ?
      The code just like :
        QAxWidget excel("Excel.Application");
        excel.setProperty("Visible", true);
        QAxObject * workbooks = excel.querySubObject("WorkBooks");
        workbooks->dynamicCall("Add");
        //workbooks->dynamicCall("New(const QString&)", QString("F:/QtProject/odbcTest/book.xls"));
     
      Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110531/6a02b329/attachment.html 


More information about the Qt-interest-old mailing list