Insert image in each export row #3233
Unanswered
hernandoglobal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am exporting an excel file, and I need to insert an image at the end of each row.
But I do not know how to do it.
Could you help me by indicating what changes should I make to my code so that it works row by row?
in this code line, i have the image rute (ruta_img)
$producto = Producto::select('cod_producto', 'referencia_producto', 'descrip_producto', 'precenta_producto', 'valor_producto', 'ruta_img')
my code:
Beta Was this translation helpful? Give feedback.
All reactions