From: Edward Date: Mon, 9 Feb 2015 09:22:31 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c8b0be7bfc20ef4af53419e3b7b44fd70da00b04 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index bd14f80d..696f4a98 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -294,7 +294,7 @@ class Pman_Core_SimpleExcel extends Pman if (is_object($clo)) { $cl = (array)$clo; // lossless converstion.. } - + print_R($cfg);exit; if (isset($cfg['row_height'])) { $worksheet->setRow($start_row +$r, $cfg['row_height']); }