<?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: How to export a summary report into excel? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206279#M15468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KurtBremser has provided the answer,&amp;nbsp; ods tagsets.excelxp is the (well, one of the) the ods destinations to create Excel files.&amp;nbsp; So in your script do:&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file="abc.xml";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report....;&lt;/P&gt;&lt;P&gt;...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html"&gt;Base SAS: Demo: ExcelXP Tagset and Microsoft Excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 10:01:54 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-05-21T10:01:54Z</dc:date>
    <item>
      <title>How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206275#M15464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If using "send to", i'm able to "send to excel" but how about export or export as a step in project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 03:33:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206275#M15464</guid>
      <dc:creator>boey</dc:creator>
      <dc:date>2015-04-29T03:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206276#M15465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can export the report as HTML and then open the HTML file in Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 05:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206276#M15465</guid>
      <dc:creator>dkb</dc:creator>
      <dc:date>2015-04-29T05:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206277#M15466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you go the whole way and use ODS tagsets.excelxp to create a .xml file containing the report, which can be opened by excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 05:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206277#M15466</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-29T05:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206278#M15467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any other way which i can write coding so that the output can be exported automatically once i run the project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 09:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206278#M15467</guid>
      <dc:creator>boey</dc:creator>
      <dc:date>2015-05-21T09:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206279#M15468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KurtBremser has provided the answer,&amp;nbsp; ods tagsets.excelxp is the (well, one of the) the ods destinations to create Excel files.&amp;nbsp; So in your script do:&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file="abc.xml";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report....;&lt;/P&gt;&lt;P&gt;...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html"&gt;Base SAS: Demo: ExcelXP Tagset and Microsoft Excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:01:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206279#M15468</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-21T10:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206280#M15469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to what RW9 already stated, to help with further automation we would need to know specifics about your environment (single machine installation vs. client/server with Enterprise Guide, operating system of server, possible connections between server and client like Samba or Netware, and so on)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206280#M15469</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-21T10:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a summary report into excel?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206281#M15470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODS EXCEL (in SAS 9.4) is also an option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/08/29/experimenting-with-ods-excel-to-create-spreadsheets-from-sas/" title="http://blogs.sas.com/content/sasdummy/2014/08/29/experimenting-with-ods-excel-to-create-spreadsheets-from-sas/"&gt;http://blogs.sas.com/content/sasdummy/2014/08/29/experimenting-with-ods-excel-to-create-spreadsheets-from-sas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 12:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-a-summary-report-into-excel/m-p/206281#M15470</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-05-21T12:30:58Z</dc:date>
    </item>
  </channel>
</rss>

