<?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: Tagset ExcelXp: add a new sheet to already existing Excel workbook in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105428#M9865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running on a PC and want to go old-school, DDE would be an option to consider as well.&amp;nbsp; See lexjansen.com for a bunch of papers on DDE magic by Koen Vyverman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 20:25:10 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2013-02-11T20:25:10Z</dc:date>
    <item>
      <title>Tagset ExcelXp: add a new sheet to already existing Excel workbook</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105424#M9861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a way to add an additional sheet to an already existing workbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example i have an excel file called&amp;nbsp; " DescriptiveStats.xls. Now I want to add a new work sheet called "FreqTab" to this workbook. It will have the result of a proc freq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 17:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105424#M9861</guid>
      <dc:creator>AmitKB</dc:creator>
      <dc:date>2013-02-11T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tagset ExcelXp: add a new sheet to already existing Excel workbook</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105425#M9862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe that's possible with Tagsets.Excelxp. That's partly because it doesn't create excel files, it creates XML files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can save the output from proc freq and then export it to the worksheet though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105425#M9862</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-11T18:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tagset ExcelXp: add a new sheet to already existing Excel workbook</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105426#M9863</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;BR /&gt;I don't think you can add a tab to the existing workbook with the ExcelXP tagset because the output is in xml format, not native xls format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think the only way is to use SAS to read the exisiting spreadsheet, and then write this as tab 1 and the new data as tab 2, then convert the resulting output from xml back to xls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105426#M9863</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2013-02-11T18:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tagset ExcelXp: add a new sheet to already existing Excel workbook</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105427#M9864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC EXPORT and LIBNAME EXCEL will both allow you to write an additional tab to existing Excel workbook. However the workbook would have to be in 'native' Excel format to do this (not XML). Easy to do by opening your existing workbook and doing a FILE SAVE AS to save in the right format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also need the SAS product SAS/ACCESS to PC FILE FORMATS licenced. PROC SETINIT will confirm this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105427#M9864</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-02-11T19:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tagset ExcelXp: add a new sheet to already existing Excel workbook</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105428#M9865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running on a PC and want to go old-school, DDE would be an option to consider as well.&amp;nbsp; See lexjansen.com for a bunch of papers on DDE magic by Koen Vyverman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 20:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Tagset-ExcelXp-add-a-new-sheet-to-already-existing-Excel/m-p/105428#M9865</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2013-02-11T20:25:10Z</dc:date>
    </item>
  </channel>
</rss>

