PDA

View Full Version : Read \Write Excel File using Qt



xingshaoyong
26th July 2007, 09:58
Hi all,
I am new to Qt.
Can anyone suggest me how to read and write in excel file using Qt?I'm cost alot of time on it !!!!
can you give me an example! xsyong127@yahoo.com.cn
Thanks in advance.

larry104
26th July 2007, 12:45
The easiest is probably to write/read Excel XML format. I use it and it really simple. Another format would be of cause ODF but, I'm not sure which version of Excel supports it yet.

patrik08
26th July 2007, 22:54
Have a look on http://www.qt-apps.org/content/show.php/sqliteman?content=56180 inside is a sample write excel on xml....

xingshaoyong
27th July 2007, 02:09
The easiest is probably to write/read Excel XML format. I use it and it really simple. Another format would be of cause ODF but, I'm not sure which version of Excel supports it yet.

Hi sir,
thanks give me an idea!
I am new to Qt.
can you give me an example! xsyong127@yahoo.com.cn
thanks

whitefurrows
27th July 2007, 22:07
Hi,

take a look to my post at http://www.qtcentre.org/forum/f-qt-programming-2/t-excel-using-qt-8276.html
and try it!