in reply to File Too Big - Spreadsheet::ParseExcel::SaveParser

You should upgrade to a more recent version of Spreadsheet::WriteExcel (>= 2.18) and also make sure that you have OLE::Storage_Lite installed.

Newer versions of Spreadsheet::WriteExcel handle the 7MB problem automatically. Upgrading to the most recent version of Spreadsheet::ParseExcel is also recommended

--
John.

  • Comment on Re: File Too Big - Spreadsheet::ParseExcel::SaveParser

Replies are listed 'Best First'.
Re^2: File Too Big - Spreadsheet::ParseExcel::SaveParser
by awohld (Hermit) on Nov 26, 2008 at 20:10 UTC
    That worked. My old version was 1.X and the upgrade to Spreadsheet::WriteExcel was all that was needed.