Results 1 to 6 of 6

Thread: Export xls or csv exceeding the limits of Excel rows

  1. #1
    Join Date
    Nov 2008
    Posts
    1,185

    Export xls or csv exceeding the limits of Excel rows

    I need your help. I have a code that I use for export .csv data stored in my MySQL database. The code works perfectly!

    The file now begins to be large (exceeding the limit on the number of rows in Excel version 2003). I find a solution to circumvent this problem (data loss at the time of export).

    Maybe export spread over several sheets, but the question is how! Do you have any docs on it?

  2. #2
    Join Date
    Feb 2008
    Posts
    194

    Re: Export xls or csv exceeding the limits of Excel rows

    it seems to me that you can not generate csv file with more (unless I am mistaken), otherwise you have to generate a file excel, and I think you should be able

  3. #3
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Export xls or csv exceeding the limits of Excel rows

    yes, it is not possible to generate multiple sheets .csv

    right now my export I do .csv but I might as well turn it into .xls that I can not do is to generate multiple sheets

  4. #4
    Join Date
    Feb 2008
    Posts
    194

    Re: Export xls or csv exceeding the limits of Excel rows

    Why do not directly generate xls files?

  5. #5
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Export xls or csv exceeding the limits of Excel rows

    Quote Originally Posted by Ashok.M View Post
    Why do not directly generate xls files?
    Maybe because it's boring (it requires lib) is a proprietary format, and moreover can not easily import from mysql?

    I do not know why I chose to export a .csv (easy to generate, May be ).
    But let's say I generate a .xls but how can I write in the 2nd page of the workbook once the 1st sheet is full?

  6. #6
    Join Date
    May 2008
    Posts
    685

    Re: Export xls or csv exceeding the limits of Excel rows

    I see no better than several csv ...

    ie count as the number of registration and if it exceeds the limit line, recreate a new one .csv

    I think there is no way to insert multiple sheets in file .xls.

Similar Threads

  1. How to normalize Excel data in Excel Rows
    By Hache hi in forum MS Office Support
    Replies: 2
    Last Post: 24-02-2012, 07:20 PM
  2. Is it possible to have rows above 65,000 in Excel 2007
    By Nyota in forum MS Office Support
    Replies: 2
    Last Post: 21-02-2012, 06:07 PM
  3. Maximum rows in Excel 2010
    By Crooked in forum Windows Software
    Replies: 5
    Last Post: 18-02-2010, 04:47 AM
  4. Replies: 2
    Last Post: 09-07-2009, 08:57 AM
  5. Delete rows in Excel [VB]
    By Janet J in forum Software Development
    Replies: 2
    Last Post: 03-02-2009, 07:31 PM

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
  •  
Page generated in 1,714,054,244.14510 seconds with 17 queries