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