<?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 - adding a tab into a title or footnote statement. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272952#M15947</link>
    <description>&lt;P&gt;Very interesting. Can you use white blanks to instead of TAB character ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='/folders/myfolders/x.xlsx' options(Embedded_Titles='yes') style=sasweb;
title "Title          Title";
proc print data=sashelp.class;run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 May 2016 07:03:57 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-05-25T07:03:57Z</dc:date>
    <item>
      <title>ODS Excel - adding a tab into a title or footnote statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272934#M15946</link>
      <description>&lt;P&gt;As the title says, I'd like to put a tab into the title or footnote of a spreadsheet coming out of ODS Excel.&lt;BR /&gt;&lt;BR /&gt;Now this can be easily done with ODS RTF, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ods escapechar='^';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; title&amp;nbsp; "^R/RTF""\tab""&amp;nbsp;&amp;nbsp; ";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I can't for the life of me work out how to do it for ODS Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know about {nbspace N} where N is the no. of spaces to insert,&lt;/P&gt;
&lt;P&gt;(example: footnote "Version:^{nbspace 3}1";&lt;BR /&gt;&lt;BR /&gt;but I really want tabs!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; footnote "Author:" '09'x "Fred";&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;but it had no effect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help greatly appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 03:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272934#M15946</guid>
      <dc:creator>fred777</dc:creator>
      <dc:date>2016-05-25T03:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - adding a tab into a title or footnote statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272952#M15947</link>
      <description>&lt;P&gt;Very interesting. Can you use white blanks to instead of TAB character ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='/folders/myfolders/x.xlsx' options(Embedded_Titles='yes') style=sasweb;
title "Title          Title";
proc print data=sashelp.class;run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 May 2016 07:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272952#M15947</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-25T07:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - adding a tab into a title or footnote statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272964#M15948</link>
      <description>&lt;P&gt;Why? &amp;nbsp;Excel is a tabular system, it is not a word processor. &amp;nbsp;Have you tried putting tabs into an Excel document directly - it is very difficult. &amp;nbsp;If you need a nice report for review then use a format associated with review - RTF, PDF etc. &amp;nbsp;If you need an Excel output then create an Excel output, if you need data then use a data transport format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a side note, I would never use tabs anywhere. &amp;nbsp;The reason is there is no consistent spacing for them, so whatever application you render the output in may well change the look of the output. &amp;nbsp;Spaces are far more controllable.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 08:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/272964#M15948</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-05-25T08:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - adding a tab into a title or footnote statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/276167#M16027</link>
      <description>&lt;P&gt;Mate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't know the answer, just say so.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 07:23:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/276167#M16027</guid>
      <dc:creator>fred777</dc:creator>
      <dc:date>2016-06-09T07:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel - adding a tab into a title or footnote statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/363951#M18754</link>
      <description>&lt;P&gt;Here is how I code it using ODS Excel in EG7.1 on 9.4 platform:&lt;/P&gt;&lt;P&gt;ods _ALL_ close;&lt;BR /&gt;Ods noresults;&lt;BR /&gt;options leftmargin = .25in&lt;BR /&gt;rightmargin = .25in&lt;BR /&gt;topmargin = .75in&lt;BR /&gt;bottommargin = .5in&lt;BR /&gt;papersize=LEGAL&lt;BR /&gt;orientation=landscape&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;ods escapechar="~";&lt;BR /&gt;ods Excel&lt;/P&gt;&lt;P&gt;file="[filename].xlsx"&lt;BR /&gt;Author="A_Seratte"&lt;BR /&gt;style=SEASIDE;&lt;/P&gt;&lt;P&gt;proc print data = ... label noobs;&lt;/P&gt;&lt;P&gt;ODS Excel&lt;BR /&gt;options ( sheet_interval="BYGROUP"&lt;BR /&gt;sheet_name="#byval(office)"&lt;/P&gt;&lt;P&gt;...);&lt;/P&gt;&lt;P&gt;title2 BOLD "&amp;amp;L&amp;amp;[tab]" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;var...;&lt;/P&gt;&lt;P&gt;by OFFICE ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods Excel close;&lt;BR /&gt;ods listing;&lt;BR /&gt;ods results;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;amp;L left aligns it in Excel, though SAS will give you a warning or error message, and the &amp;amp;[tab] is straight from Excel. Comes out for me every time.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 22:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-adding-a-tab-into-a-title-or-footnote-statement/m-p/363951#M18754</guid>
      <dc:creator>A_Seratte</dc:creator>
      <dc:date>2017-06-02T22:25:37Z</dc:date>
    </item>
  </channel>
</rss>

