From: Edward Date: Mon, 9 Feb 2015 09:34:04 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3aebc4b31b4f26589f18f38ce78b82621343b59b SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index e72df891..b6400192 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -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) {