From: Edward Date: Mon, 9 Feb 2015 09:28:02 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bc585710cd5ce1336a99e6e803363848647c4bec SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 31e3152b..8170a7ae 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -344,13 +344,13 @@ 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); $height = count($vv) * 20; $worksheet->write($start_row+$r, $height); - } +// } } $this->start_row++;