[Qt-interest] reading data from xls file

Yuvaraj R yuvaraj at ongobiz.com
Fri Aug 7 06:53:30 CEST 2009


ok,

Can anybody help me please


Thanks

Yuvaraj R



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

> sorry , I have never used this class ,so I said "I guess" just now[?]
>
>
> 2009/8/7 Yuvaraj R <yuvaraj at ongobiz.com>
>
>> 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/a500ce71/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/a500ce71/attachment.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 612 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090807/a500ce71/attachment.png 


More information about the Qt-interest-old mailing list