SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:26:02 +0000 (17:26 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:26:02 +0000 (17:26 +0800)
SimpleExcel.php

index 8009f71..bd14f80 100644 (file)
@@ -339,7 +339,6 @@ class Pman_Core_SimpleExcel extends Pman
                     || 
                     $dataFormat == 'string' ) {
                 $worksheet->writeString($start_row+$r, $c, $v, $format);
-                print_r($v);exit;
             } else {
           
                 $worksheet->write($start_row+$r, $c, $v, $format);