http://qs321.pair.com?node_id=461891


in reply to Spreadsheet::ParseExcel incompatible with Openoffice?

I've had similar problems with ParseExcel. In such cases, I was able to use OLE to get the job done. Even using newer versions of Excel through OLE to process xls files created by old versions didn't give me any trouble.

However, I have to guess you are not a Win32 Monk. Unless another monk has a good solution, windows perl would be an easy fix. Best of luck.

  • Comment on Re: Spreadsheet::ParseExcel incompatible with Openoffice?

Replies are listed 'Best First'.
Re^2: Spreadsheet::ParseExcel incompatible with Openoffice?
by pepik_knize (Scribe) on May 31, 2005 at 02:48 UTC

    Actually, I am a Win32 Monk. However much I'd like to use OLE, though, I can't. This is a cgi script that currently lives on my laptop, where I access it. Eventually it will be an outward facing page that resides on a Linux box, where our vendors will submit their files. No OLE there, I'm afraid.

    Thanks for the suggestion!