<?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: Make ods Excel ouput as table automatically in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/805711#M25672</link>
    <description>&lt;P&gt;Tables in excel are essentially named range of cells with header and data. It is essentially an excel feature.&lt;BR /&gt;SAS documentation does not list it.&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p09n5pw9ol0897n1qe04zeur27rv.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p09n5pw9ol0897n1qe04zeur27rv.htm&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2022 14:05:41 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2022-04-03T14:05:41Z</dc:date>
    <item>
      <title>Make ods Excel ouput as table automatically</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/799187#M25642</link>
      <description>&lt;P&gt;I used proc report and ods excel destination to generate excel file, but I would like to make the data in excel&amp;nbsp; to be table , not list . what I mean in excel when you chose data area and click control + T&amp;nbsp; the data area will convert into a table. Is there ods excel option to do this automatically or other ways to do this in SAS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 18:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/799187#M25642</guid>
      <dc:creator>songsujing</dc:creator>
      <dc:date>2022-02-28T18:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make ods Excel ouput as table automatically</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/799195#M25643</link>
      <description>&lt;P&gt;Suggest show the code you use for creating your output. Include the ODS destination statements as well as the procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That we it will at least be possible to tell if you are not using options that make this impossible.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 19:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/799195#M25643</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-28T19:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Make ods Excel ouput as table automatically</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/799204#M25644</link>
      <description>&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input a b c ;&lt;/P&gt;&lt;P&gt;card;&lt;/P&gt;&lt;P&gt;1 2 3&lt;/P&gt;&lt;P&gt;4 5 6&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run&lt;/P&gt;&lt;P&gt;ods excel file = "desktop/test.xlsx" options(sheet_name = "Test" autofilter="All");&lt;/P&gt;&lt;P&gt;proc report data = test missing;&lt;/P&gt;&lt;P&gt;column a b c;&lt;/P&gt;&lt;P&gt;define a / display 'A' left ;&lt;/P&gt;&lt;P&gt;define b / display 'B' left ;&lt;/P&gt;&lt;P&gt;define a / display 'C' left ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods excel close;&lt;/P&gt;&lt;P&gt;in the excel file sheet test, for data range a1: c3, I like to convert it to table in excel. How do I do it by SAS programming instead of I manually go to the excel, choose data range and press ctrl+T to convert it to table?&lt;/P&gt;&lt;P&gt;Thanks a lot&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 20:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/799204#M25644</guid>
      <dc:creator>songsujing</dc:creator>
      <dc:date>2022-02-28T20:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Make ods Excel ouput as table automatically</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/805711#M25672</link>
      <description>&lt;P&gt;Tables in excel are essentially named range of cells with header and data. It is essentially an excel feature.&lt;BR /&gt;SAS documentation does not list it.&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p09n5pw9ol0897n1qe04zeur27rv.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p09n5pw9ol0897n1qe04zeur27rv.htm&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 14:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Make-ods-Excel-ouput-as-table-automatically/m-p/805711#M25672</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-04-03T14:05:41Z</dc:date>
    </item>
  </channel>
</rss>

