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

index da65a4e..549730d 100644 (file)
@@ -350,7 +350,7 @@ class Pman_Core_SimpleExcel extends Pman
                 $vv = explode("\n", $v);
                 
                 $height = MAX(count($vv) * 20, $height);;
-                $worksheet->setRow($start_row+$r, $height);
+                $worksheet->setRow($start_row+$r, null);
 //            }
         }
         $this->start_row++;