|
Hello all,
Anyone know how to export sas data into EXCEL2007 file?
The following code doesn't work on my machine, it seems it doesn't
recognize *.xlsx extension. I have SAS9.1.3 and EXCEL2007 installed.
proc export
data=test
outfile="s:\test.xlsx"
dbms=EXCEL replace;
run;
Thank you very much!
Haley
|