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

index b290e41..bd14f80 100644 (file)
@@ -96,7 +96,6 @@ 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) {