简体   繁体   中英

Unable to locate package php7.0-phpoffice/phpspreadsheet

I have "Ubuntu 16.04 LTS" OS and trying to install phpoffice/phpspreadsheet using command:

sudo apt-get install php7.0-phpoffice/phpspreadsheet

Getting error message:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package php7.0-phpoffice
E: Couldn't find any package by glob 'php7.0-phpoffice'
E: Couldn't find any package by regex 'php7.0-phpoffice'

Extension gd is required and i can't find the package in my php7.0 version. The following commands used to install the extension gd.

sudo apt-add-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0
sudo apt-get install php7.0-gd

Then we can use composer require phpoffice/phpspreadsheet

Ubuntu » Packages » Package Search Results:

php7.0-phpoffice/phpspreadsheet

Sorry, your search gave no results

.

PHP Package Repository:

php7.0-phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

composer require phpoffice/phpspreadsheet

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