X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=JsonToExcel.php;h=75a24fe85c76eae82211dc3bf41aac0697f09bb3;hp=2e854f14ddac10b02874e338af7ebc67ac4eab0c;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=a15adee059643cf6e90d3d992b0bbb63d93e442e diff --git a/JsonToExcel.php b/JsonToExcel.php index 2e854f14..75a24fe8 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -28,7 +28,7 @@ class Pman_Core_JsonToExcel extends Pman return true; } - function get() + function get($v, $opts=array()) { $this->jerr("invalid get"); } @@ -72,11 +72,10 @@ 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',$fn); // can fix IE Mess - + $fc->serve('attachment','excel-'.date('Y-m-d-H-i-s').'.xls'); // can fix IE Mess + unlink($outfile2); } - - + }