<?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: Creating an Excel file report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/672136#M201953</link>
    <description>Hi: &lt;BR /&gt;What version of SAS are you running? To find out, do this:&lt;BR /&gt;proc setinit;&lt;BR /&gt;run;&lt;BR /&gt;The version information will be at the top of the details written to the SAS log.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
    <pubDate>Fri, 24 Jul 2020 16:44:57 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2020-07-24T16:44:57Z</dc:date>
    <item>
      <title>Creating an Excel file report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/671744#M201754</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating one excel report from a dataset with two months of data set and I want to create 2 tables on one tab in excel file for each months data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 10:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/671744#M201754</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2020-07-23T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Excel file report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/671745#M201755</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259983"&gt;@kajal_30&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating one excel report from a dataset with two months of data set and I want to create 2 tables on one tab in excel file for each months data.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you are using ODS EXCEL, you can use the option sheet_interval='NONE' which forces all output onto one tab (until you change it).&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 10:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/671745#M201755</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-23T10:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Excel file report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/671901#M201830</link>
      <description>&lt;P&gt;Since there's no date, here's an example using SASHELP.CLASS and using BY group processing for 2 age values:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1595525410568.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47606i6A66CD82C6D42748/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1595525410568.png" alt="Cynthia_sas_0-1595525410568.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you don't like the BY line, you can turn that off using system options.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 17:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/671901#M201830</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-23T17:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Excel file report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/672112#M201939</link>
      <description>&lt;P&gt;Thanks For your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While using the same approach it says&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;/P&gt;&lt;P&gt;EROR: No body file.EXCEL output will not be created.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/672112#M201939</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2020-07-24T15:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Excel file report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/672136#M201953</link>
      <description>Hi: &lt;BR /&gt;What version of SAS are you running? To find out, do this:&lt;BR /&gt;proc setinit;&lt;BR /&gt;run;&lt;BR /&gt;The version information will be at the top of the details written to the SAS log.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 24 Jul 2020 16:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Excel-file-report/m-p/672136#M201953</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-24T16:44:57Z</dc:date>
    </item>
  </channel>
</rss>

