Why am I getting an “invalid or unitialized Zip object” error when trying to read excel file via PHP?

后端 未结 2 1822
情深已故
情深已故 2021-02-04 11:28

I would like to find out how to read an excel file using via PHP. My specific use case is using PHPExcel from within Yii.

I have followed numerous tu

2条回答
  •  被撕碎了的回忆
    2021-02-04 12:22

    I had the same error message, but turned out to be an issue with file permissions (as suggested here: PHPExcel Warning: ZipArchive::getFromName(): Invalid or unitialized Zip object in).

    A quick chmod 644 on the Excel file fixed it.

提交回复
热议问题