SimpleExcel.php
[Pman.Core] / SimpleExcel.php
index 16350ef..e72df89 100644 (file)
@@ -349,8 +349,8 @@ class Pman_Core_SimpleExcel extends Pman
 //            if(isset($col_cfg['autoHeight'])){
                 $vv = explode("\n", $v);
                 
-                $height = MAX(count($vv) * 10, $height);;
-                $worksheet->setRow($start_row+$r, null);
+                $height = MAX(count($vv) * 12, $height);;
+                $worksheet->setRow($start_row+$r, $height);
 //            }
         }
         $this->start_row++;