From: Edward Date: Mon, 9 Feb 2015 09:28:12 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5012b799bfd9459ddb8735abc052a87e666347f6 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 8170a7ae..2884501c 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -349,7 +349,7 @@ class Pman_Core_SimpleExcel extends Pman $height = count($vv) * 20; - $worksheet->write($start_row+$r, $height); + $worksheet->setRow($start_row+$r, $height); // } } $this->start_row++;