<?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: Saving .csv as .xlsx file using SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137596#M37020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; A minor correction. ODS and TAGSETS.EXCELXP do not create a "genuine" XLSX spreadsheet. TAGSETS.EXCELXP creates Spreadsheet Markup Language XML (designed for Office 2003), which was the XML precursor to the XLSX format. PROC EXPORT can create true XLSX files. There is a new ODS destination on the horizon that will also create XLSX files, but it is still pre-production, as described here: &lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2014/09/21/ods-excel-and-proc-export-xlsx/"&gt;http://blogs.sas.com/content/sasdummy/2014/09/21/ods-excel-and-proc-export-xlsx/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 20:40:39 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2014-10-22T20:40:39Z</dc:date>
    <item>
      <title>Saving .csv as .xlsx file using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137594#M37018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have .csv file which I want to save as .xlsx file. I want to keep the original .csv file as it is but kind of copy .csv into .xlsx.&amp;nbsp; I am using the following. It copies .csv file into .xlsx but I cannot open that .xlsx file. options xsync noxwait; x %sysfunc(quote(copy "c:\temp\test123.csv" "c:\temp\test123.xlsx")) ; Is there a way I can copy .csv into .xlsx file using sas? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137594#M37018</guid>
      <dc:creator>pp2014</dc:creator>
      <dc:date>2014-10-22T19:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Saving .csv as .xlsx file using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137595#M37019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see the point of simply copying a CSV and renaming it with an XLSX extension. The copy is still a CSV file even though the extension indicates it is an XML-type spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it your intention to create a genuine XLSX spreadsheet copy of the CSV? If so you can do that in a variety of ways from SAS including PROC EXPORT and ODS ExcelXP tagset.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137595#M37019</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-10-22T19:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Saving .csv as .xlsx file using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137596#M37020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; A minor correction. ODS and TAGSETS.EXCELXP do not create a "genuine" XLSX spreadsheet. TAGSETS.EXCELXP creates Spreadsheet Markup Language XML (designed for Office 2003), which was the XML precursor to the XLSX format. PROC EXPORT can create true XLSX files. There is a new ODS destination on the horizon that will also create XLSX files, but it is still pre-production, as described here: &lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2014/09/21/ods-excel-and-proc-export-xlsx/"&gt;http://blogs.sas.com/content/sasdummy/2014/09/21/ods-excel-and-proc-export-xlsx/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 20:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-csv-as-xlsx-file-using-SAS/m-p/137596#M37020</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-10-22T20:40:39Z</dc:date>
    </item>
  </channel>
</rss>

