From: Edward Date: Mon, 9 Feb 2015 09:13:49 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9b895998fd9868cb9bce4e08ed443f7428e1a2ca SimpleExcel.php --- 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;