<?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 How to export Excel file (.xls or .xlsx) from my SAS data set in 9.3 SAS version? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264646#M57802</link>
    <description>&lt;P&gt;Hi, all:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently using SAS 9.3 version.&amp;nbsp;&amp;nbsp; I would like to export my SAS data to Excel format (.xls or .xlsx), not CSV format.&amp;nbsp; Please help, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2016 18:32:55 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2016-04-18T18:32:55Z</dc:date>
    <item>
      <title>How to export Excel file (.xls or .xlsx) from my SAS data set in 9.3 SAS version?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264646#M57802</link>
      <description>&lt;P&gt;Hi, all:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently using SAS 9.3 version.&amp;nbsp;&amp;nbsp; I would like to export my SAS data to Excel format (.xls or .xlsx), not CSV format.&amp;nbsp; Please help, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 18:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264646#M57802</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2016-04-18T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to export Excel file (.xls or .xlsx) from my SAS data set in 9.3 SAS version?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264668#M57806</link>
      <description>&lt;P&gt;Use proc export:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export 
  data=dataset
  dbms=xlsx
  outfile="C:\temp\myfile.xlsx"
  replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Apr 2016 20:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264668#M57806</guid>
      <dc:creator>JediApprentice</dc:creator>
      <dc:date>2016-04-18T20:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to export Excel file (.xls or .xlsx) from my SAS data set in 9.3 SAS version?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264717#M57810</link>
      <description>&lt;P&gt;You will have a much easier life in the future if you use an open, textual format for the data transfer (as long as you only do that; for reports with formatting ODS TAGSETS.EXCELXP is of course the way to go).&lt;/P&gt;
&lt;P&gt;Why do I say that?&lt;/P&gt;
&lt;P&gt;MS is prone to make changes in their formats and how Excel treats data from version to version, giving one severe headaches. The import/export from/to CSV has worked all the time (in my experience).&lt;/P&gt;
&lt;P&gt;Another reason is that you can debug a CSV file with a simple text editor. Even though XLSX is zipped XML and not binary, manually looking for problems can be a major PITA.&lt;/P&gt;
&lt;P&gt;Third reason: CSV can be used to transfer the data to ANY system that is more suited for BI than Excel.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 05:54:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264717#M57810</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-19T05:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to export Excel file (.xls or .xlsx) from my SAS data set in 9.3 SAS version?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264802#M57816</link>
      <description>&lt;P&gt;I need to upload the Excel file to our internal website, it wouldn't recognized the CSV format, only .xls and .xlsx.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-export-Excel-file-xls-or-xlsx-from-my-SAS-data-set-in-9-3/m-p/264802#M57816</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2016-04-19T15:14:40Z</dc:date>
    </item>
  </channel>
</rss>

