From 5501dd122be3e97c8539e70a2d8311ab833c3fc8 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:19:44 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.2