From 39b714296c1c0ca2526f8a5dad5a9a8832e8f5e3 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:29:44 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 5047b3a7..4f9ce9eb 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -346,11 +346,11 @@ class Pman_Core_SimpleExcel extends Pman $worksheet->write($start_row+$r, $c, $v, $format); } - if(isset($col_cfg['autoHeight'])){ +// if(isset($col_cfg['autoHeight'])){ $vv = explode("\n", $v); $maxHeight = MAX(count($vv) * 20, $maxHeight);; $worksheet->setRow($start_row+$r, $height); - } +// } } $this->start_row++; -- 2.39.2