Results 1 to 4 of 4

Thread: Manipulating excel files in Qt?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    May 2010
    Location
    Czestochowa, Poland
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Manipulating excel files in Qt?

    There is a multiplatform (commercial) C/C++ library for reading/writing Excel files called LibXL.
    If you can't use that then there is an Java library called Apache POI. You can create a helper Java app using that library and communicate with it from your Qt application.

    Edit: @icttrack: You have replied simultaneously with me and now I see that ExcelFormat Library seems to be the best choice indeed.
    Last edited by Strix Code; 24th July 2010 at 11:50.
    Q7Goodies - The sweetest way to add Windows 7 features to your Qt application

Similar Threads

  1. how to use api to read excel files(.xl,xls)
    By xiongxiongchuan in forum Qt Programming
    Replies: 9
    Last Post: 15th June 2010, 00:38
  2. Open Microsoft excel files in QT --linux
    By qixier in forum Qt Programming
    Replies: 1
    Last Post: 2nd June 2010, 09:58
  3. Open Ms Word, Ms excel, ppt files in QT -Linux
    By amankamboj1 in forum Qt Programming
    Replies: 3
    Last Post: 5th September 2009, 08:55
  4. Replies: 1
    Last Post: 7th July 2007, 08:41

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.