SimpleExcel.php
[Pman.Core] / 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) {