<?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 ODS EXCEL with Graph in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119526#M293386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does one generate a graph and embed it into an Excel document? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 23:46:13 GMT</pubDate>
    <dc:creator>TonyHuy</dc:creator>
    <dc:date>2013-10-21T23:46:13Z</dc:date>
    <item>
      <title>ODS EXCEL with Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119526#M293386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does one generate a graph and embed it into an Excel document? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 23:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119526#M293386</guid>
      <dc:creator>TonyHuy</dc:creator>
      <dc:date>2013-10-21T23:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL with Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119527#M293387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no "ODS EXCEL" destination. So I'm not exactly sure what you mean. There are only a few ways to get data/reports from SAS to Excel:&lt;/P&gt;&lt;P&gt;1) Export methods&amp;nbsp; (dataset --&amp;gt; workbook/worksheet)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) PROC EXPORT (no graph support)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) LIBNAME EXCEL engine (no graph support)&lt;/P&gt;&lt;P&gt;2) ODS methods (procedure output --&amp;gt; workbook/worksheet)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) ODS CSV (comma separated values) (no graph support)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) HTML-based destinations: ODS MSOFFICE2K, ODS MSOFFICE2K_X, ODS TAGSETS.TABLEEDITOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) XML-based destinations: ODS TAGSETS.EXCELXP (no graph support)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; As you can see, as far as graph/image support goes, the only ODS destinations that support the inclusion of graph images are the HTML-based destinations, primarily the ones that are designed to work with Microsoft Office (Word, Excel). That is because the HTML that is created by ODS contains a standard HTML &amp;lt;IMG&amp;gt; tag that Excel knows how to open and include in the worksheet. To a certain extent, the file that you create does not contain "embedded" graphs. There are a lot of postings in the forum on using HTML-based methods to create files that Excel can open and render. And, there are a lot of Tech Support notes on using ODS to create files that Excel can open. Using image/graph files is one of the strengths of using using the HTML-based methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 02:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119527#M293387</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-10-22T02:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL with Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119528#M293388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer Cynthia. THanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I have a SAS server that does include an Web server running on it, and I want to generate a report and send it off to someone, there's no real way to include this with a graph, correct?&amp;nbsp; (with HTML or XML)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can do it with PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 02:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119528#M293388</guid>
      <dc:creator>TonyHuy</dc:creator>
      <dc:date>2013-10-22T02:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL with Graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119529#M293389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experimental underway 9.4:&lt;/P&gt;&lt;P&gt;UNDERSTANDING THE MICROSOFT OFFICE OPEN XML FORMAT&lt;/P&gt;&lt;P&gt;ods excel file="temp.xlsx";&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf" title="http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf"&gt;http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 19:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-Graph/m-p/119529#M293389</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-18T19:00:36Z</dc:date>
    </item>
  </channel>
</rss>

