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