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

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