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

2025 SAS Hackathon: There is still time!

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!

Register Now

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
  • 934 views
  • 0 likes
  • 2 in conversation