<?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 tagsets.excelxp title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-tagsets-excelxp-title/m-p/708094#M217532</link>
    <description>&lt;P&gt;I figured out it was us using the wrong name for the embed option. We kept using embed_titles='yes' instead of embedded_titles='yes'.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Dec 2020 15:50:37 GMT</pubDate>
    <dc:creator>JianShen</dc:creator>
    <dc:date>2020-12-24T15:50:37Z</dc:date>
    <item>
      <title>ODS tagsets.excelxp title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-tagsets-excelxp-title/m-p/708069#M217517</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question regarding titles in ODS tagsets.excelxp. In my department, we want to export multiple tables to excel. Because we have over 10 tables with different lay-outs and titles, we first create the tables. Then we use %include in combination with ODS to export the tables. To give a short overview, the programs use the following format&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;program1:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title1 "this is a title";&lt;/P&gt;
&lt;P&gt;proc report;&lt;/P&gt;
&lt;P&gt;column var1&lt;/P&gt;
&lt;P&gt;define column1 / group;&lt;/P&gt;
&lt;P&gt;rbreak after / summarize;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;title;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;program2:&lt;/P&gt;
&lt;P&gt;ods tagsets.excelxp path="c:\reports\" file="new_file.xml" options(sheet_interval="PROC");&lt;/P&gt;
&lt;P&gt;%include "c:\&amp;amp;path_to_program\program1.sas";&lt;/P&gt;
&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The programs are mostly doing what is expected, except for the title. It seems like ODS isn't adding the title we have in program 1 to the output. We already tried using both embed_titles=yes and embed_titles_once=yes, but the title still doesn't show up. Therefore, we're wondering if we are missing something or if we have to add the titles in ODS itself, rather than the %include program1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any tips or suggestions would be greatly helpful!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 12:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-tagsets-excelxp-title/m-p/708069#M217517</guid>
      <dc:creator>JianShen</dc:creator>
      <dc:date>2020-12-24T12:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS tagsets.excelxp title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-tagsets-excelxp-title/m-p/708094#M217532</link>
      <description>&lt;P&gt;I figured out it was us using the wrong name for the embed option. We kept using embed_titles='yes' instead of embedded_titles='yes'.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-tagsets-excelxp-title/m-p/708094#M217532</guid>
      <dc:creator>JianShen</dc:creator>
      <dc:date>2020-12-24T15:50:37Z</dc:date>
    </item>
  </channel>
</rss>

