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

后端 未结 12 737
爱一瞬间的悲伤
爱一瞬间的悲伤 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:10

    For some people who may have this same ERROR message : it may very simply be because the filename you're trying to save to is actually already open in your Excel.. Was my case

提交回复
热议问题