From ec79e79e340500b99c45dbb8d86207fa74e65845 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:31:29 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2