Image in row show bad position #3283
Replies: 4 comments 6 replies
-
As you are using PhpSpreadsheet logic to insert the images, I can't be of much help here. |
Beta Was this translation helpful? Give feedback.
-
any luck on this? Using Drawing or image at blade produce same error, image not in correct cell. |
Beta Was this translation helpful? Give feedback.
-
I got same problem and solved by moving the drawing process into AfterSheet event. (I did not use WithDrawing concern)
|
Beta Was this translation helpful? Give feedback.
-
Can you please provide all code? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
1️⃣ Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before? (Currently 3.1.x)
2️⃣ What version of the package, Laravel and PHP do you use? Please provide the FULL version number.
3️⃣ Describe your issue. Please be short, but concise.
I xport excel, with images using function drawings, but the imagen put on the first row ant then put the info.
4️⃣ How can the issue be reproduced? Please provide easy-to-reproduce steps (repository, simple code example, failing unit test).
controller:
Export:
5️⃣ What should be the expected behaviour?
how can I put the image in the same row tha the info? thaks.
Beta Was this translation helpful? Give feedback.
All reactions