<?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 ods text and embedded_titles (ods excel) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-text-and-embedded-titles-ods-excel/m-p/777473#M25437</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was doing some testing to figure out when to use flow='text'&amp;nbsp; (I'll write a separate post on the topic)&lt;/P&gt;&lt;P&gt;but I was surprised to see that embedded titles are removed when ods text is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code. Activate the ods text statement to see the difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods excel file="&amp;amp;xxtest./reporting/ods_excel_test.xlsx" 
          options(embedded_titles='on');

*ods text ='This is a first example of a long string';

title 'This is a test';
proc print data=sashelp.class;
    var name age;
run;

ods text ='This is a first example of a long string';

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this something you would expect?&lt;/P&gt;</description>
    <pubDate>Sat, 30 Oct 2021 08:04:54 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2021-10-30T08:04:54Z</dc:date>
    <item>
      <title>ods text and embedded_titles (ods excel)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-text-and-embedded-titles-ods-excel/m-p/777473#M25437</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was doing some testing to figure out when to use flow='text'&amp;nbsp; (I'll write a separate post on the topic)&lt;/P&gt;&lt;P&gt;but I was surprised to see that embedded titles are removed when ods text is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code. Activate the ods text statement to see the difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods excel file="&amp;amp;xxtest./reporting/ods_excel_test.xlsx" 
          options(embedded_titles='on');

*ods text ='This is a first example of a long string';

title 'This is a test';
proc print data=sashelp.class;
    var name age;
run;

ods text ='This is a first example of a long string';

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this something you would expect?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 08:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-text-and-embedded-titles-ods-excel/m-p/777473#M25437</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-10-30T08:04:54Z</dc:date>
    </item>
  </channel>
</rss>

