SimpleExcel.php
[Pman.Core] / SimpleExcel.php
index e22feb7..b290e41 100644 (file)
@@ -96,6 +96,7 @@ class Pman_Core_SimpleExcel extends Pman
          
          
         if (!empty($cfg['workbook'])) {
+            print_r('run');exit;
             $this->buildPage(  array(), $data,$cfg);
         } elseif (!empty($cfg['workbooks'])) {
             foreach($cfg['workbooks'] as $i =>$wcfg) {
@@ -186,7 +187,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) {