<?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 BORDER  in ODS EXCEL in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/BORDER-in-ODS-EXCEL/m-p/465909#M20998</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for borders around each cell in my ODS excel output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is template style i am using from but could not get through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
 define style styles.journal_borders;
 parent = styles.journal;
 style header from header/
 font_weight = bold
 foreground = #CC99FF
 background=yellow
 ;

 style header_right from header /
 borderrightstyle=solid
 borderrightcolor=black
 borderrightwidth=2
 ;
 style header_bottom_right from header_right /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=2
 ;
 style header_thinbottom_right from header_right /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=1
 ;
 style header_bottom from header /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=2
 ;
 style data_bottom from data /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=1
 ;
 style data_bottom_right from data_bottom /
 borderrightstyle=solid
 borderrightcolor=black
 borderrightwidth=2
 ;
 end;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2018 06:02:32 GMT</pubDate>
    <dc:creator>draroda</dc:creator>
    <dc:date>2018-05-30T06:02:32Z</dc:date>
    <item>
      <title>BORDER  in ODS EXCEL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/BORDER-in-ODS-EXCEL/m-p/465909#M20998</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for borders around each cell in my ODS excel output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is template style i am using from but could not get through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
 define style styles.journal_borders;
 parent = styles.journal;
 style header from header/
 font_weight = bold
 foreground = #CC99FF
 background=yellow
 ;

 style header_right from header /
 borderrightstyle=solid
 borderrightcolor=black
 borderrightwidth=2
 ;
 style header_bottom_right from header_right /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=2
 ;
 style header_thinbottom_right from header_right /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=1
 ;
 style header_bottom from header /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=2
 ;
 style data_bottom from data /
 borderbottomstyle=solid
 borderbottomcolor=black
 borderbottomwidth=1
 ;
 style data_bottom_right from data_bottom /
 borderrightstyle=solid
 borderrightcolor=black
 borderrightwidth=2
 ;
 end;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 06:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/BORDER-in-ODS-EXCEL/m-p/465909#M20998</guid>
      <dc:creator>draroda</dc:creator>
      <dc:date>2018-05-30T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: BORDER  in ODS EXCEL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/BORDER-in-ODS-EXCEL/m-p/465931#M20999</link>
      <description>&lt;P&gt;Have you looked at the various posts on this, for example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-controlling-borders-not-like-other-ods-destinations/td-p/66766" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-controlling-borders-not-like-other-ods-destinations/td-p/66766&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/095-2012.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings12/095-2012.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should work, maybe you can present an example of your full code, using sashelp.class?&lt;/P&gt;
&lt;P&gt;Also tell us what version of SAS you are using, unix/windows etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 07:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/BORDER-in-ODS-EXCEL/m-p/465931#M20999</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-30T07:57:58Z</dc:date>
    </item>
  </channel>
</rss>

