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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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