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

index 16350ef..a4bbebe 100644 (file)
@@ -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++;