PhpSpreadsheet中的setZipClass是否有替代品?

时间:2018-11-28 17:31:49

标签: php phpexcel phpspreadsheet

我正在将我的应用程序从PhpExcel迁移到PhpSpreadsheet。是否可以替代setZipClass?我在文档中找不到它。下面是我要更新的行。

PHPExcel_Settings::setZipClass(PHPExcel_Settings::ZIPARCHIVE);

1 个答案:

答案 0 :(得分:0)

这是从 phpspreadsheet 来的:

  

放弃了对PclZip的支持,转而使用更完整和现代的PHP扩展ZipArchive。因此删除了以下内容: PclZip PHPExcel_Settings :: setZipClass() PHPExcel_Settings :: getZip

phpspreadsheet documentation