From: Edward Date: Mon, 9 Feb 2015 09:31:10 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e12489e2572685b380ed53f7083a2657936e7d4e SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index e1ba0111..3c73fffc 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -348,6 +348,7 @@ class Pman_Core_SimpleExcel extends Pman // if(isset($col_cfg['autoHeight'])){ $vv = explode("\n", $v); + print_R($vv);exit; $height = MAX(count($vv) * 20, $height);; $worksheet->setRow($start_row+$r, $height); // }