<?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 Excel created with Minimal style cannot be opened in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-created-with-Minimal-style-cannot-be-opened/m-p/17804#M3567</link>
    <description>I am using the tagsets.excelXP with the style set to minimal to output &lt;BR /&gt;
to an excel file. The code works for over a year without any problem &lt;BR /&gt;
until this month. &lt;BR /&gt;
&lt;BR /&gt;
If I use a different style, such as Statistical, excel opens the file &lt;BR /&gt;
with no problems.  Here is my ods settup.&lt;BR /&gt;
&lt;BR /&gt;
FILENAME F1 "c:\temp\haha.xls"   ; &lt;BR /&gt;
&lt;BR /&gt;
   ods tagsets.excelxp file=f1  style=minimal &lt;BR /&gt;
    options( &lt;BR /&gt;
             embedded_titles='no' &lt;BR /&gt;
             embedded_footnotes='no' &lt;BR /&gt;
             frozen_headers='yes' &lt;BR /&gt;
             frozen_rowheader ='1' &lt;BR /&gt;
             Autofit_height='yes' &lt;BR /&gt;
             ) &lt;BR /&gt;
      RS = NONE  ; &lt;BR /&gt;
&lt;BR /&gt;
 PROC PRINT DATA=sashelp.class; &lt;BR /&gt;
   run; &lt;BR /&gt;
  ods tagsets.excelxp close;</description>
    <pubDate>Fri, 07 May 2010 17:12:11 GMT</pubDate>
    <dc:creator>ninachang</dc:creator>
    <dc:date>2010-05-07T17:12:11Z</dc:date>
    <item>
      <title>Excel created with Minimal style cannot be opened</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-created-with-Minimal-style-cannot-be-opened/m-p/17804#M3567</link>
      <description>I am using the tagsets.excelXP with the style set to minimal to output &lt;BR /&gt;
to an excel file. The code works for over a year without any problem &lt;BR /&gt;
until this month. &lt;BR /&gt;
&lt;BR /&gt;
If I use a different style, such as Statistical, excel opens the file &lt;BR /&gt;
with no problems.  Here is my ods settup.&lt;BR /&gt;
&lt;BR /&gt;
FILENAME F1 "c:\temp\haha.xls"   ; &lt;BR /&gt;
&lt;BR /&gt;
   ods tagsets.excelxp file=f1  style=minimal &lt;BR /&gt;
    options( &lt;BR /&gt;
             embedded_titles='no' &lt;BR /&gt;
             embedded_footnotes='no' &lt;BR /&gt;
             frozen_headers='yes' &lt;BR /&gt;
             frozen_rowheader ='1' &lt;BR /&gt;
             Autofit_height='yes' &lt;BR /&gt;
             ) &lt;BR /&gt;
      RS = NONE  ; &lt;BR /&gt;
&lt;BR /&gt;
 PROC PRINT DATA=sashelp.class; &lt;BR /&gt;
   run; &lt;BR /&gt;
  ods tagsets.excelxp close;</description>
      <pubDate>Fri, 07 May 2010 17:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-created-with-Minimal-style-cannot-be-opened/m-p/17804#M3567</guid>
      <dc:creator>ninachang</dc:creator>
      <dc:date>2010-05-07T17:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excel created with Minimal style cannot be opened</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-created-with-Minimal-style-cannot-be-opened/m-p/17805#M3568</link>
      <description>Hi, &lt;BR /&gt;
I would recommend that you check the version of TAGSETS.EXCELXP that you are using. There used to be an issue with the MINIMAL style in earlier versions of SAS and ODS but I have not seen this problem since I've been running SAS 9.2-- if you look in the SAS log the version info should be there.&lt;BR /&gt;
&lt;BR /&gt;
If you are running SAS9.2 and having this issue, I would recommend working with Tech Support.&lt;BR /&gt;
&lt;BR /&gt;
Cynthia</description>
      <pubDate>Fri, 07 May 2010 19:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-created-with-Minimal-style-cannot-be-opened/m-p/17805#M3568</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-05-07T19:08:13Z</dc:date>
    </item>
  </channel>
</rss>

