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 (September 2005, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 29 Sep 2005 13:44:18 -0400
Reply-To:     bill_droogendyk@DOFASCO.CA
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Bill Droogendyk <bill_droogendyk@DOFASCO.CA>
Subject:      Re: how to generate an .xls file using ODS
Content-Type: text/plain; charset="us-ascii"

in v9 I use ...

filename xl 'dir/filename.csv'; Builds a csv file that xl opens directly;

ods markup type=csvall file=xl;

proc print data=myfile; run;

ods markup close;

SAS! Anything else is just a toy.

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Siddharth Jain Sent: 29 September, 2005 10:07 To: SAS-L@LISTSERV.UGA.EDU Subject: how to generate an .xls file using ODS

Hello!

Does any one has idea on how to generate an .xls output, using ODS.

--Sid


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