Re: write to an Excel document

2002-03-14 Thread Alfred Vahau
Hello Allison, To write an excel file you will need John McNamara's module Spreadsheet::WriteExcel. You can read on the CPAN documentation at http://search.cpan.org/search?dist=Spreadsheet-WriteExcel To read an excel file and write output as textfile you will need Kawai Takanori's module Spread

Re: write to an Excel document

2002-03-13 Thread Garyl Erickson
The link is at: http://www-106.ibm.com/developerworks/linux/library/l-pexcel/ (l not I) "Tirthankar C. Patnaik" wrote: > > An excellent link for the task you have in mind, is: > > http://www-106..ibm.com/developerworks/linux/library/I-pexcel/ -- To unsubscribe, e-mail: [EMAIL PROTECTED

RE: write to an Excel document

2002-03-12 Thread Russ Foster
(This is one of those topics that should be in the FAQ). Have you considered dumping your data into a CSV file with a CSV extension? Excel will open CSVs by default. It's the *easiest* way, but may not be what you want... -rjf > -Original Message- > From: Allison Ogle [mailto:[EMAIL

Re: write to an Excel document

2002-03-12 Thread Chas Owens
Take a look at Spreadsheet::WriteExcel on CPAN (www.cpan.org). On Tue, 2002-03-12 at 12:18, Allison Ogle wrote: > Hi > > Does anyone know how to write to an Excel document? I've opened the > document using OLE but I cannot find any documentation on how to store data > in the spreadsheet. If an

Re: write to an Excel document

2002-03-12 Thread Tirthankar C. Patnaik
Dear Allison, > Does anyone know how to write to an Excel document? I've opened the > document using OLE but I cannot find any documentation on how to store data > in the spreadsheet. If anyone knows what the commands are to do this please > let me know. Thanks, > Try the SpreadSheet::Pars

Re: write to an Excel document

2002-03-12 Thread Craig Sharp
Check out Spreadsheet-WriteExcel available at www.cpan.org. Really great module for creating Excel spreadsheets. Craig A. Sharp Unix Systems Administrator DNS Administrator Roush Industries Office: 734-466-6286 Cell: 734-231-6769 Fax: 734-466-6939 [EMAIL PROTECTED] =