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