<?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 and backgroundrepeat in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776954#M25435</link>
    <description>&lt;P&gt;No you can't . But you can make a white picture as big as enough and at north-west corner put your LOGO in .&lt;/P&gt;
&lt;P&gt;Or&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp; know the solution.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 12:19:06 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-10-28T12:19:06Z</dc:date>
    <item>
      <title>ods excel and backgroundrepeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776943#M25434</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This morning I managed to have a background without duplicates but now the image repeats although backgroundrepeat is set to no_repeat.&lt;/P&gt;&lt;P&gt;I'm not sure what I changed that would lead to this unexpected result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc template; 
    define style styles.xxlogo;
    parent=styles.excel;
        class body / backgroundcolor =_undef_ 
                     backgroundimage ="&amp;amp;xxtraining./images/bear.png"
                     backgroundrepeat=no_repeat;
    end;
run;

ods excel file="&amp;amp;xxtraining./reporting/test.xlsx"
          style=styles.xxlogo
          options(start_at='2,2');

proc print data=sashelp.class;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="repeat.JPG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65125iA166CB26AD201C83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="repeat.JPG" alt="repeat.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 11:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776943#M25434</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-10-28T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel and backgroundrepeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776954#M25435</link>
      <description>&lt;P&gt;No you can't . But you can make a white picture as big as enough and at north-west corner put your LOGO in .&lt;/P&gt;
&lt;P&gt;Or&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp; know the solution.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:19:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776954#M25435</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-28T12:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel and backgroundrepeat</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776976#M25436</link>
      <description>Hi:&lt;BR /&gt;  I am not sure about the BACKGROUNDREPEAT option and whether it works in ODS EXCEL. According to the documentation, &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p1pt77toue3iyun0z4l9gth5as9f.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p1pt77toue3iyun0z4l9gth5as9f.htm&lt;/A&gt; -- the BACKGROUNDIMAGE option is supported by ODS EXCEL, but BACKGROUNDREPEAT is only supported by Markup destinations and PowerPoint destinations. So this may be a question for Tech Support.&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 28 Oct 2021 14:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-and-backgroundrepeat/m-p/776976#M25436</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-10-28T14:02:15Z</dc:date>
    </item>
  </channel>
</rss>

