Formatting Excel Document in Qt

Posted by user249490 on Stack Overflow See other posts from Stack Overflow or by user249490
Published on 2010-04-15T11:50:17Z Indexed on 2010/04/15 11:53 UTC
Read the original article Hit count: 341

Filed under:
|
|

Hi, I am using Qt 4.5 and Windows XP. I need to create an Microsoft Excel Document that has data (some labels and values) from the Qt application. I need to format those data with some fonts,bold,italics,color, background color etc., Besides ordinary data, there will be Picture files (JPG) also. I need to add those into the Excel. I know retrieving values from Excel using QAxWidget, QAxObject. But I don't have a clue about the formatting options that can be applied to cells through Qt and adding images as well?? Any help regarding this are welcome.

© Stack Overflow or respective owner

Related posts about qt4

Related posts about excel