From: Edward Date: Mon, 9 Feb 2015 09:29:13 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=148415f6d43aa441deb312da32cc151c06105c4d SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 1d077aad..6dfed74b 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -299,6 +299,8 @@ class Pman_Core_SimpleExcel extends Pman $worksheet->setRow($start_row +$r, $cfg['row_height']); } + $maxHeight = 20; + foreach($cfg['cols'] as $c => $col_cfg) { if(isset($col_cfg['dataIndex']) && isset($cl[$col_cfg['dataIndex']])){