Populating Multiple Collection in an Export #3341
Unanswered
cassandra-low
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey if you are using FromView you can just build it as if you where creating a normal html table for the web. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm just started using Laravel-Excel and I need to build something like the following

As you can see, data from column C and D (yellow color) are coming from collection A, whereas data from column E to H (green color) are coming from collection B.
There's no direct linkage between collection A and B but they are grouped by date (column A) and name (column B).
From the documentation, I saw that WithCustomStartCell is only supported for FromCollection exports.
However, I'm using FromView because the table that I'm building is quite complex.
My questions:
Appreciate for your advice!
Beta Was this translation helpful? Give feedback.
All reactions