I'm migrating my app from PhpExcel to PhpSpreadsheet. Is there a replacement for setZipClass? I can't find it in the documentation. Below is the line that I'm trying to update.
PHPExcel_Settings::setZipClass(PHPExcel_Settings::ZIPARCHIVE);
I'm migrating my app from PhpExcel to PhpSpreadsheet. Is there a replacement for setZipClass? I can't find it in the documentation. Below is the line that I'm trying to update.
PHPExcel_Settings::setZipClass(PHPExcel_Settings::ZIPARCHIVE);
This is from phpspreadsheet :
Support for PclZip were dropped in favor of the more complete and modern PHP extension ZipArchive . So the following were removed: PclZip PHPExcel_Settings::setZipClass() PHPExcel_Settings::getZip