<?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 Can tagsets.excelxp output plot? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354594#M18485</link>
    <description>&lt;P&gt;Can tagsets.excelxp output plot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;BR /&gt;ods tagsets.excelxp file='c:\temp\aaa123.xls'&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt; proc sgplot data=sashelp.class;&lt;BR /&gt; scatter x=height y=weight / group=sex;&lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods tagsets.excelxp close;&lt;BR /&gt;ods listing;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 20:08:28 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2017-04-28T20:08:28Z</dc:date>
    <item>
      <title>Can tagsets.excelxp output plot?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354594#M18485</link>
      <description>&lt;P&gt;Can tagsets.excelxp output plot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;BR /&gt;ods tagsets.excelxp file='c:\temp\aaa123.xls'&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt; proc sgplot data=sashelp.class;&lt;BR /&gt; scatter x=height y=weight / group=sex;&lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods tagsets.excelxp close;&lt;BR /&gt;ods listing;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354594#M18485</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-04-28T20:08:28Z</dc:date>
    </item>
    <item>
      <title>SAS 9.3-windows: ods tagsets.excelxp output table and graph</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354589#M18487</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to output excel table with graph with&amp;nbsp;&lt;SPAN&gt;ods tagsets.excelxp? I can't get the graph.I use SAS 9.3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;BR /&gt;ods tagsets.excelxp file='c:\temp\abc66.xls' ;&lt;BR /&gt;ods tagsets.excelxp options(sheet_interval="none");&lt;BR /&gt;ods tagsets.excelxp options( embedded_titles='yes' embedded_footnotes='yes' );&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;title 'Where is my graph?';&lt;BR /&gt;style=statistical;&lt;BR /&gt; proc sql;&lt;BR /&gt; select * from sashelp.class&lt;BR /&gt;quit;&lt;BR /&gt; &lt;BR /&gt; proc sgplot data=sashelp.class;&lt;BR /&gt; title 'sashelp--class';&lt;BR /&gt; scatter x=height y=weight / group=sex;&lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods tagsets.excelxp close;&lt;BR /&gt;ods listing;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354589#M18487</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-04-28T20:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can tagsets.excelxp output plot?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354598#M18486</link>
      <description>&lt;P&gt;No, it cannot. You can use ODS HTML if you want graphs but that doesn't easily support multiple sheets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS You posted the same question twice, but they appear identical so I'm merging them into a single thread.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a demo from SAS page on many of the features:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Almost every feature of ODS TAGSETS is listed here as well as a link to the paper with the page reference to find example code. The papers at the end of this page would be the key references on learning how to use ODS TAGSETS efficiently.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://vasug.files.wordpress.com/2011/07/excelxppaperindex.pdf" target="_blank"&gt;https://vasug.files.wordpress.com/2011/07/excelxppaperindex.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Official list of options available:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354598#M18486</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-28T20:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can tagsets.excelxp output plot?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354616#M18491</link>
      <description>&lt;P&gt;Hello Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ExcelXP Tagset is good at doing arrange sheets like its name. I can use&amp;nbsp;ExcelXP Tagset print outputs in one single page which other ods can't do.&lt;/P&gt;
&lt;P&gt;But&amp;nbsp;ExcelXP Tagset can't generate graph like&amp;nbsp;ods msoffice2k.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ods _all_ close;&lt;BR /&gt; &lt;BR /&gt;ods msoffice2k path='c:\temp' (url=none)&lt;BR /&gt; gpath='c:\temp' (url=none)&lt;BR /&gt; file='open_with_Excel8.xls'&lt;BR /&gt; style=seaside;&lt;BR /&gt; &lt;BR /&gt;title 'A scatter plot';&lt;BR /&gt;proc print data=sashelp.class;&lt;BR /&gt;run;&lt;BR /&gt; &lt;BR /&gt;title 'ODS GRAPHICS';&lt;BR /&gt; proc sgplot data=sashelp.class;&lt;BR /&gt; title 'sashelp--class';&lt;BR /&gt; scatter x=height y=weight / group=sex;&lt;BR /&gt; run;&lt;BR /&gt;ods msoffice2k close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also &lt;SPAN&gt;ExcelXP Tagset can't print output start at a user defined cell(have to use ods excel,there is a new option --"start_at",but you must have SAS 9.4).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Fri, 28 Apr 2017 21:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354616#M18491</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-04-28T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can tagsets.excelxp output plot?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354621#M18492</link>
      <description>&lt;P&gt;Thanks, I am aware of the limitations but it's good to know that SAS has addressed most of these in the latest versions. The first version of 9.3 was initially released in 2011 - in other words it's equivalent to using Office 2010. Its good, but the newer versions are better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;9.4 has been available since 2013 so a while now, especially in terms of software.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 22:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354621#M18492</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-28T22:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3-windows: ods tagsets.excelxp output table and graph</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354640#M18493</link>
      <description>Hi&lt;BR /&gt;By Microsoft design, Spreadsheet ML 2003 does NOT support graphic images. This form of output is what tagsets.excelxp produces. SAS and ODS cannot do what Microsoft did not put in the specification.&lt;BR /&gt;&lt;BR /&gt;ODS excel produces xlsx files which are 2007 office open xml -- which does support graphic images.&lt;BR /&gt;&lt;BR /&gt;Your choices are these:&lt;BR /&gt;1) make an html file with graphs that excel can open using ODS msoffice2k &lt;BR /&gt;Or&lt;BR /&gt;2) use ODS excel&lt;BR /&gt;&lt;BR /&gt;Tagsets.excelxp will NOT have graphs....&lt;BR /&gt;&lt;BR /&gt;By MICROSOFT's design.&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Apr 2017 00:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-tagsets-excelxp-output-plot/m-p/354640#M18493</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-29T00:20:00Z</dc:date>
    </item>
  </channel>
</rss>

