From: Edward Date: Mon, 9 Feb 2015 09:35:51 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e0b7d8f892ca1b08e0189e81c3b20268dc780dc5 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 84952e8a..675e348c 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -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) {