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

index 84952e8..675e348 100644 (file)
@@ -300,6 +300,7 @@ class Pman_Core_SimpleExcel extends Pman
         }
         
         $line_height = (isset($cfg['line_height'])) ? $cfg['line_height'] : 12;
+        $height = 0;
         
         foreach($cfg['cols']  as $c => $col_cfg) {