<?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: Adding a tab / sheet to an existing workbook / .xlsx file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/374960#M89831</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/sugi31/024-31.pdf" target="_self"&gt;SAS libname engine&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 13:49:41 GMT</pubDate>
    <dc:creator>Oligolas</dc:creator>
    <dc:date>2017-07-11T13:49:41Z</dc:date>
    <item>
      <title>Adding a tab / sheet to an existing workbook / .xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/374952#M89828</link>
      <description>&lt;P&gt;Good moring,&lt;/P&gt;&lt;P&gt;wondering if this great comunity can help m eiwth the following issue im having.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a script that creates an xls file from various datasets,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after creating the xls fle, i want to append a new worksheet(tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant seem to wrap my head around how i would do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the one i create using the script is dynamic in name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;daily&amp;amp;yymm..xlsx"" "; so it will add the current date to the file,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the workbook that contans the new tab is called&amp;nbsp; Dashboard.xls (Tab name,DASH)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/374952#M89828</guid>
      <dc:creator>Bellefeuille</dc:creator>
      <dc:date>2017-07-11T13:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a tab / sheet to an existing workbook / .xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/374960#M89831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/sugi31/024-31.pdf" target="_self"&gt;SAS libname engine&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/374960#M89831</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2017-07-11T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a tab / sheet to an existing workbook / .xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/375064#M89888</link>
      <description>&lt;P&gt;It depends a bit on your version of SAS and your version of excel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're creating an XLS file try using the EXCEL libname to add the data or even PROC EXPORT with DBMS=XLS or DBMS=EXCEL.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 17:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/375064#M89888</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-11T17:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a tab / sheet to an existing workbook / .xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/375172#M89916</link>
      <description>&lt;P&gt;PROC EXPORT with DBMS=XLSX supports adding sheets to an existing workbook. &amp;nbsp;I have some examples of using ODS EXCEL (to create &amp;nbsp;a workbook) and PROC EXPORT (to add new sheets) &lt;A href="http://blogs.sas.com/content/sasdummy/2014/09/21/ods-excel-and-proc-export-xlsx/" target="_self"&gt;in this article&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 01:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-tab-sheet-to-an-existing-workbook-xlsx-file/m-p/375172#M89916</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-12T01:33:53Z</dc:date>
    </item>
  </channel>
</rss>

