From: Edward Date: Tue, 22 Jan 2013 07:26:49 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=45f51aa8ef6a73d1aed1313298db3b8476737544;p=Pman.Core SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 8ff56a17..770cd8b3 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -147,7 +147,9 @@ class Pman_Core_SimpleExcel extends Pman foreach($cfg['cols'] as $c=>$col_cfg) { - + print_r($start_row); + print_r('
'); + print_r($c); $worksheet->write($start_row, $c, $col_cfg['header']); $worksheet->setColumn ( $c, $c, $col_cfg['width'] / 5);