From 3afd6637c1a203de3b2dd347c2070e2f4774b545 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:32:12 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index da65a4e5..549730dd 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -350,7 +350,7 @@ class Pman_Core_SimpleExcel extends Pman $vv = explode("\n", $v); $height = MAX(count($vv) * 20, $height);; - $worksheet->setRow($start_row+$r, $height); + $worksheet->setRow($start_row+$r, null); // } } $this->start_row++; -- 2.39.2