ExcelToJson.php
authorAlan Knowles <alan@roojs.com>
Mon, 1 Apr 2013 08:57:07 +0000 (16:57 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Apr 2013 08:57:07 +0000 (16:57 +0800)
ExcelToJson.php

index 00b76a4..9870bf9 100644 (file)
@@ -86,6 +86,6 @@ class Pman_Core_ExcelToJson extends Pman_Roo
         }
         fclose($fh);
         
-        return array('ret' => $ret, 'rows' => $rows);;
+        return array('extra' => $ret, 'data' => $rows);;
     }
 }
\ No newline at end of file