Re: [MacPerl] Calling MS Excel in perl

2004-12-02 Thread Chris Nandor
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

RE: [MacPerl] Calling MS Excel in perl

2004-12-02 Thread Mohit Sharma
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 ? ./

Re: [MacPerl] Calling MS Excel in perl

2004-12-02 Thread allan juul
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