BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Has anyone had an issue with exporting to Excel and naming the worksheet.

In 9.1 we used the following code:
PROC EXPORT DATA= LIBNAME.CLIENT
OUTFILE= "/u99/sas/testexport.xls"
DBMS=XLS REPLACE;
SHEET="month list";

Enterprise guide doesn't seem to like the Sheet command
1 REPLY 1
ChrisHemedinger
Community Manager
The same code should be runnable from within Enterprise Guide.

But if you are looking to use the point-and-click method of exporting data to Excel from EG, then you are correct -- EG does not currently support an option to name the target sheet.

Chris
Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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