in reply to Excel Limitations

I'm guessing here, but I'll bet your Perl script uses Spreadsheet::WriteExcel and you have more than 7MB of data total, but that each worksheet is under 7MB of data.

If I'm right, the solution is to install Spreadsheet::WriteExcel::Big and convert your Perl script to use that module instead of Spreadsheet::WriteExcel.


The Perfect is the Enemy of the Good.