You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually would not even have to add the image, as it is already present in the template xlsx I am using. However, since I am loading the template via wb_load() and must then edit the content of the RIGHT header, it will automatically replace the LEFT header as well. This is confusing to me, because in the docs it says "Use NA to skip a position." but the following code will remove the image in the LEFT header anyway:
Regarding the header ... yeah, sorry. No idea. I have literally zero use for this, hence haven't looked at it ever, other than fixing issues. Therefore, any suggestion/help is appreciated.
I currently need to an image to the LEFT header of all my sheets. Am I understanding correctly that this does not work?
wb_add_image()
wont do headers andwb_set_header_footer()
wont do imagesI actually would not even have to add the image, as it is already present in the template xlsx I am using. However, since I am loading the template via
wb_load()
and must then edit the content of the RIGHT header, it will automatically replace the LEFT header as well. This is confusing to me, because in the docs it says "Use NA to skip a position." but the following code will remove the image in the LEFT header anyway:The text was updated successfully, but these errors were encountered: