<?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: Can not use ods tagsets.excelxp to output all tables in Excel worksheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116265#M259358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of the tagsets do you have? It says experimental in the note above, but not sure if you added that in or if its from the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download and use the latest version from here:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/rnd/base/ods/odsmarkup/" title="http://support.sas.com/rnd/base/ods/odsmarkup/"&gt;Base SAS: ODS MARKUP&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Oct 2013 15:07:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-10-18T15:07:10Z</dc:date>
    <item>
      <title>Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116263#M259356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here is my script. I want to output to Excel and put all tables in one worksheet. So I used option of sheet_interval = 'none". However the final output is still in multiple worksheets. Could you help me to know what is the reason? In addition, it does not show my output in "mis1" too. Looks like that the output does not follow the options. In the log, you will see &lt;SPAN style="color: #ff0000;"&gt;Experimental Excel XP tagset. Each table created will go in its own worksheet. &lt;SPAN style="color: #000000;"&gt;Does anyone encounter the same issue before? Thanks! &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file='c:\Weizhong\work1\mis.xls'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;options(sheet_interval='none' sheet_name='mis1');&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;PROC FREQ DATA = weiz.mis;&lt;/P&gt;&lt;P&gt;TABLES band_aum band_rev;&lt;BR /&gt; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROC FREQ DATA = weiz.mis;&lt;BR /&gt; TABLES band_rev_:;&lt;BR /&gt; RUN;&amp;nbsp; &lt;BR /&gt;ods tagsets.excelxp close; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file='c:\Weizhong\work1\mis.xls'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options(sheet_interval='none' sheet_name='mis1');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Writing TAGSETS.EXCELXP Body file: c:\Weizhong\work1\mis.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: &lt;SPAN style="color: #ff0000;"&gt;Experimental Excel XP tagset. Each table created will go in its own worksheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 13:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116263#M259356</guid>
      <dc:creator>weizhongma</dc:creator>
      <dc:date>2013-10-18T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116264#M259357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using sheet_interval='none', please use 'page' like below, this will produce the xml file with all the tables in one worksheet with name mis1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;options(sheet_interval='page' sheet_name='mis1');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 14:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116264#M259357</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-10-18T14:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116265#M259358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of the tagsets do you have? It says experimental in the note above, but not sure if you added that in or if its from the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download and use the latest version from here:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/rnd/base/ods/odsmarkup/" title="http://support.sas.com/rnd/base/ods/odsmarkup/"&gt;Base SAS: ODS MARKUP&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:07:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116265#M259358</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-18T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116266#M259359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Reeza, i have mimicked the same code on a sample dataset in sasversion 9.2 and i did not get any note related to the experimental excel xp tagset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i believe tagsets.excelxp is already there in sas and there is no need to add it, please suggest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116266#M259359</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-10-18T15:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116267#M259360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I am using 9.1.3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116267#M259360</guid>
      <dc:creator>weizhongma</dc:creator>
      <dc:date>2013-10-18T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116268#M259361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is from original log. I did not add any. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116268#M259361</guid>
      <dc:creator>weizhongma</dc:creator>
      <dc:date>2013-10-18T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can not use ods tagsets.excelxp to output all tables in Excel worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116269#M259362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tagsets get updated and you can manually update them. I'm not sure if patches/fixes are updated, and typically the version that comes with SAS is outdated.&lt;/P&gt;&lt;P&gt;Both of you can get the update from the link above and update your tagsets version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the instructions on the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 16:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-not-use-ods-tagsets-excelxp-to-output-all-tables-in-Excel/m-p/116269#M259362</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-18T16:20:12Z</dc:date>
    </item>
  </channel>
</rss>

