WithMappedCells for a list of data #3546
joelharkes
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sometimes you really want to use WithMappedCells just to add some extra data to your row item, but using this instead makes Laravel-Excell think you just want to upload 1 item. Here is the workaround:
WithMappedCells
interfaceWithEvents
and following code below:gotcha's:
WithValidation
and add following code yourself afterarray_merge
:Beta Was this translation helpful? Give feedback.
All reactions