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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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