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
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.
chmod 644