[Qt-interest] How to construct excel tables

Christian Dähn daehn at asinteg.de
Thu Jan 28 21:00:34 CET 2010


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
> > 
> > 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100128/368fc10a/attachment.html 


More information about the Qt-interest-old mailing list