SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:28:12 +0000 (17:28 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:28:12 +0000 (17:28 +0800)
SimpleExcel.php

index 8170a7a..2884501 100644 (file)
@@ -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++;