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
|