BookmarkSubscribeRSS Feed
mick_g
Calcite | Level 5
can you export data to an excel sheet row or cell something like below

LIBNAME SDF "&sasdir";
PROC EXPORT DATA=SDF.ORDERS
FILE='c:\temp\demo.xlsb'
DBMS=EXCEL REPLACE;
SHEET='Orders';
Row = 10;
column =0;
RUN;
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
I believe this paper shows how to export to a "named range" using the LIBNAME engine:
http://www2.sas.com/proceedings/sugi31/024-31.pdf

cynthia
AshokSas
Calcite | Level 5


Hi Cynthia,

can you please give an example with creating a dummy sas dataset which should be exported to excel to particular mentioned row and column numbers under UNIX environment.

Ods tagsets excelxp is not working with start_at option. please help me out this is critical requirement for report creation.

Thanks,

Ashok

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Discussion stats
  • 2 replies
  • 8630 views
  • 0 likes
  • 3 in conversation