<?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 Qlik Sense export to Excel macro in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337152#M7582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write a macro to write qlik sense data in a new Excel file during load phase. I set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;OverrideScriptSecurity=1&lt;/P&gt;&lt;P style="text-align: center;"&gt;StandardReload=0&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;inside the Settings.ini file and I'm using these commands&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Set XLApp = CreateObject("Excel.Application")&amp;nbsp; ;&lt;/P&gt;&lt;P style="text-align: center;"&gt;XLApp.Visible = True ;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;inside the script, but I can't see anything working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;What am I doing wrong?&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thanks a lot for your help in advance,&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;best regards,&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Nicolò Cogno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 13:15:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-02T13:15:25Z</dc:date>
    <item>
      <title>Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337152#M7582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write a macro to write qlik sense data in a new Excel file during load phase. I set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;OverrideScriptSecurity=1&lt;/P&gt;&lt;P style="text-align: center;"&gt;StandardReload=0&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;inside the Settings.ini file and I'm using these commands&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Set XLApp = CreateObject("Excel.Application")&amp;nbsp; ;&lt;/P&gt;&lt;P style="text-align: center;"&gt;XLApp.Visible = True ;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;inside the script, but I can't see anything working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;What am I doing wrong?&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thanks a lot for your help in advance,&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;best regards,&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Nicolò Cogno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337152#M7582</guid>
      <dc:creator />
      <dc:date>2017-08-02T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337153#M7583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can store the data into CSV format:&lt;/P&gt;&lt;P&gt;STORE [table] INTO [lib:\\Library/File](txt)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337153#M7583</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-08-02T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337154#M7584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knew that, but I'd like to store into XLSX file and that's why I'm trying to write a macro to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolò Cogno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 15:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337154#M7584</guid>
      <dc:creator />
      <dc:date>2017-08-02T15:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337155#M7585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's possible to do it in Qlik Sense. But if you give extension 'xls' to a CSV file Excel will open it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 15:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337155#M7585</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-08-02T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337156#M7586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think you can do it in qlik sense, but you can execute a script if you disable the default load. I use sense server and disabling it is not an option, but i've read up the qlik help that you can execute a file from sense .. and i think you can also set sense to wait for that file to finish... i would check qlik help.&lt;/P&gt;&lt;P&gt;Execute C:\Program Files\Office12\Excel.exe;&lt;/P&gt;&lt;P&gt;Execute winword macro.doc;&lt;/P&gt;&lt;P&gt;Execute cmd.exe /C C:\BatFiles\Log.bat;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from : &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Execute.htm"&gt;http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Execute.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 18:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337156#M7586</guid>
      <dc:creator>hoangvvo</dc:creator>
      <dc:date>2017-08-02T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337157#M7587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tomasz &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337157#M7587</guid>
      <dc:creator />
      <dc:date>2017-08-03T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337158#M7588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hoang, I think I'm gonna write a script that will do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolò Cogno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337158#M7588</guid>
      <dc:creator />
      <dc:date>2017-08-03T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337159#M7589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you do it ? &lt;BR /&gt;Because I am doing something similar, and I am lost &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Angel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337159#M7589</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-25T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337160#M7590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately not &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. I solved with python and Qlik: using qlik store function I create csv files with the tables and then I use the execute function to launch python scripts that convert the csv to xlsx files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you solve in other ways!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337160#M7590</guid>
      <dc:creator />
      <dc:date>2017-09-25T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337161#M7591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I haven't used Python, so I will be searching for another workaround &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337161#M7591</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-25T14:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337162#M7592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;There are ways to do this but it depends on if you want to take the time to learn. I have qlik sense server generate a csv file using store command, then have a program called Macro Scheduler that watch the folder for .csv file, reads it and convert and layout the file for me. Macro scheduler is a scripting language, that basically means you can run have any scripting language: ie. AutoHotkey is a free scripting language that reads the csv file and create an excel file: here's the link to the ahk forum: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://autohotkey.com/board/topic/69033-basic-ahk-l-com-tutorial-for-excel/" rel="nofollow" target="_blank"&gt;https://autohotkey.com/board/topic/69033-basic-ahk-l-com-tutorial-for-excel/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 15:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1337162#M7592</guid>
      <dc:creator>hoangvvo</dc:creator>
      <dc:date>2017-09-25T15:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense export to Excel macro</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1930683#M16791</link>
      <description>&lt;P&gt;Would you be willing to share your python script? &amp;nbsp;Looking to do something similar.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 03:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-export-to-Excel-macro/m-p/1930683#M16791</guid>
      <dc:creator>EricJones728</dc:creator>
      <dc:date>2022-05-14T03:44:24Z</dc:date>
    </item>
  </channel>
</rss>

