|
Spreadsheet::WriteExcelInstallation instructions for Spreadsheet::WriteExcel
Requirements
This module requires Parse::RecDescent File::Temp
Installation
Method 1, standard install with makeDownload the zipped tar file from one of the following:
http://search.cpan.org/search?dist=Spreadsheet-WriteExcel http://theoryx5.uwinnipeg.ca/mod_perl/cpan-search?idinfo=154 ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JM/JMCNAMARA/ Untar and unzip the module as follows or use winzip:
tar -zxvf Spreadsheet-WriteExcel-0.xx.tar.gz
Change to the directory that
perl Makefile.PL make make test make install # You may need to be root make clean # optional
Windows users without a working
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe
Method 2, CPAN.pm install
If you have
perl -MCPAN -e 'install "Spreadsheet::WriteExcel"'
Method 3, ActivePerl ppmActivePerl users can use PPM as follows:
C:\> ppm PPM> set repository tmp http://homepage.eircom.net/~jmcnamara/perl PPM> install Spreadsheet-WriteExcel PPM> quit C:\> If this fails try the following:
PPM>install http://homepage.eircom.net/~jmcnamara/perl/Spreadsheet-WriteExcel.ppd If both of these fail you should ensure that ppm is working correctly. Try to install the File::Slurp module as a test:
C:\> ppm PPM> install File-Test PPM> quit C:\> A failure here will indicate that your ppm isn't configured correctly or, more likely, that you are behind a firewall. Have a look at the perlwin32faq11 documentation that comes with ActivePerl to see how to resolve these issues.
Method 4, ActivePerl local ppmIf the previous ppm methods fail you can try a local ppm install as follows. Download the following two files (xx is the most recent version number):
http://homepage.eircom.net/~jmcnamara/perl/Spreadsheet-WriteExcel.ppd http://homepage.eircom.net/~jmcnamara/perl/Spreadsheet-WriteExcel-0.xx-PPM.tar.gz Copy them to a suitable temp directory. There is no need to un-tar or unzip the PPM file. In the DOS shell change to the temp directory and run ppm:
C:\> cd c:\temp C:\Temp> ppm
PPM> install Spreadsheet-WriteExcel.ppd Install package 'Spreadsheet-WriteExcel.ppd?' (y/N): y Retrieving package 'Spreadsheet-WriteExcel.ppd'... Writing C:\perl\site\lib\auto\Spreadsheet\WriteExcel\.packlist PPM> quit Quit! The module should now be installed. Note, you will also have to install Parse::RecDescent and possibly File::Temp if it isn't already installed .
Updates
You can keep up to date with future release by registering as a user with
Freshmeat http://freshmeat.net/ and
subscribing to
http://freshmeat.net/projects/writeexcel/ You will then receive mailed updates when a new version is released. Alternatively you can keep an eye on news://comp.lang.perl.announce
AuthorJohn McNamara (jmcnamara@cpan.org) |