<?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 Background color   change in excelxp in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163244#M12098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question on background coloring in the output created from ODS excelxp.&amp;nbsp; When i run the program i notice that the background is always white for the entire excel sheet.&lt;/P&gt;&lt;P&gt; Does this have any performance issue - would it help if I could make all cells transparent ? &lt;/P&gt;&lt;P&gt;The "Collecting" Status in SAS eg&amp;nbsp; take a while to load the output,&amp;nbsp; trying to see if i can reduce the style and load excel quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following code, but only the data cell have a transparent background, all the cells outside the box still have white background.&amp;nbsp; Please see the attachmen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc template &lt;/P&gt;&lt;P&gt; define style styles.test; &lt;/P&gt;&lt;P&gt; parent=styles.minimal; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; style body from body / &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; background=transparent; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; style table from table / &lt;/P&gt;&lt;P&gt; cellspacing=0 &lt;/P&gt;&lt;P&gt; borderwidth=0; &lt;/P&gt;&lt;P&gt; end; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run; &lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11067iB2BD7DEAB91F0807/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="background.JPG" title="background.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 16:55:56 GMT</pubDate>
    <dc:creator>Smijoss</dc:creator>
    <dc:date>2014-04-01T16:55:56Z</dc:date>
    <item>
      <title>Background color   change in excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163244#M12098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question on background coloring in the output created from ODS excelxp.&amp;nbsp; When i run the program i notice that the background is always white for the entire excel sheet.&lt;/P&gt;&lt;P&gt; Does this have any performance issue - would it help if I could make all cells transparent ? &lt;/P&gt;&lt;P&gt;The "Collecting" Status in SAS eg&amp;nbsp; take a while to load the output,&amp;nbsp; trying to see if i can reduce the style and load excel quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following code, but only the data cell have a transparent background, all the cells outside the box still have white background.&amp;nbsp; Please see the attachmen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc template &lt;/P&gt;&lt;P&gt; define style styles.test; &lt;/P&gt;&lt;P&gt; parent=styles.minimal; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; style body from body / &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; background=transparent; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; style table from table / &lt;/P&gt;&lt;P&gt; cellspacing=0 &lt;/P&gt;&lt;P&gt; borderwidth=0; &lt;/P&gt;&lt;P&gt; end; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run; &lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11067iB2BD7DEAB91F0807/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="background.JPG" title="background.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163244#M12098</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-04-01T16:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Background color   change in excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163245#M12099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am not sure, exactly, what you are trying to do. If you want to see the "grid" lines in the Excel sheet, then you have to do more than change the style. Please refer to this Tech Support note (&lt;A href="http://support.sas.com/kb/46/949.html" title="http://support.sas.com/kb/46/949.html"&gt;46949 - You cannot use a style template with the ExcelXP tagset to add grid lines to the body of a worksheet&lt;/A&gt;) for the complete code that you have to implement. If you need help getting the code to work on your server and EG configuration, then the best thing to do would be to work with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The ExcelXP output is XML which corresponds to the Microsoft specification, I doubt that the background color is making EG take time to load the output. But again Tech Support can work with you on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 20:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163245#M12099</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-04-01T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Background color   change in excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163246#M12100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia, it worked &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 23:13:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Background-color-change-in-excelxp/m-p/163246#M12100</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-04-01T23:13:37Z</dc:date>
    </item>
  </channel>
</rss>

