<?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 Output to XLSX - Bold in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636998#M78142</link>
    <description>&lt;P&gt;The CALL DEFINE statement in a COMPUTE block in PROC REPORT will allow you to modify text to bold (and many other things as well).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Examples here:&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0xcdcilo2yuuwn1t9uks2c1e66e.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0xcdcilo2yuuwn1t9uks2c1e66e.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 18:13:10 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-04-02T18:13:10Z</dc:date>
    <item>
      <title>ODS Output to XLSX - Bold</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636996#M78141</link>
      <description>&lt;P&gt;Hi. I have the following step that outputs my Proc Report to excel.&amp;nbsp; I'm wondering if there a way to Bold cells in the output that contain the word TOTAL and SUBTOTAL?&amp;nbsp; See attached pic of output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd appreciate any help you can give.&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS EXCEL FILE="C:\USERS\STEVEBUECHLER\BOX SYNC\IBM\USPS\HRC PAY DATA ANALYSIS\&amp;amp;SITE._HCR_PD_SUMMARY.XLSX";
PROC REPORT DATA=&amp;amp;SITE._HCR_SUMMARY;
  COLUMNS _ALL_;
RUN;
ODS EXCEL CLOSE;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Apr 2020 18:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636996#M78141</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2020-04-02T18:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Output to XLSX - Bold</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636998#M78142</link>
      <description>&lt;P&gt;The CALL DEFINE statement in a COMPUTE block in PROC REPORT will allow you to modify text to bold (and many other things as well).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Examples here:&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0xcdcilo2yuuwn1t9uks2c1e66e.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0xcdcilo2yuuwn1t9uks2c1e66e.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 18:13:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636998#M78142</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-02T18:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Output to XLSX - Bold</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636999#M78143</link>
      <description>&lt;P&gt;This paper has fully worked examples for many format options.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2479-2018.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2479-2018.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 18:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/636999#M78143</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-04-02T18:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Output to XLSX - Bold</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/637006#M78144</link>
      <description>Thanks so much.  That's amazing!</description>
      <pubDate>Thu, 02 Apr 2020 18:36:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ODS-Output-to-XLSX-Bold/m-p/637006#M78144</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2020-04-02T18:36:50Z</dc:date>
    </item>
  </channel>
</rss>

