ExcelToJson.php
[Pman.Core] / ExcelToJson.php
index a88bf18..c655290 100644 (file)
@@ -29,9 +29,8 @@ class Pman_Core_ExcelToJson extends Pman_Roo
         
         require_once 'File/Convert.php';
         $fc = new File_Convert($img->getStoreName(), $img->mimetype );
-        $fc->debug=1;
-        $csv = $fc->convert('text/csv');
-        
+         $csv = $fc->convert('text/csv');
+        print_r($fc); 
         $ret = $this->importCsv($csv);