develooper Front page | perl.beginners | Postings from March 2002

Re: write to an Excel document

Thread Previous | Thread Next
From:
Alfred Vahau
Date:
March 14, 2002 13:57
Subject:
Re: write to an Excel document
Message ID:
3C911DF1.D8004A90@upng.ac.pg
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::ParseExcel. You can read on the CPAN
documentation at

http://search.cpan.org/search?dist=Spreadsheet-ParseExcel

The two modules depend on other perl modules. These are:

ParseRecDescent
IO-Stringy
OLE-Storage_Lite
Text-Balanced

If you execute your script using the excel modules and find error such
as ParseRecDescent.pm not found, then visit CPAN and download it. In any
case, there is ample documentation and examples on how to use the
modules.

Good luck.

Alfred Vahau
Project Breeze Coordinator
School of Natural and Physical Sciences
University of Papua New Guinea
Papua New Guinea



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About