[Qt-interest] How to construct excel tables
Enrique Cuesta
enriquecues at gmail.com
Thu Jan 28 22:37:50 CET 2010
All that you can do via vba (excel macros vb) you can do too via ActiveX.
It's the same interface.
In Excel you can do everything via ActiveX.
2010/1/28 Christian Dähn <daehn at asinteg.de>:
> Hi,
>
> ok, then CSV isn't really what you need. When you can access Excel via
> ActiveQt
> you are just limited by the functionality of the Excel ActiveX component.
>
> I'm not so familiar with ActiveX, so just refer to the MSDN docs to the
> Excel API -
> that should help you.
>
> ciao,
> Chris
>
> PS: Please take care to reply only directly to the mailinglist ;-)
>
> berkan k?sao?lu <berkankisaoglu at gmail.com>:
>
> Why not CSV. Because I can not construct tables with csv. I can only
> seperate the values in the cells.
> I dont know i can do merging two cell while using ActiveX control and etc.
> But what I need is to do, merging cells, adding borders to tables, and etc.
> I need to create a complete excell document with "all the operations can be
> done in the excel" is done while creating the document.
> I dont want to do any edit after creating the file.
>
> Does the ActiveX is ok for that?
>
> Thanks in advance.
>
>
>
> On Thu, Jan 28, 2010 at 10:49 AM, Christian Dähn <daehn at asinteg.de> wrote:
>>
>> Hi,
>>
>> very simple but maybe much easier solution:
>>
>> Why not CSV? These files are opened by Excel by default and if the
>> encoding
>> is Latin1 or UTF-8 the user just has to load the file and can use it to
>> create an
>> Excel table...
>>
>> We use it for our customers for years and it works great.
>>
>> ciao,
>> Chris
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list