<?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: Adding logo and picture using ods excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212981#M307335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pic is not getting printed in the excwel sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 19:29:51 GMT</pubDate>
    <dc:creator>LRN</dc:creator>
    <dc:date>2015-06-24T19:29:51Z</dc:date>
    <item>
      <title>Adding logo and picture using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212977#M307331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Mornig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one help me with adding logos and pictures within excel report using ods excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:32:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212977#M307331</guid>
      <dc:creator>LRN</dc:creator>
      <dc:date>2015-06-24T15:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding logo and picture using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212978#M307332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the preimage option in proc report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example this would work in HTML:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html file="C:\_localdata\test.html" style=meadow;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc report data=sashelp.class nowd style(report)=[preimage="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.aceds.org/wp-content/uploads/2014/07/six_sigma.jpg"&gt;http://www.aceds.org/wp-content/uploads/2014/07/six_sigma.jpg&lt;/A&gt;&lt;SPAN&gt;"];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;title "";&lt;/P&gt;&lt;P&gt;column name age sex weight height;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 16:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212978#M307332</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-24T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding logo and picture using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212979#M307333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza, It works with html. But I am working with multisheet excel sheet which has the company logo and a picture. Since, it is not possible with ods excel tagset, trying to see if ods excel would be a better option. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212979#M307333</guid>
      <dc:creator>LRN</dc:creator>
      <dc:date>2015-06-24T17:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding logo and picture using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212980#M307334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you replace ODS HTML with ODS Excel what happens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212980#M307334</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-24T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding logo and picture using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212981#M307335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pic is not getting printed in the excwel sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212981#M307335</guid>
      <dc:creator>LRN</dc:creator>
      <dc:date>2015-06-24T19:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding logo and picture using ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212982#M307336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the header? Also, post this in the ODS reporting forum rather than general - you'll get more responses that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 20:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-logo-and-picture-using-ods-excel/m-p/212982#M307336</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-24T20:27:08Z</dc:date>
    </item>
  </channel>
</rss>

