[Qt-interest] reading data from xls file

Yuvaraj R yuvaraj at ongobiz.com
Fri Aug 7 06:43:34 CEST 2009


can u say me , where i have give the xls  file path ?

Thanks

Yuvaraj R

On Fri, Aug 7, 2009 at 10:10 AM, Yao Huiji <spideryao at gmail.com> wrote:

> I guess QAxObjec will get the info from  window registry[?]
>
>
> 2009/8/7 Yuvaraj R <yuvaraj at ongobiz.com>
>
>>    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
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090807/e688c37f/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2785 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090807/e688c37f/attachment.gif 


More information about the Qt-interest-old mailing list