<?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: Read and write excel file in SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332256#M22054</link>
    <description>&lt;P&gt;I'll also mention, there was an issue viewing XLSX engine data in the EG data grid (would cause EG to hang)&amp;nbsp;that was resolved in EG 7.13.&amp;nbsp; If the problem you are seeing is specific to XLSX engine data (ex. doesn't occur with BASE engine data), you may be encountering this issue.&amp;nbsp; If you are encountering this issue, upgrading to EG 7.13 should resolve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 17:05:46 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2017-02-13T17:05:46Z</dc:date>
    <item>
      <title>Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332114#M22036</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've an excel file on drive C: and run this code in SAS EG to read it:&lt;/P&gt;
&lt;PRE&gt;libname db xlsx "C:\Users\myID\SAS\test_Libname.xlsx";&lt;/PRE&gt;
&lt;P&gt;and it runs without errors but when I click on 'Libraries' folder under 'Servers', I can view the 'db' but when I try to open it, it doesn't show anythings(the file is not empty).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 10:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332114#M22036</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-02-13T10:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332117#M22037</link>
      <description>&lt;P&gt;Please post how your SAS is set up. Do you have a remote server? Is the server's name "Local", or something else?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 10:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332117#M22037</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-13T10:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332134#M22038</link>
      <description>&lt;P&gt;I'm using VPN to connect to the remote SAS servers, no local server, the 'libraries' folder is under Servers-&amp;gt;SASApp. I've installed SAS EG locally on my computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I had access to a local server and ran this libname, could I see the dataset?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332134#M22038</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-02-13T12:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332136#M22039</link>
      <description>&lt;P&gt;So you have a server SASApp, which is the default name of the workspace server when a BI server has been set up.&lt;/P&gt;
&lt;P&gt;This means that the SAS workspace server instance runs on a machine different from your desktop. To have access to your C:\ drive, you would need to share it as a network resource and then have that network resource mounted on the SAS server. In most organizations, this will not be done by the IT people, for good reasons (manageability, security etc).&lt;/P&gt;
&lt;P&gt;Alternatively, you should let your IT people set up a shared network resource on a file server which can then be mounted on both your desktop and the SAS server; you can then use that location to share data with the SAS server.&lt;/P&gt;
&lt;P&gt;A Local SAS server would need an additional installation and license; highly unlikely that someon would spend the effort and money just so you can read Excel files directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enterprise Guide has an Import task that can be automated within the context of a EG project. This Import task handles the file transfer to the SAS server transparently for you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332136#M22039</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-13T12:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332142#M22040</link>
      <description>&lt;P&gt;Thank you KurtBremser for your quick answer.&lt;/P&gt;
&lt;P&gt;Can you please guide me if there is any link(or links) about it that i can read more?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332142#M22040</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-02-13T12:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332256#M22054</link>
      <description>&lt;P&gt;I'll also mention, there was an issue viewing XLSX engine data in the EG data grid (would cause EG to hang)&amp;nbsp;that was resolved in EG 7.13.&amp;nbsp; If the problem you are seeing is specific to XLSX engine data (ex. doesn't occur with BASE engine data), you may be encountering this issue.&amp;nbsp; If you are encountering this issue, upgrading to EG 7.13 should resolve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 17:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332256#M22054</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-02-13T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read and write excel file in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332396#M22077</link>
      <description>&lt;P&gt;Setting up file shares and mounting them on other machines is not so trivial and would go beyond the scope of this forum. As already mentioned, talk to your IT people, they know your network topology and the tools/protocols available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data import task in Enterprise Guide is basically self-explaining (like all EG tasks).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 22:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Read-and-write-excel-file-in-SAS-EG/m-p/332396#M22077</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-13T22:51:06Z</dc:date>
    </item>
  </channel>
</rss>

