in reply to Out of memory using Spreadsheet::ParseExcel


You could also try xlHtml which is an Excel to HTML converter written in C.

You could then parse the information that you need out of the HTML using HTML::TableExtract or some other tool.

--
John.

  • Comment on Re: Out of memory using Spreadsheet::ParseExcel