<?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 Consuming Excel document stored in Sharepoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177325#M44992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jolanda,&lt;/P&gt;&lt;P&gt;Thanks for the update. I am going to take a look at opening the document from the UNC path in SharePoint (eg. \\sharepoint\site\documents\ rather than http://sharepoint/site/documents/), but am now running into a limitation with SharePoint where accessing a document repository as a folder doesn't work on a 64 bit server.&lt;/P&gt;&lt;P&gt;Hoping that the 32 bit load mode on QV 10 will address this - but I have to get the client to upgrade first. Watch this space.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 11:02:36 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2011-03-10T11:02:36Z</dc:date>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177317#M44984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way for the load script to read data from an excel file stored in Sharepoint? Excel files in sharepoint is stored in the sql server as blobs and thus are not easily accessible through unc path. I have tried the http path but that didn't work. I saw a web files button but have not found much documentation on how to use it (it also refers to ftp instead).&lt;/P&gt;&lt;P&gt;Any suggestion would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 19:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177317#M44984</guid>
      <dc:creator />
      <dc:date>2010-03-11T19:06:57Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177318#M44985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any luck with this question? We have the same need...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 19:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177318#M44985</guid>
      <dc:creator />
      <dc:date>2010-06-14T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177319#M44986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do read excel files from sharepoint using the http path and i do not have any issues doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;LOAD field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;field3&lt;/P&gt;&lt;P&gt;FROM "http://websiteaddress/root/folder/File%20Name.xls" (biff, embedded labels, table is [SheetName$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 19:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177319#M44986</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-06-14T19:07:42Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177320#M44987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI - you can copy over the path from the properties of that file on that sharepoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 19:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177320#M44987</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-06-14T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177321#M44988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the sharepoint environment is https, how can one solve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the direct load command does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOlanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 08:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177321#M44988</guid>
      <dc:creator />
      <dc:date>2010-08-25T08:56:32Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177322#M44989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem does not appear to be the https, but this extraction does not seem to work with excel 2007. (xslx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody tried it yet iwth excel 2007?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 13:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177322#M44989</guid>
      <dc:creator />
      <dc:date>2010-08-25T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177323#M44990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have also got this working fine with a .xls file, but the same configuration does not seem to work with .xlsx.&lt;/P&gt;&lt;P&gt;Did you find a solution?&lt;/P&gt;&lt;P&gt;I am using QV9 SR4.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 17:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177323#M44990</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-03-07T17:26:23Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177324#M44991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately not. We are using qlikview 10 now, but no change there either.&lt;/P&gt;&lt;P&gt;Jolanda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 19:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177324#M44991</guid>
      <dc:creator />
      <dc:date>2011-03-07T19:45:21Z</dc:date>
    </item>
    <item>
      <title>Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177325#M44992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jolanda,&lt;/P&gt;&lt;P&gt;Thanks for the update. I am going to take a look at opening the document from the UNC path in SharePoint (eg. \\sharepoint\site\documents\ rather than http://sharepoint/site/documents/), but am now running into a limitation with SharePoint where accessing a document repository as a folder doesn't work on a 64 bit server.&lt;/P&gt;&lt;P&gt;Hoping that the 32 bit load mode on QV 10 will address this - but I have to get the client to upgrade first. Watch this space.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 11:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177325#M44992</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-03-10T11:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Excel document stored in Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177326#M44993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get it to finally work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 07:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consuming-Excel-document-stored-in-Sharepoint/m-p/177326#M44993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T07:36:40Z</dc:date>
    </item>
  </channel>
</rss>

