From 9c2245c64294f463f85b19198b11b70c07709072 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:29:51 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 4f9ce9eb..a0da59bb 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); $maxHeight = MAX(count($vv) * 20, $maxHeight);; - $worksheet->setRow($start_row+$r, $height); + $worksheet->setRow($start_row+$r, $maxHeight); // } } $this->start_row++; -- 2.39.2