Composer安装phpoffice/phpspreadsheet出现the requested PHP extension zip is missing from your system
Song •
3214 次浏览 •
0个评论 •
2022年01月22日
Laravel Excel线上部署出现如下错误
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for phpoffice/phpspreadsheet 1.21.0 -> satisfiable by phpoffice/phpspreadsheet[1.21.0].
- phpoffice/phpspreadsheet 1.21.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
Problem 2
- phpoffice/phpspreadsheet 1.21.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
- maatwebsite/excel 3.1.35 requires phpoffice/phpspreadsheet ^1.18 -> satisfiable by phpoffice/phpspreadsheet[1.21.0].
- Installation request for maatwebsite/excel 3.1.35 -> satisfiable by maatwebsite/excel[3.1.35].问题的原因,没有安装php-zip拓展,安装后即可
sudo apt-get install php7.4-zip-
Laravel使用maatwebsite/excel实现Excel/CSV文件导入导出及常见问题解决方案 2022-01-22 -
flex布局控制子元素水平垂直居中 2022-01-21 -
【Intervention/image文档】Laravel/PHP 使用Intervention/image获取图片长/高/类型 2022-01-19 -
Laravel修改认证表出现Call to undefined method getAuthIdentifierName(); 2022-01-18 -
企业微信第三方应用提示不合法的permanent_code参数 2022-01-04

所以SheetJS实现table导出数据为Excel