<?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: SAS Excel carriage returns in cells in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704492#M24736</link>
    <description>&lt;P&gt;If you are using ODS EXCEL to make the files then try FLOW="TABLES" option.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/59/351.html" target="_blank"&gt;https://support.sas.com/kb/59/351.html&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Using the FLOW="TABLES" Excel suboption */

ods excel file="c:\temp.xlsx" options(flow="tables");

proc print data=sashelp.orsales label;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Dec 2020 18:13:15 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-12-08T18:13:15Z</dc:date>
    <item>
      <title>SAS Excel carriage returns in cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704485#M24735</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having this weird issue where my Excel files created with SAS have carriage returns in the middle of the cells.&amp;nbsp; It's like SAS is determining the column width at some point and then inserting carriage returns instead of true text wrapping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd send over some code, but I'm just using a very basic PROC Print in SAS Studio.&amp;nbsp; I have a feeling it's a settings issue.&amp;nbsp; I'm having some vague recollection of a setting I used back when we had EG that prevented this, but I could be making that up entirely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else run across this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704485#M24735</guid>
      <dc:creator>TashaChapWUSS</dc:creator>
      <dc:date>2020-12-08T18:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Excel carriage returns in cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704492#M24736</link>
      <description>&lt;P&gt;If you are using ODS EXCEL to make the files then try FLOW="TABLES" option.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/59/351.html" target="_blank"&gt;https://support.sas.com/kb/59/351.html&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Using the FLOW="TABLES" Excel suboption */

ods excel file="c:\temp.xlsx" options(flow="tables");

proc print data=sashelp.orsales label;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704492#M24736</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-08T18:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Excel carriage returns in cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704494#M24737</link>
      <description>How are you creating your Excel file?</description>
      <pubDate>Tue, 08 Dec 2020 18:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704494#M24737</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-12-08T18:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Excel carriage returns in cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704499#M24738</link>
      <description>YES! Thank you! I knew it was something like that!&lt;BR /&gt;&lt;BR /&gt;For other SAS Studio or EG Users who are just using the default Excel results, if you go into Tools-&amp;gt;Options, and then Results-&amp;gt;Excel, simply add FLOW="TABLES" in the "Additional tagset options for ODS Excel statement" box</description>
      <pubDate>Tue, 08 Dec 2020 18:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Excel-carriage-returns-in-cells/m-p/704499#M24738</guid>
      <dc:creator>TashaChapWUSS</dc:creator>
      <dc:date>2020-12-08T18:20:47Z</dc:date>
    </item>
  </channel>
</rss>

