<?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-error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-error/m-p/607662#M176704</link>
    <description>&lt;P&gt;Might be an Excel problem. The file opens well in LibreOffice Calc.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 12:53:50 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-27T12:53:50Z</dc:date>
    <item>
      <title>ods tagsets.excelxp-error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-error/m-p/607583#M176665</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am using to create XML file (export from SAS).&lt;/P&gt;
&lt;P&gt;I am trying to open the result file from excel but I get an error "Problems&amp;nbsp; came in the following areas during load: table"&lt;/P&gt;
&lt;P&gt;In SAS log there is no error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class_tbl;
set sashelp.class;
if sex='M' then weight=.;
run;


ods _all_ close; 
ods tagsets.excelxp 
file="/My path/example.xml"
style=sasweb
options(embedded_titles='yes'
sheet_interval='none' 
width_fudge='0.75' 
sheet_name="shoes"
default_column_width="10");

ods tagsets.excelxp options(embedded_titles='yes' 
sheet_interval='none'
sheet_name="class");
title "Title - Class";

proc report data=class_tbl nowd nowindows ;
define weight / display 
style(column)=[tagattr='type:Number format:#,##0.00'];
define height / display 
style(column)=[tagattr='type:Number format:#,##0.00'];
define age / display 
style(column)=[tagattr='type:Number format:#,##0.00'];
compute weight;
if weight gt 0 then do;
call define(_col_,'style','style={foreground=black background=white}');
end;
else do;
call define(_col_,'style','style={foreground=white background=white}');
end;
endcomp;
run;

title;

ods tagsets.excelxp close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-error/m-p/607583#M176665</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-11-27T09:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp-error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-error/m-p/607662#M176704</link>
      <description>&lt;P&gt;Might be an Excel problem. The file opens well in LibreOffice Calc.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 12:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-error/m-p/607662#M176704</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-27T12:53:50Z</dc:date>
    </item>
  </channel>
</rss>

