From: Edward Date: Mon, 9 Feb 2015 09:31:29 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ec79e79e340500b99c45dbb8d86207fa74e65845 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index d2b6b8f6..573ac1d1 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -348,13 +348,13 @@ class Pman_Core_SimpleExcel extends Pman // if(isset($col_cfg['autoHeight'])){ $vv = explode("\n", $v); - print_R(count($vv));exit; + print_R(count($vv)); $height = MAX(count($vv) * 20, $height);; $worksheet->setRow($start_row+$r, $height); // } } $this->start_row++; - + exit; return $hasRender; }