fix export extension
This commit is contained in:
parent
c52893ffd6
commit
f62674cb0b
|
@ -173,7 +173,7 @@ class exportController
|
||||||
return [
|
return [
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'Content-Type' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
'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)
|
'body' => file_get_contents($tmpFilename)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue