BookmarkSubscribeRSS Feed
LRN
Calcite | Level 5 LRN
Calcite | Level 5


Hi Everyone,

Good Mornig.

Could some one help me with adding logos and pictures within excel report using ods excel.

Thanks

5 REPLIES 5
Reeza
Super User

Have you tried the preimage option in proc report?

For example this would work in HTML:

ods html file="C:\_localdata\test.html" style=meadow;

proc report data=sashelp.class nowd style(report)=[preimage="http://www.aceds.org/wp-content/uploads/2014/07/six_sigma.jpg"];

title "";

column name age sex weight height;

run;

ods html close;

LRN
Calcite | Level 5 LRN
Calcite | Level 5

Hi Reeza, It works with html. But I am working with multisheet excel sheet which has the company logo and a picture. Since, it is not possible with ods excel tagset, trying to see if ods excel would be a better option.

Reeza
Super User

So if you replace ODS HTML with ODS Excel what happens?

LRN
Calcite | Level 5 LRN
Calcite | Level 5

The pic is not getting printed in the excwel sheet

Reeza
Super User

Check the header? Also, post this in the ODS reporting forum rather than general - you'll get more responses that way.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 1728 views
  • 0 likes
  • 2 in conversation