[Qt-interest] reading data from xls file

Yuvaraj R yuvaraj at ongobiz.com
Fri Aug 7 06:19:36 CEST 2009


 Hi All

Just  i have gone through the sample code..


QAxObject* excel = new QAxObject("Excel.Application", 0);
QAxObject* app = excel->querySubObject("Application()");
QAxObject* wbks = excel->querySubObject("Workbooks()");
QAxObject* wb = wbks->querySubObject("Add()");
QAxObject* ws = wb->querySubObject("Worksheets(int)", 1 );

I am not understanding the above code.. Where they are getting input file
here..

If u don't mistake me , can u expain me in breif..


Thanks

Yuvaraj R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090807/2dd561c6/attachment.html 


More information about the Qt-interest-old mailing list