Fatal error: Uncaught exception 'Exception' in PHPExcel classes
        Posted  
        
            by Chakrapani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chakrapani
        
        
        
        Published on 2010-05-19T06:46:55Z
        Indexed on 
            2010/05/19
            6:50 UTC
        
        
        Read the original article
        Hit count: 611
        
Can any one please let me know, why this following error has been thrown from PHPExcel classes
    Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file
 /var/www/mydomain/myexcel.xlsx.' in /var/www/mydomain/Classes/PHPExcel/Writer
/Excel2007.php:400 Stack trace: #0 /var/www/mydomain/myexcel.php(173):
 PHPExcel_Writer_Excel2007->save('/var/www/mydomain...') #1 {main} 
thrown in /var/www/mydomain/Classes/PHPExcel/Writer/Excel2007.php on line 400
© Stack Overflow or respective owner