简体   繁体   中英

unable to install Spreadsheet_Excel_Reader pear

how to install pear reader. i have pear writer and it is working fine, i want to install pear reader

pear install Spreadsheet_Excel_Reader

No releases available for package "pear.php.net/Spreadsheet_Excel_Reader"
install failed

What is the exact command to install excel reader in pear

pear.php.net上没有Spreadsheet_Excel_Reader包。

In my case this was the right way to install Reader:

cd /usr/share/pear/Spreadsheet/Excel && mkdir Reader && cd Reader
wget http://downloads.sourceforge.net/project/phpexcelreader/Spreadsheet_Excel_Reader/Interim%20update/phpExcelReader.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fphpexcelreader%2F&ts=1396451889&use_mirror=skylink
unzip phpExcelReader.zip
mv ./reader.php ../Reader.php
mv oleread.inc OLERead.php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM