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

index 3072cb4..d8a7fa6 100644 (file)
@@ -90,9 +90,14 @@ class Pman_Core_ExcelToJson extends Pman_Roo
         if (empty($cols)) {
             $this->jerr("could not find a row with " . implode(' / ', $req));
         }
-        print_r($cols);
+        
         fclose($fh);
         
+        print_r($rows);
+        
+        
+        
+        
         exit;
     }