From: Edward Date: Mon, 9 Feb 2015 09:18:50 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0059f162b36643bde7a5d777bf756ac86c67a63f SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index bd14f80d..e22feb72 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -186,7 +186,7 @@ class Pman_Core_SimpleExcel extends Pman $this->worksheet = $worksheet; $start_row = 0; - + print_r($cfg);exit; if (!empty($cfg['head'])) { foreach($cfg['head'] as $row) { foreach($row as $c => $col) {