SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:18:50 +0000 (17:18 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:18:50 +0000 (17:18 +0800)
SimpleExcel.php

index bd14f80..e22feb7 100644 (file)
@@ -186,7 +186,7 @@ class Pman_Core_SimpleExcel extends Pman
         $this->worksheet = $worksheet;
          
         $start_row = 0;
-        
+        print_r($cfg);exit;
         if (!empty($cfg['head'])) {
             foreach($cfg['head'] as $row) { 
                 foreach($row as $c => $col) {