Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I want to use your Spreadsheet::ParseExcel to read Data from an 8MB excel file to store them into an cvs-file (on a Linux-PC).
Everything works fine unless the file is too big. Open Office only manages to load 32000 Rows instead of all data of the sheet, while Spreadsheet::ParseExcel only loads 16383 lines of the data sheet and so I miss quite a lot.
Is there a possiblity to get every thing?
I tried to find out myself by looking up the code, but from my first glance I couldn't see where a limitation is set
Thanks for all your effort,
Carl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: only 16383 rows in Spreadsheet::ParseExcel
by bart (Canon) on Apr 16, 2005 at 14:10 UTC | |
by Anonymous Monk on Apr 16, 2005 at 16:58 UTC | |
|
Re: only 16383 rows in Spreadsheet::ParseExcel
by CountZero (Bishop) on Apr 16, 2005 at 15:37 UTC | |
|
Re: only 16383 rows in Spreadsheet::ParseExcel
by sk (Curate) on Apr 17, 2005 at 18:00 UTC |