From: Edward Date: Mon, 9 Feb 2015 09:33:48 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f4910ffdf6d1e1eaa660310bdc0c24ccef88d46f SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index a4bbebe1..fde17144 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) * 10, $height);; + $height = MAX(count($vv) * 15, $height);; $worksheet->setRow($start_row+$r, $height); // } }