<?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: Macro to export sas dataset to Excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293960#M61300</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't enough information there, that is just the file open command. &amp;nbsp;What is your proc report doing? &amp;nbsp;What should the output look like? &amp;nbsp;What is this sas_xls style?&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2016 08:26:36 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-08-25T08:26:36Z</dc:date>
    <item>
      <title>Macro to export sas dataset to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293955#M61298</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi SAS Users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am converting SAS dataset to excel and I am using following code. but the issue is in excel the width is eneven (kindly see the screenshot which attached). kindly let me know where I need to update the code.&lt;/P&gt;&lt;P&gt;Note: I am using SAS EG 7.1 (64-bit).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods tagsets.excelxp&lt;BR /&gt;file="&amp;amp;XLS"&lt;BR /&gt;STYLE=sas_xls&lt;BR /&gt;OPTIONS (Orientation = 'landscape'&lt;BR /&gt;embedded_titles = 'yes'&lt;BR /&gt;row_repeat='header'&lt;BR /&gt;FitToPage = 'Yes'&lt;BR /&gt;Pages_FitWidth = '1'&lt;BR /&gt;Pages_FitLength = '100'&lt;BR /&gt;sheet_interval='none'&lt;BR /&gt;sheet_name="&amp;amp;CK"&lt;BR /&gt;autofilter = 'all');&lt;BR /&gt;%let trans=;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12882iB657CC88F27306A6/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="doubt.PNG" title="doubt.PNG" /&gt;</description>
      <pubDate>Thu, 25 Aug 2016 07:46:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293955#M61298</guid>
      <dc:creator>Raj_C</dc:creator>
      <dc:date>2016-08-25T07:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to export sas dataset to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293958#M61299</link>
      <description>&lt;P&gt;I guess your complaint is not about width, but height of cells.&lt;/P&gt;
&lt;P&gt;Since this is basically free-form text, look for hidden linefeeds.&lt;/P&gt;
&lt;P&gt;(convert the strings in the dataset to hexadecimal representation using the $HEXw. format to show special characters)&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 07:57:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293958#M61299</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-25T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to export sas dataset to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293960#M61300</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't enough information there, that is just the file open command. &amp;nbsp;What is your proc report doing? &amp;nbsp;What should the output look like? &amp;nbsp;What is this sas_xls style?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 08:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293960#M61300</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-08-25T08:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to export sas dataset to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293971#M61304</link>
      <description>&lt;P&gt;Tagsets has a auto row height option as well as a skip space option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried those?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;its unlikely but verify your running the latest tagsets version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The version is posted in your log after the ods statement and the latest version is on the download page.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:36:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-to-export-sas-dataset-to-Excel/m-p/293971#M61304</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-25T09:36:44Z</dc:date>
    </item>
  </channel>
</rss>

