<?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 EXCEL,no style (style=none or simple) for proc print/proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807526#M25702</link>
    <description>ballardw,thank you for your help!</description>
    <pubDate>Wed, 13 Apr 2022 01:44:56 GMT</pubDate>
    <dc:creator>t_ar_taat</dc:creator>
    <dc:date>2022-04-13T01:44:56Z</dc:date>
    <item>
      <title>ODS EXCEL,no style (style=none or simple) for proc print/proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807328#M25698</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;When ods excel, default style is HTMLBlue.&lt;BR /&gt;like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HTMLBlue.jpg" style="width: 184px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70307i728A980AF0735C23/image-size/small?v=v2&amp;amp;px=200" role="button" title="HTMLBlue.jpg" alt="HTMLBlue.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For me, simple/naked/nostyle is better like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simple-style.jpg" style="width: 171px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70308i290A7E9680728230/image-size/small?v=v2&amp;amp;px=200" role="button" title="simple-style.jpg" alt="simple-style.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Is there way to get it?&lt;BR /&gt;I asked google but failed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="google-search.jpg" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70309iF2499203F07DA3E4/image-size/small?v=v2&amp;amp;px=200" role="button" title="google-search.jpg" alt="google-search.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;also&lt;BR /&gt;&lt;A href="https://www.pharmasug.org/proceedings/2018/BB/PharmaSUG-2018-BB03.pdf" target="_blank" rel="noopener"&gt;https://www.pharmasug.org/proceedings/2018/BB/PharmaSUG-2018-BB03.pdf&lt;/A&gt;&lt;BR /&gt;This document say "no style" means HTMLBlue. But I want totally simple/no style one.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="no-stye-htmlblue.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70310iFEE93CCB7C4156B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="no-stye-htmlblue.jpg" alt="no-stye-htmlblue.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Saying another way, I want make proc print / proc report with no style.&lt;/P&gt;&lt;P&gt;Thank you for your helping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;minimum ods excel code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods excel file= "D:\test.xlsx" ;
proc odstext;
  p "A";
run;  

proc print data=sashelp.heart(obs=5);
 var Status;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807328#M25698</guid>
      <dc:creator>t_ar_taat</dc:creator>
      <dc:date>2022-04-12T09:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL,no style (style=none or simple) for proc print/proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807355#M25699</link>
      <description>style=minimal</description>
      <pubDate>Tue, 12 Apr 2022 12:01:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807355#M25699</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-04-12T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL,no style (style=none or simple) for proc print/proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807416#M25701</link>
      <description>&lt;P&gt;Clarification: if you do not specify a Style on an ODS destination statement then you get the default for the destination.&lt;/P&gt;
&lt;P&gt;ODS Excel will default to the Style set as the default style for your SAS session which might be HTMLBlue.I know that it is not in my install because I set MEADOW as my default style.&lt;/P&gt;
&lt;P&gt;Some destinations like ODS RTF will use their own preferred style RTF unless you specifically override it. ODS Powerpoint uses one of PowerPointLIght or PowerPointDark (or similar restricted styles as not all the PowerPoint features will work with just any style).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you could set a style such as Minimal as your default or specify it as the style on the ODS destination statement.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 15:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807416#M25701</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-04-12T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL,no style (style=none or simple) for proc print/proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807526#M25702</link>
      <description>ballardw,thank you for your help!</description>
      <pubDate>Wed, 13 Apr 2022 01:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807526#M25702</guid>
      <dc:creator>t_ar_taat</dc:creator>
      <dc:date>2022-04-13T01:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL,no style (style=none or simple) for proc print/proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807527#M25703</link>
      <description>&lt;P&gt;Thank you, this is what I want.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods excel file= "D:\test.xlsx" 
style=minimal
;

proc print data=sashelp.heart(obs=5);
 var Status;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Apr 2022 01:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-no-style-style-none-or-simple-for-proc-print-proc/m-p/807527#M25703</guid>
      <dc:creator>t_ar_taat</dc:creator>
      <dc:date>2022-04-13T01:46:16Z</dc:date>
    </item>
  </channel>
</rss>

