You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug report has been automatically closed because it has not had recent activity. If this is still an active bug, please comment to reopen. Thank you for your contributions.
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?
3.1.47
What version of Laravel are you using?
v11.0.3
What version of PHP are you using?
8.2
Describe your issue
public function export()
{
return Excel::download(new TestExport(), 'test.xlsx');
}
How can the issue be reproduced?
simple code shown above
What should be the expected behaviour?
filename test.xlsx as expected
The text was updated successfully, but these errors were encountered: