<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: excelxp &amp; multiple tabs in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16782#M3501</link>
    <description>It works fine now. Thanks!</description>
    <pubDate>Thu, 24 Feb 2011 15:42:45 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-02-24T15:42:45Z</dc:date>
    <item>
      <title>excelxp &amp; multiple tabs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16780#M3499</link>
      <description>I'm trying to create a report with multiple tabs for each proc report step but instead keep getting multiple workbooks.  I've read several postings but none seem to solve my problem.  Currently I am running SAS 9.2 and already downloaded the most recent excelxp tagset definitions.  Below is my code.  Any ideas on how to get this to work would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp &lt;BR /&gt;
	file="file.xls"&lt;BR /&gt;
	style=sansprinter;&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp options(sheet_interval='none' sheet_name='First sheet');&lt;BR /&gt;
&lt;BR /&gt;
proc report data=&amp;amp;lib..file1 nowd;&lt;BR /&gt;
   column stat_cd year_range, (accounts loans);&lt;BR /&gt;
   define year_range / across ;&lt;BR /&gt;
   define stat_cd / group;&lt;BR /&gt;
   define accounts / analysis format=18.;&lt;BR /&gt;
   define loans / analysis format=18.;&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
   ods tagsets.excelxp options(sheet_interval='none' sheet_name='Second sheet');&lt;BR /&gt;
&lt;BR /&gt;
  proc report data=work.file2 nowd;&lt;BR /&gt;
   column stat_cd year_range, (accounts loans);&lt;BR /&gt;
   define year_range / across ;&lt;BR /&gt;
   define stat_cd / group;&lt;BR /&gt;
   define accounts / analysis format=18.;&lt;BR /&gt;
   define loans / analysis format=18.;&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp options(sheet_interval='none' sheet_name='Third sheet');&lt;BR /&gt;
proc report data=work.file3 nowd;&lt;BR /&gt;
   column stat_cd year_range, (accounts loans);&lt;BR /&gt;
   define year_range / across ;&lt;BR /&gt;
   define stat_cd / group;&lt;BR /&gt;
   define accounts / analysis format=18.;&lt;BR /&gt;
   define loans / analysis format=18.;&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp close;</description>
      <pubDate>Thu, 24 Feb 2011 14:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16780#M3499</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-24T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: excelxp &amp; multiple tabs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16781#M3500</link>
      <description>hello,&lt;BR /&gt;
&lt;BR /&gt;
&lt;P&gt;use &lt;B&gt;newfile=none&lt;/B&gt; on the ods tagsets.excelxp &lt;BR /&gt;
file="file.xls"&lt;BR /&gt;
style=sansprinter;&lt;BR /&gt;
&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Marius</description>
      <pubDate>Thu, 24 Feb 2011 15:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16781#M3500</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-24T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: excelxp &amp; multiple tabs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16782#M3501</link>
      <description>It works fine now. Thanks!</description>
      <pubDate>Thu, 24 Feb 2011 15:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/excelxp-multiple-tabs/m-p/16782#M3501</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-24T15:42:45Z</dc:date>
    </item>
  </channel>
</rss>

