From: Edward Date: Mon, 9 Feb 2015 09:32:12 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3afd6637c1a203de3b2dd347c2070e2f4774b545 SimpleExcel.php --- 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++;