<?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 tagsets.excelxp GRAPHING not found. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75953#M8610</link>
    <description>Have you tried the TableEditor tagset?&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2008/258-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/258-2008.pdf&lt;/A&gt;&lt;BR /&gt;
See pg. 27.</description>
    <pubDate>Mon, 26 Apr 2010 20:53:45 GMT</pubDate>
    <dc:creator>gzr2mz39</dc:creator>
    <dc:date>2010-04-26T20:53:45Z</dc:date>
    <item>
      <title>ODS tagsets.excelxp GRAPHING not found.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75949#M8606</link>
      <description>Has anyone been able to use the excelxp tagset to graph the data sets that proc print sends to excel?  We're using an antiquated method to export reports to excel and the graph them and we're changing it to ODS.  I'm at a loss to know why graphing is such an Achilles heel with the excelxp tagset.  Especially given the simplicity of it.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone supply the code needed to create a simple bar chart in excel using tagsets.excelxp using the following data set?&lt;BR /&gt;
&lt;BR /&gt;
data xyz;&lt;BR /&gt;
    x = 1;&lt;BR /&gt;
    y = 2;&lt;BR /&gt;
    z = 3;&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
Many thanks to the person who can solve this.</description>
      <pubDate>Wed, 21 Apr 2010 13:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75949#M8606</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-21T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS tagsets.excelxp GRAPHING not found.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75950#M8607</link>
      <description>The ExcelXP tagset generates a Microsoft-defined XML called SpreadsheetML that is compatible with Excel 2003.  SpreadsheetML does not support images.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Wed, 21 Apr 2010 14:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75950#M8607</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2010-04-21T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS tagsets.excelxp GRAPHING not found.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75951#M8608</link>
      <description>Whether it supports images is irrelevant.  I just want to use Excel to graph the data in an automated fashion within a SAS command.  The same way the tagset has commands to do formats, colors, column sizes etc.  This is separate and distinct from exporting an image.  In fact, even if Microsoft allowed for this, why would we even want to?  The chart (image) would not even be interactive within excel.  &lt;BR /&gt;
&lt;BR /&gt;
I think what you're saying is that users can't use this tagset if they want to create graphs in excel.  It just takes away so much of the functionality.  I'm just going to return to proc export in that case.  I mean, are these silly formatting issues really a concern when you can't even get an automated graph in place?  I don't think users will care about row sizes and other simple formatting when they realize that at the end of the day the graphing facility is non-existent.&lt;BR /&gt;
-Tony</description>
      <pubDate>Wed, 21 Apr 2010 15:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75951#M8608</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-21T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODS tagsets.excelxp GRAPHING not found.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75952#M8609</link>
      <description>if first they "saveAs" a file-type that will suppoort graphs, then they will be able to create graphs. It won't be xml any more.</description>
      <pubDate>Mon, 26 Apr 2010 17:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75952#M8609</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-04-26T17:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: ODS tagsets.excelxp GRAPHING not found.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75953#M8610</link>
      <description>Have you tried the TableEditor tagset?&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2008/258-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/258-2008.pdf&lt;/A&gt;&lt;BR /&gt;
See pg. 27.</description>
      <pubDate>Mon, 26 Apr 2010 20:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-tagsets-excelxp-GRAPHING-not-found/m-p/75953#M8610</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-04-26T20:53:45Z</dc:date>
    </item>
  </channel>
</rss>

