<?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: Export to Excel Table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912870#M359817</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be easier for me to explain by showing what I do in Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my data in Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Moroho_2-1706114545254.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92938i4A77233B630DEE79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Moroho_2-1706114545254.png" alt="Moroho_2-1706114545254.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I highlight the range and click this button...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Moroho_3-1706114657534.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92939iABE399476EB4DC55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Moroho_3-1706114657534.png" alt="Moroho_3-1706114657534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;...and now it looks like this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Moroho_0-1706114485532.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92936iA11356D2D6BC4F18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Moroho_0-1706114485532.png" alt="Moroho_0-1706114485532.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like it if SAS could save me the step of converting my data into a Table.&amp;nbsp; The reason I want it in this format is Power Automate can pick up my Excel file from my One Drive and insert the data into a Sharepoint list.&amp;nbsp; This is a workaround because IT won't let us create an API in case you're wondering.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 16:55:26 GMT</pubDate>
    <dc:creator>Moroho</dc:creator>
    <dc:date>2024-01-24T16:55:26Z</dc:date>
    <item>
      <title>Export to Excel Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912851#M359813</link>
      <description>&lt;P&gt;Is there way to export to Excel and have SAS format as Excel table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912851#M359813</guid>
      <dc:creator>Moroho</dc:creator>
      <dc:date>2024-01-24T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912853#M359814</link>
      <description>ODS EXCEL has OPTIONS to utilize filters, if that's what you're looking for. Are there specific features of a table you're looking for?</description>
      <pubDate>Wed, 24 Jan 2024 16:33:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912853#M359814</guid>
      <dc:creator>MelissaM</dc:creator>
      <dc:date>2024-01-24T16:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912856#M359815</link>
      <description>&lt;P&gt;Your question is vague.&amp;nbsp; &amp;nbsp;There are many posts that show how to export to a file that can be opened in excel.&amp;nbsp; However, to create a formatted workbook, take a look here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2022/06/16/automating-excel-workbooks-creation-using-sas/" target="_self"&gt;https://blogs.sas.com/content/sgf/2022/06/16/automating-excel-workbooks-creation-using-sas/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912856#M359815</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2024-01-24T16:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912870#M359817</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be easier for me to explain by showing what I do in Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my data in Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Moroho_2-1706114545254.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92938i4A77233B630DEE79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Moroho_2-1706114545254.png" alt="Moroho_2-1706114545254.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I highlight the range and click this button...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Moroho_3-1706114657534.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92939iABE399476EB4DC55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Moroho_3-1706114657534.png" alt="Moroho_3-1706114657534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;...and now it looks like this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Moroho_0-1706114485532.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92936iA11356D2D6BC4F18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Moroho_0-1706114485532.png" alt="Moroho_0-1706114485532.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like it if SAS could save me the step of converting my data into a Table.&amp;nbsp; The reason I want it in this format is Power Automate can pick up my Excel file from my One Drive and insert the data into a Sharepoint list.&amp;nbsp; This is a workaround because IT won't let us create an API in case you're wondering.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912870#M359817</guid>
      <dc:creator>Moroho</dc:creator>
      <dc:date>2024-01-24T16:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912889#M359824</link>
      <description>&lt;P&gt;If you have the SAS Add-In to MS Office, then reading a SAS table into SAS provides that layout by default:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASKiwi_0-1706123719007.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92954i93BF53BFD631C275/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASKiwi_0-1706123719007.png" alt="SASKiwi_0-1706123719007.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 19:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-to-Excel-Table/m-p/912889#M359824</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-01-24T19:15:39Z</dc:date>
    </item>
  </channel>
</rss>

