<?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: export to excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367738#M87597</link>
    <description>&lt;P&gt;No i can't see the&amp;nbsp;&lt;SPAN&gt;"[Group]" string next to the workbook name. I'm assuming your thinking that multiple tabs are selected before the export??&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 14:24:54 GMT</pubDate>
    <dc:creator>PazM</dc:creator>
    <dc:date>2017-06-16T14:24:54Z</dc:date>
    <item>
      <title>export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366099#M87046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I seem to have a problem when i output to an Excel file from SAS 9.4. The export works fine and pastes the data into the tab i chose, however some of the data in &lt;STRONG&gt;other&lt;/STRONG&gt; tabs move around to other cells. E.G Headings in column A tab 2 are arranged differently on a sheet which has no output assigned to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why this keeps happening but its abit frustrating having rewrite the row headings in again each time my export is run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS 9.4&lt;/P&gt;&lt;P&gt;Excel 2010 (32 bit)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname output pcfiles path = "......";

proc sql;
drop table output.Data;
drop table output.'Data$'n;
quit;
proc sql;
create table output.Data as
select *
from Final_Data
;quit;

libname output clear;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have also tried a normal proc export statement and the same issue is occuring.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366099#M87046</guid>
      <dc:creator>PazM</dc:creator>
      <dc:date>2017-06-12T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366102#M87049</link>
      <description>&lt;P&gt;What engine are you really using? "pcfiles" is not a valid engine name, IIRC.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366102#M87049</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-12T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366116#M87052</link>
      <description>&lt;P&gt;How do i find what engine i am using?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should i be using xl out xlsx = " "&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366116#M87052</guid>
      <dc:creator>PazM</dc:creator>
      <dc:date>2017-06-12T12:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366120#M87056</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/113411"&gt;@PazM&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How do i find what engine i am using?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should i be using xl out xlsx = " "&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post the REAL version of&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname output pcfiles path = "......";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;with the engine you used in the export.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/366120#M87056</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-12T12:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367707#M87590</link>
      <description>&lt;LI-CODE lang="sas"&gt;libname output pcfiles path = "C:\Users\234783\Analysis v4.xlsx";&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367707#M87590</guid>
      <dc:creator>PazM</dc:creator>
      <dc:date>2017-06-16T13:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367733#M87595</link>
      <description>&lt;P&gt;Ran into a similar problem a couple of months ago. When you open up one of the workbooks look at the upper left hand corner of the Excel screen. Does the string "[Group]" appear to the right of the Workbook name?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367733#M87595</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-06-16T14:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367738#M87597</link>
      <description>&lt;P&gt;No i can't see the&amp;nbsp;&lt;SPAN&gt;"[Group]" string next to the workbook name. I'm assuming your thinking that multiple tabs are selected before the export??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367738#M87597</guid>
      <dc:creator>PazM</dc:creator>
      <dc:date>2017-06-16T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367742#M87599</link>
      <description>&lt;P&gt;Yes, that is precisely what I was thinking. Look again immediately after doing such an export where you see the odd things you described in your original question. Since ungrouping occurs as soon as someone selects a different sheet, you would only notice it immediately after creating the workbook.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/export-to-excel/m-p/367742#M87599</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-06-16T14:37:27Z</dc:date>
    </item>
  </channel>
</rss>

