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

index bd14f80..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) {