SimpleExcel.php
authorEdward <edward@roojs.com>
Wed, 23 Jan 2013 08:13:54 +0000 (16:13 +0800)
committerEdward <edward@roojs.com>
Wed, 23 Jan 2013 08:13:54 +0000 (16:13 +0800)
SimpleExcel.php

index e9110d5..f46adc9 100644 (file)
@@ -159,7 +159,7 @@ class Pman_Core_SimpleExcel extends Pman
             if (isset($cfg['row_height'])) {
                 $worksheet->setRow($start_row +$r, $cfg['row_height']);
             }
-            print_r(count($cfg['cols']));
+            print_r(count($cfg['cols']));exit;
             foreach($cfg['cols']  as $c=>$col_cfg) {
                 $v = isset($cl[$col_cfg['dataIndex']]) ? $cl[$col_cfg['dataIndex']] : '';
                 if (empty($cl[$col_cfg['dataIndex']])) {