提示Composer安装-需要ext-mbstring

今天尝试通过composer require 安装phpoffice/phpspreadsheet容器,去使用excel的操作

由于PHPExcel已经被废弃在PHP7.2中已经无法获取更新,官方重新开了一个新包phpspreadsheet

然后安装的时候提示

Cannot use phpoffice/phpspreadsheet's latest version 1.27.0 as it requires ext-mbstring * which is missing from your platform.

原来是缺少mbstring扩展

php.ini里去掉extension=mbstring.so前面的;  即可

posted @ 2023-02-09 23:47  /lq/lq  阅读(307)  评论(0)    收藏  举报