SimpleExcel.php
[Pman.Core] / SimpleExcel.php
index b640019..b6b5f41 100644 (file)
@@ -299,7 +299,7 @@ class Pman_Core_SimpleExcel extends Pman
             $worksheet->setRow($start_row +$r, $cfg['row_height']);
         }
         
-        $height = 12;
+        $height = (isset($cfg['line_height'])) ? $cfg['line_height'] : 12;
         
         foreach($cfg['cols']  as $c => $col_cfg) {