Results 1 to 4 of 4

Thread: Creating new sheets in csv file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Creating new sheets in csv file

    Quote Originally Posted by d_stranz View Post
    A CSV file is a flat ASCII file. There is no concept of "sheets" in such a file.
    Exactly.

    However, if Excel can interpret some form of markup in such files to import different sections into different sheets, then this might still work.
    But then this would have to be asked for on an Excel forum, since it is Excel specific.

    Though it could be easily tested by having Excel export to CSV and import into a new document. If the sheets are still separated, then the file should contain the necessary markup, if they are not, then Excel can't do that.

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:

    anh5kor (21st December 2015)

Similar Threads

  1. Creating xml file from Xml Schema (xsd) file
    By pieczara in forum Newbie
    Replies: 1
    Last Post: 25th February 2011, 23:11
  2. creating Xml file using QT
    By rk0747 in forum Qt Programming
    Replies: 3
    Last Post: 30th January 2010, 11:16
  3. Creating xls File
    By bismitapadhy in forum Qt Programming
    Replies: 0
    Last Post: 26th May 2009, 11:35
  4. Creating new XML file
    By Pembar in forum Qt Programming
    Replies: 3
    Last Post: 16th May 2009, 08:06
  5. creating .cfg file in qt
    By vishal.chauhan in forum Qt Programming
    Replies: 1
    Last Post: 11th January 2007, 10:26

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.