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

index cdd3fbf..9637703 100644 (file)
@@ -69,6 +69,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
                 if (empty($cols)) {
                     continue;
                 }
+                print_r($cols);exit;
                 foreach($req as $r) {
                     if (!in_array($r,$cols)) {
                         print_r($r);