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

index 7e3172f..bd14f80 100644 (file)
@@ -300,7 +300,7 @@ class Pman_Core_SimpleExcel extends Pman
         }
         
         foreach($cfg['cols']  as $c=>$col_cfg) {
-            print_r($col_cfg);exit;
+            
             if(isset($col_cfg['dataIndex']) && isset($cl[$col_cfg['dataIndex']])){
                 $v =    $cl[$col_cfg['dataIndex']]  ;