I am using phpexcel to create a xls file. I want to turn off zipping though. I don’t have the php extension for zipping and I’d rather just send people the xlsx file unzipped. Is there a setting that would allow me to turn it off?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. “zipping” in xlsx is not meant to provide compression and decrease file size, xlsx file is in fact zip file with proper directory structure inside and many xml files.