<?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: EXCEL EXPORT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371344#M65136</link>
    <description>&lt;P&gt;I am on sas 9.4 It can export the first time without issues, but if I re-run the exports right after it will not run. I need to be able to update my sheets if there are changes made.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 15:19:07 GMT</pubDate>
    <dc:creator>Woop122</dc:creator>
    <dc:date>2017-06-28T15:19:07Z</dc:date>
    <item>
      <title>EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371092#M65126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep getting errors w/ excel export and was wondering if anyone knows an effective workaround. If I run these statements and then run it again right away, it says cannot replace sheet because it has existing formulas that reference other pages. I'm working off of a brand new excel w/o any formulas, so I'm not sure why this error occurs. I couldn't use the named range option w/ libnames since I'm accessing sas remotely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT&lt;BR /&gt;DATA=NON_VIRAL_DS&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;OUTFILE = "D:\UserData\chinht\CMV Trend Export.xlsx"&lt;BR /&gt;REPLACE;&lt;BR /&gt;SHEET = 'DS NO VIRAL';&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC EXPORT&lt;BR /&gt;DATA=NON_CMV_VIRAL_DS&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;OUTFILE = "D:\UserData\chinht\CMV Trend Export.xlsx"&lt;BR /&gt;REPLACE;&lt;BR /&gt;SHEET = 'DS NO CMV';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT&lt;BR /&gt;DATA=CMV_VIRAL_DS&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;OUTFILE = "D:\UserData\chinht\CMV Trend Export.xlsx"&lt;BR /&gt;REPLACE;&lt;BR /&gt;SHEET = 'DS CMV';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 23:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371092#M65126</guid>
      <dc:creator>Woop122</dc:creator>
      <dc:date>2017-06-27T23:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371111#M65128</link>
      <description>&lt;P&gt;What version of SAS are you using? I don't believe DBMS = XLSX supported multisheet files right away, it wasn't until a later implemenation. It's definitely available as of SAS 9.4+&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 01:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371111#M65128</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-28T01:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371176#M65129</link>
      <description>&lt;P&gt;Not a good idea to code all in capitals, hard to read. &amp;nbsp;Now as this code runs fine on my 9.4 machine I suspect you have an earlier version of SAS. &amp;nbsp;Thus you may have to either proc export to XLS, or use tagsets.excelxp and proc report to generate an XML file which can be read by Excel. &amp;nbsp;Personally, unless the data is a straight data-dump (and if so you would be better off using a good data transfer file format like CSV) then using one of the methods to create excel files with formatting options is preferred (such as tagsets.excelxp).&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 08:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371176#M65129</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-28T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371344#M65136</link>
      <description>&lt;P&gt;I am on sas 9.4 It can export the first time without issues, but if I re-run the exports right after it will not run. I need to be able to update my sheets if there are changes made.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 15:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/EXCEL-EXPORT/m-p/371344#M65136</guid>
      <dc:creator>Woop122</dc:creator>
      <dc:date>2017-06-28T15:19:07Z</dc:date>
    </item>
  </channel>
</rss>

