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

index e22feb7..bd14f80 100644 (file)
@@ -186,7 +186,7 @@ class Pman_Core_SimpleExcel extends Pman
         $this->worksheet = $worksheet;
          
         $start_row = 0;
-        print_r($cfg);exit;
+        
         if (!empty($cfg['head'])) {
             foreach($cfg['head'] as $row) { 
                 foreach($row as $c => $col) {