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

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