<?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 Exporting SAS/GRAPH into excel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Exporting-SAS-GRAPH-into-excel/m-p/48748#M1649</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to export sas graphs to excel sheet by using ods  and proc gplot.&lt;BR /&gt;
when i ran the code, the graph is pasted into the excel but which is not visible at all(PNG format). BY default graph is pasted in some other location. &lt;BR /&gt;
&lt;BR /&gt;
Can you please tell me the way to export graph to excel sheet?</description>
    <pubDate>Mon, 13 Dec 2010 13:10:18 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-12-13T13:10:18Z</dc:date>
    <item>
      <title>Exporting SAS/GRAPH into excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Exporting-SAS-GRAPH-into-excel/m-p/48748#M1649</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to export sas graphs to excel sheet by using ods  and proc gplot.&lt;BR /&gt;
when i ran the code, the graph is pasted into the excel but which is not visible at all(PNG format). BY default graph is pasted in some other location. &lt;BR /&gt;
&lt;BR /&gt;
Can you please tell me the way to export graph to excel sheet?</description>
      <pubDate>Mon, 13 Dec 2010 13:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Exporting-SAS-GRAPH-into-excel/m-p/48748#M1649</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-13T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS/GRAPH into excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Exporting-SAS-GRAPH-into-excel/m-p/48749#M1650</link>
      <description>Hi,&lt;BR /&gt;
It would be useful to see your ALL your code. When you use ODS, you are not directly doing an "export" of SAS/GRAPH output to Excel. ODS HTML (or other HTML-based destinations) are creating an ASCII text file with HTML tags, that Excel knows how to open and render.&lt;BR /&gt;
 &lt;BR /&gt;
Depending on the device driver you use (JPEG vs GIF vs ACTIVEX) in your DEVICE= option, Excel may treat your image in a different fashion when the HTML file is opened with Excel.&lt;BR /&gt;
 &lt;BR /&gt;
If you are using ODS TAGSETS.EXCELXP, you should see a note in the SAS log that says:&lt;BR /&gt;
[pre]&lt;BR /&gt;
Excel XML does not support output from Proc:Gchart&lt;BR /&gt;
Output will not be created.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                       &lt;BR /&gt;
Can you share your code, including your options, goptions, ODS statements, etc??&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 13 Dec 2010 16:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Exporting-SAS-GRAPH-into-excel/m-p/48749#M1650</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-13T16:31:24Z</dc:date>
    </item>
  </channel>
</rss>

