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