When I use ODS PDF my titles show at the top of each proc report but not when I use ODS Excel. How do I keep my titles in ODS Excel?
ods excel file="abc.xlsx" options(embedded_titles='YES');
There are many options available for ODS Excel, you might want to peruse the documentation.
That works. Is there a way to have a banner? In ods pdf I used title1 '~S={preimage="/serverpath/EAAR_Yellow_(IRDS).jpg"}';
I don't know what you mean by "banner".
Show me the "banner" in the PDF file.
In a pdf file if you use the code i posted it creates an image in the title that functions as a banner in place of title1.
But you could still show me what it does.
Title1 is the image
Title2 is text.
I have to say, I don't know the answer, I have never tried to do this with ODS Excel.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.