From: Edward Date: Mon, 9 Feb 2015 09:19:44 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5501dd122be3e97c8539e70a2d8311ab833c3fc8 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index bd14f80d..b290e41f 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -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) {