Re: How to convert csv file to excel

2007-08-15 Thread Chas Owens
On 8/14/07, Lawrence Statton <[EMAIL PROTECTED]> wrote: > > > > Can anybody help me how to convert csv file to excel file using Perl > > or Shell scripts? > > I would use Text::CSV_XS to read the CSV file and > SpreadSheet::WriteExcel to produce the Excel file. snip In addition to the fine modules

Re: How to convert csv file to excel

2007-08-14 Thread Lawrence Statton
> > Can anybody help me how to convert csv file to excel file using Perl > or Shell scripts? > I would use Text::CSV_XS to read the CSV file and SpreadSheet::WriteExcel to produce the Excel file. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]