<?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: XML created by ods tagset excelxp cannot be loaded in excel 2010 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79803#M8923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my testing using v1.127 of the tagsets and SAS 9.2&lt;/P&gt;&lt;P&gt;1. If I run your code straight it doesn't work.&lt;/P&gt;&lt;P&gt;2. If I run your code with a .xls extension it works, but not correctly (see #3). Perhaps there's an issue of extension mapping, are XML sets to be opened by Excel by default?&lt;/P&gt;&lt;P&gt;3. The multiple comma's in the table statement seems to confuse tagsets, and I've heard of this before.&amp;nbsp; If you run simpler tables things seem to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if that helps, but hopefully points you to some workarounds. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Mar 2013 14:57:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-03-18T14:57:24Z</dc:date>
    <item>
      <title>XML created by ods tagset excelxp cannot be loaded in excel 2010</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79802#M8922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am no longer able to create working multi-worksheet xml files with ods tagset excelxp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program creates an xml, which cannot be opened in excel 2010:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;einzel &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;'\\c04-fs1.hestala.de\Abt_1\Ref_A\HEPAS\_SAS-Projekte\Tabelle aus Einzeldaten'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;tagsets.excelxp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;tagsets.excelxp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;"\\c04-fs1.hestala.de\Abt_1\Ref_c\Sas\test1.xml"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;=styles.sasweb;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt; font-family: Courier New;"&gt;tabulate&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; age sex;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; height;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; age, sex, height;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; age &amp;gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 12pt; font-family: Courier New;"&gt;14&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;tagsets.excelxp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;I am including the created xml.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Any suggestions would be helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Christa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 14:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79802#M8922</guid>
      <dc:creator>christa</dc:creator>
      <dc:date>2013-03-18T14:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: XML created by ods tagset excelxp cannot be loaded in excel 2010</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79803#M8923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my testing using v1.127 of the tagsets and SAS 9.2&lt;/P&gt;&lt;P&gt;1. If I run your code straight it doesn't work.&lt;/P&gt;&lt;P&gt;2. If I run your code with a .xls extension it works, but not correctly (see #3). Perhaps there's an issue of extension mapping, are XML sets to be opened by Excel by default?&lt;/P&gt;&lt;P&gt;3. The multiple comma's in the table statement seems to confuse tagsets, and I've heard of this before.&amp;nbsp; If you run simpler tables things seem to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if that helps, but hopefully points you to some workarounds. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 14:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79803#M8923</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-18T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: XML created by ods tagset excelxp cannot be loaded in excel 2010</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79804#M8924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is a known issue with PROC TABULATE and TAGSETS.EXCELXP in SAS 9.3, as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/45/306.html" title="http://support.sas.com/kb/45/306.html"&gt;45306 - Specifying a page dimension with PROC TABULATE and the ExcelXP tagset generates an invalid XML file in SAS® 9.3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I do not know for sure whether the problem existed in 9.2 or not. The Tech Support note has a possible workaround. For more direct help on this issue, you might want to open a track with SAS Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 18:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-created-by-ods-tagset-excelxp-cannot-be-loaded-in-excel-2010/m-p/79804#M8924</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-03-18T18:57:59Z</dc:date>
    </item>
  </channel>
</rss>

