PHPExcel ZipArchive not found

后端 未结 6 1326
鱼传尺愫
鱼传尺愫 2020-12-05 11:20

I\'ve just downloaded PHPExcel package and I tried to import an Excel spreadsheet, but all I get is an error ZipArchive not found. I work on Windows, but server

6条回答
  •  暖寄归人
    2020-12-05 11:52

    I found simple solution:

     1. login to your cpanel
     2. go to software > select PHP version
     3. select PHP version 7.0 and click set as current button
     4. check zip checkbox
     5. click save
    

    Now you refresh your site to download excel file

提交回复
热议问题