LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 15 Jan 2009 07:05:32 -0800
Reply-To:   haoyugu@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   haoyugu@GMAIL.COM
Organization:   http://groups.google.com
Subject:   Export sas data into EXCEL2007
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

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


Back to: Top of message | Previous page | Main SAS-L page