From 5012b799bfd9459ddb8735abc052a87e666347f6 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:28: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 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++; -- 2.39.2