merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
on a Win XP PC to manipulate Excel spreadsheets.use Win32::OLE; use Win32::OLE::Const 'Microsoft Excel'; use Win32::OLE qw(in with);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Setting Excel cell formats
by Samy_rio (Vicar) on Jul 26, 2007 at 10:31 UTC | |
by merrymonk (Hermit) on Jul 26, 2007 at 14:13 UTC | |
by Samy_rio (Vicar) on Jul 27, 2007 at 04:08 UTC | |
Re: Setting Excel cell formats
by Corion (Patriarch) on Jul 26, 2007 at 11:13 UTC | |
Re: Setting Excel cell formats
by fmerges (Chaplain) on Jul 26, 2007 at 10:21 UTC |