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
SAS Innovate 2026: Register now! April 27-30 in Grapevine TX -- it's the premier conference for SAS users!
Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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