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 (February 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 28 Feb 2004 01:25:03 -0500
Reply-To:     oht3075@HOTMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         oht3075@HOTMAIL.COM
Organization: Posted via Supernews, http://www.supernews.com
Subject:      Importing Excel file using URL engine ?
Content-Type: text/plain; charset=us-ascii

Do anyone has experience importing Excel file from a web site ? I use the following code but do not work.

Filename fi url 'http:\\.....\file1.xls';

Proc import in=fi out=work.one dbms=excel; run;

I got error saying cannot read file. Anyone has a better idea ?

Thanks

David


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