<?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 Suppressing Additional Tables When Exporting Graphs to Excel Using Tagsets in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Suppressing-Additional-Tables-When-Exporting-Graphs-to-Excel/m-p/55264#M1887</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am currently trying to export graphs from SAS to Excel by using tagsets.msoffice2k however, every time I export these graphs (line graphs), at the end of the graph, tables appear which indicates the data used. Is there a way to suppress these tables.</description>
    <pubDate>Sat, 24 Jul 2010 19:30:02 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-07-24T19:30:02Z</dc:date>
    <item>
      <title>Suppressing Additional Tables When Exporting Graphs to Excel Using Tagsets</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Suppressing-Additional-Tables-When-Exporting-Graphs-to-Excel/m-p/55264#M1887</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am currently trying to export graphs from SAS to Excel by using tagsets.msoffice2k however, every time I export these graphs (line graphs), at the end of the graph, tables appear which indicates the data used. Is there a way to suppress these tables.</description>
      <pubDate>Sat, 24 Jul 2010 19:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Suppressing-Additional-Tables-When-Exporting-Graphs-to-Excel/m-p/55264#M1887</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-24T19:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Additional Tables When Exporting Graphs to Excel Using Tagsets</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Suppressing-Additional-Tables-When-Exporting-Graphs-to-Excel/m-p/55265#M1888</link>
      <description>Hi:&lt;BR /&gt;
    When you use the ODS MSOFFICE2K tagset template to create output, you are creating an HTML file that Microsoft Office knows how to open and render. The ACTIVEX and ACTXIMG (or JAVA and JAVAXIMG) devices (what is specified in the GOPTIONS DEVICE= option) work within HTML in a special way when the ACCESSIBLE GOPTION is also used. &lt;BR /&gt;
                 &lt;BR /&gt;
   With the ACCESSIBLE GOPTION turned on, a TABLE is put underneath the graph that provides the datapoints for screen reading software to read for the visually impaired person who is accessing a particular graphical report. Usually, the table is hidden on an HTML page until the screen reading software detects the table and reads it. However, it sounds like Excel does not render the output in the same way that the browser renders the output.&lt;BR /&gt;
           &lt;BR /&gt;
  So, you need to remove the ACCESSIBLE graphic option from your code. Or, if you are using SAS Enterprise Guide, you might find reference to the &lt;BR /&gt;
%GACCESSIBLE; macro call (which issues the appropriate GOPTIONS statement). You would want to remove this statement, too.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 24 Jul 2010 19:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Suppressing-Additional-Tables-When-Exporting-Graphs-to-Excel/m-p/55265#M1888</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-07-24T19:58:23Z</dc:date>
    </item>
  </channel>
</rss>

