<?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: exprting excel without cell color in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/exprting-excel-without-cell-color/m-p/5191#M1641</link>
    <description>Hi:&lt;BR /&gt;
  Try using different style templates. STYLE=MINIMAL is a very plain style.&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods msoffice2k file= "/myexcelfile.xls"  style=MINIMAL;&lt;BR /&gt;
...&lt;BR /&gt;
ods msoffice2k close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
In that way, the HTML file that you create and open with Excel will have some bolding in the column headers (if I remember correctly) but there are no colors, otherwise.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Wed, 24 Oct 2007 14:31:35 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-10-24T14:31:35Z</dc:date>
    <item>
      <title>exprting excel without cell color</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/exprting-excel-without-cell-color/m-p/5190#M1640</link>
      <description>Hi am using the below mentioned code to export the output to an excel file. The cells are shaded with some colour.&lt;BR /&gt;
&lt;BR /&gt;
ods msoffice2k file= "/apps/sas/ReportsRepository/Reports/BSS/BMA/CSV/Monthly/myexcelfile.xls" ;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=WORK.QUERY8283  nowd headskip  split='*' spacing=1;	&lt;BR /&gt;
&lt;BR /&gt;
How can I supress the cell background colouring</description>
      <pubDate>Wed, 24 Oct 2007 14:19:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/exprting-excel-without-cell-color/m-p/5190#M1640</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2007-10-24T14:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: exprting excel without cell color</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/exprting-excel-without-cell-color/m-p/5191#M1641</link>
      <description>Hi:&lt;BR /&gt;
  Try using different style templates. STYLE=MINIMAL is a very plain style.&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods msoffice2k file= "/myexcelfile.xls"  style=MINIMAL;&lt;BR /&gt;
...&lt;BR /&gt;
ods msoffice2k close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
In that way, the HTML file that you create and open with Excel will have some bolding in the column headers (if I remember correctly) but there are no colors, otherwise.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 24 Oct 2007 14:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/exprting-excel-without-cell-color/m-p/5191#M1641</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-10-24T14:31:35Z</dc:date>
    </item>
  </channel>
</rss>

