SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 08:31:16 +0000 (16:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 08:31:16 +0000 (16:31 +0800)
SimpleExcel.php

index 675e348..a59f4b7 100644 (file)
@@ -367,8 +367,10 @@ class Pman_Core_SimpleExcel extends Pman
         }
         
         require_once 'File/Convert.php';
+        var_Dump($this->outfile2);
         $fc=  new File_Convert($this->outfile2, "application/vnd.ms-excel");
-        $fn = $fc->convert("application/vnd.ms-excel"); 
+        $fn = $fc->convert("application/vnd.ms-excel");
+        print_r($fc);
         $fc->serve('attachment',$fname); // can fix IE Mess
     }