From: Edward Date: Mon, 9 Feb 2015 09:33:55 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7a7a8251502d4fe39c864cf97dca1f2440770acb SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index fde17144..e72df891 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -349,7 +349,7 @@ class Pman_Core_SimpleExcel extends Pman // if(isset($col_cfg['autoHeight'])){ $vv = explode("\n", $v); - $height = MAX(count($vv) * 15, $height);; + $height = MAX(count($vv) * 12, $height);; $worksheet->setRow($start_row+$r, $height); // } }