At 17:31 +0530 2004.12.02, Mohit Sharma wrote:
>I have a perl script that takes a text file with colon separated columns + a
>specification xls file, and generates an excel file. For this it uses
>Win32::OLE. I would like to port it to mac os x (excel being available on
>mac).
Hi,
This list is fo
I will try that.
Thanks,
Mohit Sharma
-Original Message-
From: allan juul [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 6:31 PM
To: Mohit Sharma
Cc: [EMAIL PROTECTED]
Subject: Re: [MacPerl] Calling MS Excel in perl
can't you just use
Spreadsheet::ParseExcel
?
./allan
can't you just use
Spreadsheet::ParseExcel
?
./allan
Quoting Mohit Sharma <[EMAIL PROTECTED]>:
> Hello friends,
>
> I have a perl script that takes a text file with colon separated columns +
> a
> specification xls file, and generates an excel file. For this it uses
> Win32::OLE. I would l
Hello friends,
I have a perl script that takes a text file with colon separated columns + a
specification xls file, and generates an excel file. For this it uses
Win32::OLE. I would like to port it to mac os x (excel being available on
mac).
What do I need to do for invoking excel inside perl scr