Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Unable to show large number of records in excel

by guha (Priest)
on Jul 05, 2004 at 12:23 UTC ( [id://371864]=note: print w/replies, xml ) Need Help??


in reply to Re: Unable to show large number of records in excel
in thread Unable to show large number of records in excel

Excel only allows 16384 rows of data, for ...

True for older versions, however Microsoft Excel 8.0 (97), Excel 2002 and Excel 2003 have a limit of 65,536 rows.

  • Comment on Re^2: Unable to show large number of records in excel

Replies are listed 'Best First'.
Re^3: Unable to show large number of records in excel
by Corion (Patriarch) on Jul 05, 2004 at 12:31 UTC

    True indeed (for Excel 97-SR2):

    Q:\>perl -le "print $_ for 1..16383" >list.xls Q:\>start list.xls Q:\>perl -le "print $_ for 1..32768" >list.xls Q:\>start list.xls Q:\>perl -le "print $_ for 1..70000" >list.xls Q:\>start list.xls # "Excel did not load the whole file"

    So the problem seems to lie elsewhere, like maybe not enough memory or other problems

Re^3: Unable to show large number of records in excel
by Crian (Curate) on Jul 05, 2004 at 15:50 UTC
    Yes, but Excel is still very buggy if you try formating with the help of filters on more than 16k rows (it crashes ragulary).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://371864]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 20:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found