<?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: ODS Excel (Export Graphs to excel) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Excel-Export-Graphs-to-excel/m-p/321290#M11244</link>
    <description>&lt;P&gt;Can you use SGPLOT ? It produces better graphics.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2016 13:38:12 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-12-27T13:38:12Z</dc:date>
    <item>
      <title>ODS Excel (Export Graphs to excel)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Excel-Export-Graphs-to-excel/m-p/321255#M11241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I seek your great help on this issue. I have created charts/graphs using SAS EG 7.1. Below the code I was using to create graphs etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using ODS Excel to export the graph to excel. The Graph not copied to excel if I set graph format to "ActiveX/Java" but its being copied to excel If i change&amp;nbsp;the graph format&amp;nbsp;to "JPEG". But the graph is not clear as expected if i use JPEG format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate if you suggest any other alternate for this. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mylib 'M:\data\sandbox';&lt;BR /&gt;ods excel file="M:\Test2.xlsx"&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;data anno1;&lt;BR /&gt;length function style color $8 text $20;&lt;BR /&gt;retain xsys '5' ysys '5' when 'a' color 'white';&lt;BR /&gt;function='move';x=48;y=2.2;line =1;output;&lt;BR /&gt;function='draw';x=50;y=2.2;line=1;output;&lt;BR /&gt;function='label';color ='black';x=43.3;y=2.2;position='6';size=.9;text="KS";output;&lt;BR /&gt;function='move';x=55.5;y=2.2;line =37;output;&lt;BR /&gt;function='draw';x=57;y=2.2;line=37;output;&lt;BR /&gt;function='move';color='black';x=38.7;y=1;size=.9;line =1;output;&lt;BR /&gt;function='symbol';color='white';x=64.5;y=0;position='6';size=3;text="cube";line =0;output;&lt;BR /&gt;function='label';color ='black';x=55;y=2.2;position='6';size=.9;text="Accuracy Ratio";output;&lt;BR /&gt;run;&lt;BR /&gt;goptions cback= white;&lt;BR /&gt;symbol1 i=hilot v=none c=black h=0 W=0;&lt;BR /&gt;symbol2 i=none v=cube c=red h=0 w=0 pointlabel=none ;&lt;BR /&gt;symbol3 i=JOIN h=9pt v=DOT CV=blue CO=blue LINE=1 w=1 CI=blue pointlabel=none;&lt;BR /&gt;symbol4 i=JOIN h=5pt v=NONE CV=black CO=black LINE=37 w=2 CI=black pointlabel=none;&lt;/P&gt;&lt;P&gt;Legend1&lt;BR /&gt;LABEL=( FONT='Arial' HEIGHT=8pt JUSTIFY=center " ")&lt;BR /&gt;VALUE=(FONT='Arial' HEIGHT=8pt "Threshold" " " " " " " );&lt;BR /&gt;;&lt;BR /&gt;PROC GPLOT DATA=mylib.test ;&lt;BR /&gt;PLOT&lt;BR /&gt;BOUND1*calc_poolv&lt;BR /&gt;AR*calc_poolv&lt;BR /&gt;KS * calc_poolv&lt;BR /&gt;tresh*calc_poolv&lt;BR /&gt;/ overlay haxis=axis2 vaxis=axis1 LEGEND=LEGEND1 anno=anno1;&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;;RUN;&lt;/P&gt;&lt;P&gt;ods excel close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 07:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Excel-Export-Graphs-to-excel/m-p/321255#M11241</guid>
      <dc:creator>senthilin</dc:creator>
      <dc:date>2016-12-27T07:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel (Export Graphs to excel)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Excel-Export-Graphs-to-excel/m-p/321290#M11244</link>
      <description>&lt;P&gt;Can you use SGPLOT ? It produces better graphics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 13:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Excel-Export-Graphs-to-excel/m-p/321290#M11244</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-27T13:38:12Z</dc:date>
    </item>
  </channel>
</rss>

