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

index 9637703..564b475 100644 (file)
@@ -65,7 +65,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
                 foreach($n as $k) {
                     $cols[] = strtoupper(trim($k));
                 }
-
+                print_r($cols);exit;
                 if (empty($cols)) {
                     continue;
                 }