From 3bb9f9e2b8d09e5a9fc813411b731e4b5df923e3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Oct 2015 16:31:16 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 675e348c..a59f4b7f 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -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 } -- 2.39.2