<?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: Excel using EXCELXP tagset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93124#M289974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you want? Title will automatically take two rows though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;file="c:\temp\test.xml"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "aaaa";&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;options ( embedded_titles ='yes'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 21:37:37 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2012-06-26T21:37:37Z</dc:date>
    <item>
      <title>Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93123#M289973</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 style="text-align: justify;"&gt;I successfully created a multisheet excel with the help of various resources available in SAS support website. While i was formatting the look of the output i am facing a difficulty.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;In the below picture i was not able to generate the AAAA row. Any ideas would be very helpful. I tried the title option but not able to change the title styles and also it is giving an additional one line gap. Please let me know how i can achieve the below format. I am very much new to SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="excel.jpg" class="jive-image" src="https://communities.sas.com/legacyfs/online/2189_excel.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 20:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93123#M289973</guid>
      <dc:creator>ajsivsan</dc:creator>
      <dc:date>2012-06-26T20:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93124#M289974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you want? Title will automatically take two rows though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;file="c:\temp\test.xml"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "aaaa";&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;options ( embedded_titles ='yes'&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 21:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93124#M289974</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-06-26T21:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93125#M289975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could do what you want relatively easy using Proc Report as opposed to Proc Print. More ability to control each element of output including the AAAA row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 22:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93125#M289975</guid>
      <dc:creator>SteveNZ</dc:creator>
      <dc:date>2012-06-26T22:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93126#M289976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hai.ko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried title 'AAAAA' but i am not sure how to change the style of the title element. If you know how to control the style of the title i would be happy to use that in my code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 13:35:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93126#M289976</guid>
      <dc:creator>ajsivsan</dc:creator>
      <dc:date>2012-06-27T13:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93127#M289977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SteveNZ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a simple easily understandable example please share it with me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 13:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93127#M289977</guid>
      <dc:creator>ajsivsan</dc:creator>
      <dc:date>2012-06-27T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93128#M289978</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;There is a way to remove the space below the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TAGSETS.EXCELXP OPTIONS(EMBEDDED_TITLES='YES' &lt;/P&gt;&lt;P&gt;EMBEDDED_FOOTNOTES='YES' skip_space='0,0,0,0,0');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 20:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93128#M289978</guid>
      <dc:creator>ajsivsan</dc:creator>
      <dc:date>2012-06-28T20:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93129#M289979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is quick reference link, maybe you can find something that you can use.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 20:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93129#M289979</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-06-28T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93130#M289980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks haiko...&lt;/P&gt;&lt;P&gt;And do you know how to change style for the titles????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 20:49:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93130#M289980</guid>
      <dc:creator>ajsivsan</dc:creator>
      <dc:date>2012-06-28T20:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Excel using EXCELXP tagset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93131#M289981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, if the present factory styles can't meet your need, you probably need to create your own style. And this topic is too big to be addressed in several sentences. Please do a search on proc template and ODS styles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, although 'options' seem to be universal, 'styles' are not. You would only see them working on&amp;nbsp; proc print, report and tabulate. So you are using something else other than these 3 procs to output, forget about styles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 21:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-using-EXCELXP-tagset/m-p/93131#M289981</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-06-28T21:06:38Z</dc:date>
    </item>
  </channel>
</rss>

