PHPExcel_Writer_Exception with message “Could not close zip file php://output.”

后端 未结 12 736
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 00:30

I\'m using PHPExcel to export some data to user in an excel file. I would like the script to send the excel file to the user immediately after it\'s creation. Here is my tes

12条回答
  •  攒了一身酷
    2020-12-05 01:09

    This error happens also when trying to save a file into a folder that doesn't exist. Make sure the whole path exists.

提交回复
热议问题