使用PHPExcel类读取Excel2007时出现'ZipArchive library is not enabled解决方法

使用PHPExcel类读取Excel2007时出现'ZipArchive library is not enabled解决方法

 

详细错误信息:

Fatal error: Uncaught exception 'Exception' with message 'ZipArchive 
library is not enabled' in 

 

解决方法:

在php.ini文件中开启extension=php_zip.dll这个即可解决问题。

 

记录下下~~~~

你可能感兴趣的:(Excel,phpexcel,读取)