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

index e72df89..b640019 100644 (file)
@@ -299,7 +299,7 @@ class Pman_Core_SimpleExcel extends Pman
             $worksheet->setRow($start_row +$r, $cfg['row_height']);
         }
         
-        $height = 10;
+        $height = 12;
         
         foreach($cfg['cols']  as $c => $col_cfg) {