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