<?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 ExcelXP Tageset in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4786#M1931</link>
    <description>My Problem:&lt;BR /&gt;
&lt;BR /&gt;
I'm using the ExcelXP tagest with PROC REPORT. It has done wonderfully thus far, however now I am in need of outputting a graph to my spreadsheet. I've tried to search for this and nothing has helped. Any suggestions would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
SAS Version: 9.1.3&lt;BR /&gt;
OS: Solaris</description>
    <pubDate>Fri, 21 Sep 2007 13:48:06 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-09-21T13:48:06Z</dc:date>
    <item>
      <title>ExcelXP Tageset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4786#M1931</link>
      <description>My Problem:&lt;BR /&gt;
&lt;BR /&gt;
I'm using the ExcelXP tagest with PROC REPORT. It has done wonderfully thus far, however now I am in need of outputting a graph to my spreadsheet. I've tried to search for this and nothing has helped. Any suggestions would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
SAS Version: 9.1.3&lt;BR /&gt;
OS: Solaris</description>
      <pubDate>Fri, 21 Sep 2007 13:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4786#M1931</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-09-21T13:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Tageset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4787#M1932</link>
      <description>Hi:&lt;BR /&gt;
  If you look at this forum posting:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=6094៎" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=6094៎&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You will learn that, by Microsoft design, SpreadSheetML language, which is the kind of output created by ExcelXP, doesn't support images. In fact, you should see a note in your SAS log that says:&lt;BR /&gt;
[pre]&lt;BR /&gt;
Excel XML does not support output from Proc:?????&lt;BR /&gt;
Output will not be created.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
Your only choices are to use HTML-based tagsets to create your output, such as ODS HTML or preferably, ODS MSOFFICE2K.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 21 Sep 2007 15:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4787#M1932</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-09-21T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Tageset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4788#M1933</link>
      <description>Thanks Cynthia for your reply. I've gone with ODS MSOFFICE2K. I am outputting to xls, and I need device= option in my goptions. How do I know which device is correct? Thank you for your patience by the way. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 21 Sep 2007 15:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4788#M1933</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-09-21T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Tageset</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4789#M1934</link>
      <description>Hi:&lt;BR /&gt;
  There really is no hard and fast rule for DEVICE=. It depends on the SAS/Graph program you're using and on the kind of "bells and whistles" you've added in your code (such as ANNOTATE or GREPLAY).&lt;BR /&gt;
 &lt;BR /&gt;
  If I was just doing some very straightforward SAS/Graph jobs AND I wanted the graphical output to be in Excel, I would probably pick one of these device drivers:&lt;BR /&gt;
[pre]&lt;BR /&gt;
DEVICE=ACTIVEX&lt;BR /&gt;
DEVICE=ACTXIMG&lt;BR /&gt;
DEVICE=PNG&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Personally, I like the look and feel of ActiveX graphs and the ACTXIMG driver gives you the look and feel of ACTIVEX graphics, but without the interactivity. &lt;BR /&gt;
&lt;BR /&gt;
On the other hand, if you already have a fairly complex SAS/Graph program that looks just the way you want it, then you might be happy with &lt;BR /&gt;
[pre]&lt;BR /&gt;
DEVICE=GIF&lt;BR /&gt;
DEVICE=JPEG&lt;BR /&gt;
DEVICE=PNG&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
The Tech Support White paper &lt;A href="http://support.sas.com/techsup/technote/ts674/ts674.html" target="_blank"&gt;http://support.sas.com/techsup/technote/ts674/ts674.html&lt;/A&gt;&lt;BR /&gt;
might be another good resource -- it outlines a ton of good information on using SAS/Graph output with Microsoft Office.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 21 Sep 2007 20:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Tageset/m-p/4789#M1934</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-09-21T20:10:00Z</dc:date>
    </item>
  </channel>
</rss>

