fix export extension
This commit is contained in:
parent
c52893ffd6
commit
50f99f6a44
|
@ -173,7 +173,7 @@ class exportController
|
|||
return [
|
||||
'headers' => [
|
||||
'Content-Type' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
||||
'Content-Disposition' => 'attachment; filename=archive.xsl'
|
||||
'Content-Disposition' => 'attachment; filename=archive.xls'
|
||||
],
|
||||
'body' => file_get_contents($tmpFilename)
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue