ExcelToJson.php
[Pman.Core] / 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));
         }