[Interest] Example of writing an .xls file using a qt program

Jason H scorp1us at yahoo.com
Thu Jul 5 16:45:51 CEST 2012


You can't directly.
You have two options, use ActiveQt and use COM to automate a Excel instance, or output into CSV. Excel will accept the following in a functional way:

2,2
=A1+B1,

which would come out as 

[  2][  2]
[  4]


However charts, pivot tables, etc, cannot be done. To use COM, you of course need Excel installed. 


________________________________
 From: Fabio Giovagnini <fabio.giovagnini at gmail.com>
To: interest at qt-project.org 
Sent: Thursday, July 5, 2012 4:45 AM
Subject: [Interest] Example of writing an .xls file using a qt program
 
Hi all,
I'd like to study how to write a .xls file using a qt program.

Thanks in advance for help

Fabio Giovagnini

_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120705/452255b6/attachment.html>


More information about the Interest mailing list