From 3fa45d9533b3627ac8aae56b9f46b248e8b21072 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Feb 2013 11:52:12 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 33a4d211..76980bc6 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -109,7 +109,7 @@ class Pman_Core_SimpleExcel extends Pman //echo '
';        print_R($cfg);
       //  print_r($cfg);exit;
         // Creating a worksheet
-        
+        print_R($cfg);exit;
         // copy the config and alias so that book can be written to..
         $this->worksheetCfg[$cfg['workbook']] = &$cfg;
         
-- 
2.39.2