[Bug]: images in header #3542
-
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?3.1.36 What version of Laravel are you using?8.83.1 What version of PHP are you using?8.0.14 Describe your issueI'm trying to insert image in header (or footer) but is not showing anything. Even using dd on i.e. getOddHeader is just showing an empty string How can the issue be reproduced?
What should be the expected behaviour?I expect to see the image in the sheet header |
Beta Was this translation helpful? Give feedback.
Answered by
jorgedav-id
Jul 19, 2022
Replies: 1 comment 2 replies
-
You probably have to do this in the AfterSheet event. I'm guessing the package overrides those cells. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should add the
&G
code in the Header on setOddHeader("Packing List"), here is an example: