Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: set file name ,but got undefined.xlsx #4137

Closed
1 task done
jonny77 opened this issue May 24, 2024 · 3 comments
Closed
1 task done

[Bug]: set file name ,but got undefined.xlsx #4137

jonny77 opened this issue May 24, 2024 · 3 comments

Comments

@jonny77
Copy link

jonny77 commented May 24, 2024

Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?

  • Yes, it's still reproducable

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
image

What should be the expected behaviour?

filename test.xlsx as expected

@jonny77 jonny77 added the bug label May 24, 2024
@patrickbrouwers
Copy link
Member

Sorry cannot reproduce

@handhikadj
Copy link

@jonny77 just wondering, are you trying to download the file through javascript? undefined usually comes from js

@stale stale bot added the stale label Sep 10, 2024
Copy link

stale bot commented Sep 14, 2024

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.

@stale stale bot closed this as completed Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants