<?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 stop multisheet excel export in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202363#M50522</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;I am trying to create an excel report that breaks down the records by Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;Name ABC:&lt;/P&gt;&lt;P&gt;Result set 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name DEF"&lt;/P&gt;&lt;P&gt;Result set 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code gets me the result set by Name but exports to a multi sheet .xls file. Is there anyway I can put it all into one excel file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ods tagsets.ExcelXP BODY ='test.xls' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=Printer;&lt;/P&gt;&lt;P&gt;proc sort data=testFinal; by Name; run;&lt;/P&gt;&lt;P&gt;proc report data=testFinal nowd STYLE(REPORT)={Rules=none }&lt;/P&gt;&lt;P&gt;style(header) = {background=#99CCFF font_face=Arial};&lt;/P&gt;&lt;P&gt;&amp;nbsp; BY Name;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column START_DATE numberofcall numberofpeople sucessrate Name;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DEFINE Team_Code_1 / ORDER 'Type' MISSING;&lt;/P&gt;&lt;P&gt;&amp;nbsp; BREAK AFTER Name/ summarize;&lt;/P&gt;&lt;P&gt;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 16:37:12 GMT</pubDate>
    <dc:creator>arunmmw</dc:creator>
    <dc:date>2015-03-16T16:37:12Z</dc:date>
    <item>
      <title>stop multisheet excel export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202363#M50522</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;I am trying to create an excel report that breaks down the records by Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;Name ABC:&lt;/P&gt;&lt;P&gt;Result set 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name DEF"&lt;/P&gt;&lt;P&gt;Result set 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code gets me the result set by Name but exports to a multi sheet .xls file. Is there anyway I can put it all into one excel file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ods tagsets.ExcelXP BODY ='test.xls' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=Printer;&lt;/P&gt;&lt;P&gt;proc sort data=testFinal; by Name; run;&lt;/P&gt;&lt;P&gt;proc report data=testFinal nowd STYLE(REPORT)={Rules=none }&lt;/P&gt;&lt;P&gt;style(header) = {background=#99CCFF font_face=Arial};&lt;/P&gt;&lt;P&gt;&amp;nbsp; BY Name;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column START_DATE numberofcall numberofpeople sucessrate Name;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DEFINE Team_Code_1 / ORDER 'Type' MISSING;&lt;/P&gt;&lt;P&gt;&amp;nbsp; BREAK AFTER Name/ summarize;&lt;/P&gt;&lt;P&gt;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202363#M50522</guid>
      <dc:creator>arunmmw</dc:creator>
      <dc:date>2015-03-16T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: stop multisheet excel export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202364#M50523</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;options (sheet_interval=none).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Options for the tagset are here: &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html"&gt;Base SAS: Quick Reference for TAGSETS.EXCELXP Tagset&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202364#M50523</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-03-16T16:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: stop multisheet excel export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202365#M50524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;tagsets link&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/stop-multisheet-excel-export/m-p/202365#M50524</guid>
      <dc:creator>arunmmw</dc:creator>
      <dc:date>2015-03-16T16:54:15Z</dc:date>
    </item>
  </channel>
</rss>

