BookmarkSubscribeRSS Feed
asantoni
Calcite | Level 5

I have a general question about ODS excelXP tagset. Is it possible to use two different style options for the same tagset session? That is, are we restricted to one style template per workbook created between “ods tagset.excelXP” and “ods tagset.excelXP close”? For instance, if I want to create one workbook with two worksheets and use two user defined templates for each of the worksheets, is that possible? 

1 REPLY 1
Reeza
Super User

No idea, but easy enough to test.

Doesn't seem to change much, but there are some slight changes, eg. alignment of headers. 

ods tagsets.excelxp file="C:\temp\test.xml" style=journal options(sheet_interval="proc");

proc print data=sashelp.class;

run;

ods tagsets.excelxp style=meadow;

proc print data=sashelp.class;

run;

ods tagsets.excelxp close;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 944 views
  • 0 likes
  • 2 in conversation