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 (December 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 2 Dec 2008 14:50:28 -0600
Reply-To:   Joe Matise <snoopy369@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Joe Matise <snoopy369@GMAIL.COM>
Subject:   Re: Creating Multiple-Sheet Excel Workbooks with SAS ODS
Comments:   To: "Dana M." <dana.mccoskey@gmail.com>
In-Reply-To:   <983c7789-78d1-4df9-ae76-fa3bce6086d1@i20g2000prf.googlegroups.com>
Content-Type:   text/plain; charset=ISO-8859-1

Make sure you have the newest ODS tagset (from support.sas.com somewhere) - the one that shipped with 9.1.3 was not all that advanced.

-Joe

On Tue, Dec 2, 2008 at 2:13 PM, Dana M. <dana.mccoskey@gmail.com> wrote:

> Hi all, > > I am new to SAS and ODS so bare with me. I am having trouble creating > Multi-sheet Excel Workbooks with SAS ODS (SAS 9.1 and Excel 2003). I > changed my tagsets, to: > > ods tagsets.ExcelXP > > chose a style, changed my file a .xls, ect and ran SAS. What I ended > up with was an ugly excel file that did not include my titles or > footers and also split my tables among more tabs than I would have > chosen. I tried to include the titles, footers, and rearrange the > tabs with the 'options' tagset code in this general format: > > ods tagsets.ExcelXP options(embedded_titles='yes' > suppress_bylines='yes'); > ods tagsets.ExcelXP options(sheet_name="First Sheet"); > > but my log recognized 'options' as a syntax error. I looked for > online sources to move past this problem but they all show 'options' > as the code to change the format of the tagset. > > Does anyone have any knowledge in this area they would be willing to > share or any links to online resources that could help me move past > this? > > ~Dana >


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