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