SimpleExcel.php
[Pman.Core] / 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++;