未找到PhpSpreadSheet类ZipArchive错误

时间:2018-04-20 13:45:55

标签: ziparchive phpspreadsheet

我刚刚通过composer下载了PhpSpreadsheet包,我试图生成一个Excel电子表格。但我得到的是一个错误“ Class ZipArchive not found ”。我在Windows上工作。在我的localhost中正确生成excel。我的localhost php版本是7.0.2。但是服务器Php版本是5.6。我无法在服务器中生成excel。我收到“*类ZipArchive not found”错误。

有人可以帮忙吗?

2 个答案:

答案 0 :(得分:1)

我认为您只需在服务器上使用PHP“zip”扩展程序... 如果我理解得很好,你的开发机器就在Windows上。但是你的“生产”机器正在...... Linux?

如果是Debian: apt-get install php-zip

如果是RedHat或其他什么 yum install...

答案 1 :(得分:-2)

您必须在您的PHP代码中引用ZipArchive:

使用ZipArchive;