<?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 Export XLS from QlikView to SharePoint via Publisher in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152447#M1332378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you moving file from QV server to the SharePoint document library? Just a copy command over network path? Or you are calling SP webservices to store excel file?&lt;/P&gt;&lt;P&gt;You know you can always assign an email address to a document library and email excel file an an attachment. It will then extract the file from email and store it in the document library. You can also configure to use subject line to create a sub-directory and then store file in there. It's SP standard feature. Thought you would find it interesting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 04:19:49 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2009-05-13T04:19:49Z</dc:date>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152446#M1332374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using QlikView Publisher to execute a reload via batch script as I need QlikView to automatically extract an Excel file after the reload is completed. I want the Excel file to be written to a SharePoint site.&lt;/P&gt;&lt;P&gt;The file is successfully written to the SharePoint site when I reload the app under my ID and the ID that is used to run the Publisher XS.&lt;/P&gt;&lt;P&gt;However, the file is not written when I run the batch file using a External Application Task from within Publisher.&lt;/P&gt;&lt;P&gt;There appears to be a security consideration that I am missing, so any insight that you can provide would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152446#M1332374</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152447#M1332378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you moving file from QV server to the SharePoint document library? Just a copy command over network path? Or you are calling SP webservices to store excel file?&lt;/P&gt;&lt;P&gt;You know you can always assign an email address to a document library and email excel file an an attachment. It will then extract the file from email and store it in the document library. You can also configure to use subject line to create a sub-directory and then store file in there. It's SP standard feature. Thought you would find it interesting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 04:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152447#M1332378</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-13T04:19:49Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152448#M1332381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a macro from within QlikView to complete the export (OnPostReload event). I use Publisher to call a batch file that completes the reload with QlikView Developer since Publisher will not run the OnPostReload macro.&lt;/P&gt;&lt;P style="font-style: italic"&gt;sub ExportToXLS()&lt;/P&gt;&lt;P style="font-style: italic"&gt;ActiveDocument.ActiveSheet.SheetObjects("TBL01").ExportBiff "\\sharepoint.domain.com\sites\doclibrary\dataextracts\data_extract_01.xls"&lt;/P&gt;&lt;P style="font-style: italic"&gt;end sub&lt;/P&gt;&lt;P&gt;The export command works if I run the extract from within QlikView Developer, but will not work when I have Publisher run the reload. Thoughts?&lt;/P&gt;&lt;P&gt;P.S. - I'll give the email to SharePoint idea a try and see if that will work. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 19:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152448#M1332381</guid>
      <dc:creator />
      <dc:date>2009-05-13T19:23:57Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152449#M1332384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, Publisher and Macros together cannot be trusted - as it is clearly documented in the documentation as well.&lt;/P&gt;&lt;P&gt;Why don't you call this batch file from &lt;STRONG&gt;QV script&lt;/STRONG&gt; using "execute" command? Give it a try. Something like this: EXECUTE batchfile.bat;&lt;/P&gt;&lt;P&gt;You can always put all the copy commands, what you have in batch file, in your QV script itself by using EXECUTE CMD.EXE..... But there is a security restrictions copying files over UNC path. Please make sure to make adjustments in the server registry to work with UNC paths from command prompts. Here is the link for this adjustment details: &lt;A href="http://support.microsoft.com/kb/156276"&gt;http://support.microsoft.com/kb/156276&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 19:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152449#M1332384</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-13T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152450#M1332388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh! I think problem is Excel file not being generated from Macro, and not the copy itself. I think I overlooked the problem. Let me think about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 19:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152450#M1332388</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-13T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152451#M1332390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rakesh, for testing purposes, I have the macro generate two Excel files. One is supposed to go the SharePoint site, the other is supposed to go to folder on the server (via UNC path). The file is successfully saved to the server but the SharePoint file never shows up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 20:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152451#M1332390</guid>
      <dc:creator />
      <dc:date>2009-05-13T20:06:21Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152452#M1332392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you give "publisher service user" write access on the SharePoint directories / shares? For testing purpose, see if you can add "Publisher User" as local admin on the SP server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 20:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152452#M1332392</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-13T20:16:16Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152453#M1332393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did give the Publisher user access as an Admin on the SharePoint site. If I login as the Publisher user to the server that Publisher runs on, I can save to SharePoint. I just can't get the External Application Task (batch script) to actually write to the SharePoint site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 20:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152453#M1332393</guid>
      <dc:creator />
      <dc:date>2009-05-13T20:20:44Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152454#M1332394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the registry adjustmens makes any difference: &lt;A href="http://support.microsoft.com/kb/156276"&gt;http://support.microsoft.com/kb/156276&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You would need to make this change in publisher server where batch file is being executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 20:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152454#M1332394</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-13T20:24:40Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152455#M1332395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The registry adjustment seemed to do the trick. The file is now being created. Thank you for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 21:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152455#M1332395</guid>
      <dc:creator />
      <dc:date>2009-05-13T21:32:21Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152456#M1332396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, Glad that it worked. I was about to start on a webservice solution prototype for you.&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 00:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152456#M1332396</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-14T00:42:50Z</dc:date>
    </item>
    <item>
      <title>Export XLS from QlikView to SharePoint via Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152457#M1332397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jason, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the same requirement wherein we need to send an excel file taken from one of the straight tables in QV and send this excel file to a Sharepoint Site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send me an example application so I can take a look ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 00:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-XLS-from-QlikView-to-SharePoint-via-Publisher/m-p/152457#M1332397</guid>
      <dc:creator />
      <dc:date>2011-05-17T00:44:49Z</dc:date>
    </item>
  </channel>
</rss>

