From 9e5a8d694d593c9bf6c2a3f5f3b8a0c0a2f6a31e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Jan 2013 12:19:23 +0800 Subject: [PATCH] JsonToExcel.php --- JsonToExcel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JsonToExcel.php b/JsonToExcel.php index d58d3e27..740c6b93 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -72,9 +72,9 @@ class Pman_Core_JsonToExcel extends Pman $workbook->close(); require_once 'File/Convert.php'; - $fc= new File_Convert($this->outfile2, "application/vnd.ms-excel"); + $fc= new File_Convert($outfile2, "application/vnd.ms-excel"); $fn = $fc->convert("application/vnd.ms-excel"); - $fc->serve('attachment',$outfile2); // can fix IE Mess + $fc->serve('attachment','excel-'.date('Y-m-d-H-i-s').'.xls'); // can fix IE Mess unlink($outfile2); } -- 2.39.2