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

index fde1714..e72df89 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) * 15, $height);;
+                $height = MAX(count($vv) * 12, $height);;
                 $worksheet->setRow($start_row+$r, $height);
 //            }
         }