ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:14:23 +0000 (11:14 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:14:23 +0000 (11:14 +0800)
ExcelToJson.php

index a2e1245..bd9a6ef 100644 (file)
@@ -59,7 +59,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
                $rows[$n[0]] = $n[1];
                continue;
             }
-            
+            print_r($cols);exit;
             if(!$cols){
                 $cols = array();
                 foreach($n as $k) {