linux php安装xlsxWriter扩展

1、下载xlsxWriter扩展包

wget https://pecl.php.net/get/xlswriter-1.5.2.tgz

在这里插入图片描述
2、解压

tar -zxvf xlswriter-1.5.2.tgz

在这里插入图片描述

3、编译

mv xlswriter-1.5.2 xlswriter

在这里插入图片描述

cd xlswriter
phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make&&make install

4、修改php.ini文件
在这里插入图片描述

5、php安装phpoffice/phpexce扩展
在这里插入图片描述

6、重启PHP服务

7、查看扩展
在这里插入图片描述


版权声明:本文为eddy23513原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。