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

index baa1e52..025f53c 100644 (file)
@@ -84,7 +84,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
             $rows[] = $row;
             
         }
-        
+        print_r($cols);exit;
         if (empty($cols)) {
             $this->jerr("could not find a row with " . implode(' / ', $req));
         }