<?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 file - break in the Excel cell in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986138#M379905</link>
    <description>&lt;PRE&gt;proc report  data=new.prova nowd
    style(report)=[frame=void rules=none width=50%]; 
    define PRESENZA_SOSPESI_SI_NO / style(header)=[background=#009597 foreground=white font_weight=bold]; 
	define INTERVENTI /&lt;STRONG&gt;style(column)=[tagattrs="wrap:no"]&lt;/STRONG&gt;;
run;&lt;/PRE&gt;</description>
    <pubDate>Thu, 09 Apr 2026 06:45:47 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2026-04-09T06:45:47Z</dc:date>
    <item>
      <title>ods excel file - break in the Excel cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986117#M379903</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;
&lt;P&gt;I wrote a piece of data that allows me to export to Excel with formatting. However, in the output the text wraps as if the "ALT+ENTER" function in Excel was active. I tried to solve it with "wrap" without success.&lt;/P&gt;
&lt;P&gt;Can you help me?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
ods excel file="prova.xlsx" options
(
   sheet_name="Dati"
    embedded_titles='yes'
    autofilter='yes'
    frozen_headers='yes'
    tab_color='blue'
);

proc report  data=new.prova nowd
    style(report)=[frame=void rules=none width=50%]; 
    define PRESENZA_SOSPESI_SI_NO / style(header)=[background=#009597 foreground=white font_weight=bold]; 
	define INTERVENTI /style(header)=[background=#009597 foreground=white font_weight=bold];
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Apr 2026 15:19:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986117#M379903</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2026-04-08T15:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel file - break in the Excel cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986130#M379904</link>
      <description>&lt;P&gt;Try adding the FLOW='TABLES' suboption as shown below and described in this SAS Note:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sas.service-now.com/csm/en/the-ods-destination-for-microsoft-excel-adds-carriage-return-line-feed?id=kb_article_view&amp;amp;sysparm_article=KB0039821" target="_self"&gt;KB0039821&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="prova.xlsx" options
(
   sheet_name="Dati"
    embedded_titles='yes'
    autofilter='yes'
    frozen_headers='yes'
    tab_color='blue'
flow='tables');&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Apr 2026 18:26:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986130#M379904</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2026-04-08T18:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel file - break in the Excel cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986138#M379905</link>
      <description>&lt;PRE&gt;proc report  data=new.prova nowd
    style(report)=[frame=void rules=none width=50%]; 
    define PRESENZA_SOSPESI_SI_NO / style(header)=[background=#009597 foreground=white font_weight=bold]; 
	define INTERVENTI /&lt;STRONG&gt;style(column)=[tagattrs="wrap:no"]&lt;/STRONG&gt;;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Apr 2026 06:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986138#M379905</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-04-09T06:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel file - break in the Excel cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986140#M379906</link>
      <description>Many Tnks Ksharp! IT's so good !!! have a nice day!!</description>
      <pubDate>Thu, 09 Apr 2026 08:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-file-break-in-the-Excel-cell/m-p/986140#M379906</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2026-04-09T08:16:13Z</dc:date>
    </item>
  </channel>
</rss>

