From 9b895998fd9868cb9bce4e08ed443f7428e1a2ca Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 9 Feb 2015 17:13:49 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 633811bd..56f4b951 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -224,7 +224,8 @@ class Pman_Core_SimpleExcel extends Pman print_R($col_cfg['header']); $worksheet->setColumn ( $c, $c, $col_cfg['width'] / 5); // $worksheet->setRow ( $start_row, $col_cfg['height'] / 5); - }exit; + } + exit; $start_row++; $this->start_row = &$start_row; -- 2.39.2