Date: Wed, 22 Oct 2008 14:57:17 -0700
Reply-To: Vasyl Aleksenko <aleksenko@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Vasyl Aleksenko <aleksenko@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Create html pages
Content-Type: text/plain; charset=ISO-8859-1
On Oct 22, 4:39 pm, raa...@YAHOO.COM (Ran S) wrote:
> Hi,
>
> I have excel summary reports with more than one tab(supplied by somebody
> else), is there any way I can generate html page for this excel report from
> SAS. Also create thumbnails for each tab. Can we do this job in SAS?
>
> Thank you so much in advance!
>
> -Ran
Ran,
You can import excel document using proc import and create html output
with
ods html. Use /frame=/ option to integrate the table of contents and
the body file.
Hope this helps.
|