in reply to Can I Create/Access an excel file ?

Take a look at the various Spreadsheet::Excel modules on CPAN.

(and it's Perl or perl not PERL)

  • Comment on Re: Can I Create/Access an excel file ?

Replies are listed 'Best First'.
Re: Re: Can I Create/Access an excel file ?
by El Linko (Beadle) on Apr 27, 2004 at 18:55 UTC
    But before you do that, do you need to read/write an excel file or could you just use a comma separated file? If all you need is to write a file excel can open then you could just write a csv. If you don't need anything fancy ( formula , coloured backgrounds etc ) then this may be a better idea.