<?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 RTL and LTR in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677708#M204455</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/68241"&gt;@DanielDor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea about Q2. Perhaps you can try to "force" a line break in the column header by embedding the "ODOA" hex values in the header? Perhaps something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;label =&amp;nbsp;"line1 %sysfunc(byte(13))%sysfunc(byte(10)) line2";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not tried it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;/P&gt;
&lt;P&gt;Eyal&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 06:50:48 GMT</pubDate>
    <dc:creator>EyalGonen</dc:creator>
    <dc:date>2020-08-19T06:50:48Z</dc:date>
    <item>
      <title>ODS Excel RTL and LTR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/676371#M203926</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 issues wity my ODS Excel:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I Would like to export reports using ODS EXCEL From Left-to-Right. In my previous computer, everything worked as expected. In my new computer, all Excel Reports are generated from Right-to-Left without capability to change it. Code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods excel file="C:\Users\daniel\KPIs_Daily_Summary_Export.xlsx" options(sheet_name="QBR_And_CooP" Sheet_Interval='none' embedded_titles="yes" sheet_layout='LTR');&lt;/P&gt;&lt;P&gt;title 'CooP';&lt;/P&gt;&lt;P&gt;proc print data=COOP_FINAL label; run;&lt;BR /&gt;ods excel close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Print Screen below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielDor_1-1597287273442.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48184iBE5066D747F5EBA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielDor_1-1597287273442.png" alt="DanielDor_1-1597287273442.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. From some reason, my titles are being printed in way which connect the headers names. This creates a way in which when I do pivot table on the file, I get concatenated names:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Print Screen Below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielDor_2-1597287308999.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48185i9BC89D7EB0411865/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielDor_2-1597287308999.png" alt="DanielDor_2-1597287308999.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 02:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/676371#M203926</guid>
      <dc:creator>DanielDor</dc:creator>
      <dc:date>2020-08-13T02:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel RTL and LTR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/676394#M203944</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;&amp;nbsp;In my new computer, all Excel Reports are generated from Right-to-Left without capability to change it.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;What's the difference in configuration between the computers? Are Excel and Windows configured identically? As for SAS, run proc options and compare the configurations.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 04:56:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/676394#M203944</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-08-13T04:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel RTL and LTR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/676732#M204072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/68241"&gt;@DanielDor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About Q1 check out&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-%D7%90%D7%A7%D7%A1%D7%9C-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/gpm-p/645797#M6" target="_blank"&gt;https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-%D7%90%D7%A7%D7%A1%D7%9C-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/gpm-p/645797#M6&lt;/A&gt;&amp;nbsp;maybe you have set the SAS BIDI option to "YES" and that is why you get your Excel file in RTL layout?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Eyal&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 13:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/676732#M204072</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2020-08-14T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel RTL and LTR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677705#M204453</link>
      <description>Hi Eyal,&lt;BR /&gt;&lt;BR /&gt;For question 1, i've did as following, and it is working!&lt;BR /&gt;&lt;BR /&gt;%put &amp;amp;sysvlong; /* To validate I have version 9.4M6*/&lt;BR /&gt;options bidi=no;&lt;BR /&gt;&lt;BR /&gt;For question 2, any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2020 06:29:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677705#M204453</guid>
      <dc:creator>DanielDor</dc:creator>
      <dc:date>2020-08-19T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel RTL and LTR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677708#M204455</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/68241"&gt;@DanielDor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea about Q2. Perhaps you can try to "force" a line break in the column header by embedding the "ODOA" hex values in the header? Perhaps something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;label =&amp;nbsp;"line1 %sysfunc(byte(13))%sysfunc(byte(10)) line2";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not tried it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;/P&gt;
&lt;P&gt;Eyal&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 06:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677708#M204455</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2020-08-19T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel RTL and LTR</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677724#M204470</link>
      <description>Daniel, join our local SAS users group in Israel at &lt;A href="https://communities.sas.com/t5/SAS-Users-Group-in-Israel/gp-p/Israel" target="_blank"&gt;https://communities.sas.com/t5/SAS-Users-Group-in-Israel/gp-p/Israel&lt;/A&gt; for Hebrew related questions&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2020 07:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-RTL-and-LTR/m-p/677724#M204470</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2020-08-19T07:49:46Z</dc:date>
    </item>
  </channel>
</rss>

