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

index 2a111db..3072cb4 100644 (file)
@@ -90,7 +90,7 @@ 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);
         
         exit;