Empty rows added when exporting to csv and excel #2600
Unanswered
EvaldasBurlingis
asked this question in
Q&A
Replies: 1 comment
-
What is your package version for dataTables and laravel-excel? Anyways, I think this is timeout issue and the laravel dump where added on export. Maybe try updating to latest version, I made some improvements on the export process several days ago. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a problem with exporting data to csv and excel. When exporting I keep getting two empty rows added to document and I think that messes up excel export.
Here are images of exports:
The data that reach
buildExcelFile()
is good, with no empty array items.Any idea what could be the cause of this problem?
Beta Was this translation helpful? Give feedback.
All reactions