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 (October 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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