BookmarkSubscribeRSS Feed
ninachang
Calcite | Level 5
I am using the tagsets.excelXP with the style set to minimal to output
to an excel file. The code works for over a year without any problem
until this month.

If I use a different style, such as Statistical, excel opens the file
with no problems. Here is my ods settup.

FILENAME F1 "c:\temp\haha.xls" ;

ods tagsets.excelxp file=f1 style=minimal
options(
embedded_titles='no'
embedded_footnotes='no'
frozen_headers='yes'
frozen_rowheader ='1'
Autofit_height='yes'
)
RS = NONE ;

PROC PRINT DATA=sashelp.class;
run;
ods tagsets.excelxp close;
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi,
I would recommend that you check the version of TAGSETS.EXCELXP that you are using. There used to be an issue with the MINIMAL style in earlier versions of SAS and ODS but I have not seen this problem since I've been running SAS 9.2-- if you look in the SAS log the version info should be there.

If you are running SAS9.2 and having this issue, I would recommend working with Tech Support.

Cynthia

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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