Hi,
This morning I managed to have a background without duplicates but now the image repeats although backgroundrepeat is set to no_repeat.
I'm not sure what I changed that would lead to this unexpected result.
proc template;
define style styles.xxlogo;
parent=styles.excel;
class body / backgroundcolor =_undef_
backgroundimage ="&xxtraining./images/bear.png"
backgroundrepeat=no_repeat;
end;
run;
ods excel file="&xxtraining./reporting/test.xlsx"
style=styles.xxlogo
options(start_at='2,2');
proc print data=sashelp.class;
run;
ods excel close;
No you can't . But you can make a white picture as big as enough and at north-west corner put your LOGO in .
Or @Cynthia_sas know the solution.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.