Nowe wersje pobrać można z
http://search.cpan.org/~jmcnamara/
http://www.j-tsurugashima.com/cgi/lib/Spreadsheet/WriteExcel/doc/install.html
Instalacja / Aktualizacja modułu Spreadsheet::WriteExcel
Untar and unzip the module as follows or use winzip:
tar -zxvf Spreadsheet-WriteExcel-0.xx.tar.gz
Change to the directory that tar creates. The module can be installed using the standard Perl procedure:
perl Makefile.PL
make
make test
make install # You may need to be root
make clean # optional
$ wget http://search.cpan.org/CPAN/authors/id/K/KW/KWITKNR/Spreadsheet-ParseExcel-0.2602.tar.gz
$ tar zxof Spreadsheet-ParseExcel-0.2602.tar.gz
$ cd Spreadsheet-ParseExcel-0.2602
$ perl Makefile.PL
$ make test
$ su root
# make install