PHPExcel 导出表格出错 应该是php.ini的问题 本地可以导出,服务器提示这些错误,哪位大神帮忙解决一下!
程序员文章站
2024-02-09 13:00:04
...
Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file excelTemp/1433560598.xlsx.' in D:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php:378 Stack trace: #0 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.list.php(564): PHPExcel_Writer_Excel2007->save('excelTemp/14335...') #1 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.php(36): include('D:\web\Domains\...') #2 {main} thrown in D:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php on line 378
// Close file if ($objZip->close() === false) { throw new Exception("Could not close zip file $pFilename."); }
回复讨论(解决方案)
Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file excelTemp/1433560598.xlsx.' in D:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php:378 Stack trace: #0 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.list.php(564): PHPExcel_Writer_Excel2007->save('excelTemp/14335...') #1 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.php(36): include('D:\web\Domains\...') #2 {main} thrown inD:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php on line 378
快来人啊 帮帮忙
Could not close zip file 无法关闭 zip 文件
应该是创建 xlsx 时产生的临时文件被系统软件劫持了(比如病毒防火墙)
Could not close zip file 无法关闭 zip 文件
应该是创建 xlsx 时产生的临时文件被系统软件劫持了(比如病毒防火墙)
Could not close zip file 无法关闭 zip 文件
应该是创建 xlsx 时产生的临时文件被系统软件劫持了(比如病毒防火墙)
可以尝试一下
不知道关哪个?那就问问网管
可以尝试一下
不知道关哪个?那就问问网管
我也遇到过这个问题 是文件夹权限的问题
修改一下就可以了