From 6148cb0ddd24daddc466ae376e0f157aa1fca171 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:21:22 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 696f4a98..bd14f80d 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -294,7 +294,7 @@ class Pman_Core_SimpleExcel extends Pman if (is_object($clo)) { $cl = (array)$clo; // lossless converstion.. } - print_R($cfg);exit; + if (isset($cfg['row_height'])) { $worksheet->setRow($start_row +$r, $cfg['row_height']); } -- 2.39.2