Spreadsheet/Excel/Writer/Worksheet.php
authoredward <edward@roojs.com>
Thu, 12 May 2016 06:11:48 +0000 (14:11 +0800)
committeredward <edward@roojs.com>
Thu, 12 May 2016 06:11:48 +0000 (14:11 +0800)
Spreadsheet/Excel/Writer/Worksheet.php

index 4e6385a..82b8f54 100644 (file)
@@ -645,7 +645,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
             $this->_storeDataValidity();
         }*/
         $this->_storeEof();
-        print_r(file_get_contents($this->_tmp_file));exit;
+
         if ( $this->_tmp_file != '' ) {
           if ( $this->_filehandle ) {
             fclose($this->_filehandle);