<?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>article How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets) in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/ta-p/1882812</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article elaborates on keeping a Microsoft Excel table in sync with data from e.g. a cloud system or a Qlik Sense table.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Application Automations can be used, however I would like to share some important need-to-knows and limitations of the Microsoft Excel connector:&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Limitations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The Microsoft Excel connector in A&lt;STRONG&gt;utomations is not designed for data movement of large datasets.&lt;/STRONG&gt;&amp;nbsp; The performance of the 'upsert' pattern is not great because there is no native support to find table indexes for matching id's.&amp;nbsp; The used &lt;STRONG&gt;'find row in sheet'&lt;/STRONG&gt;&amp;nbsp;block lists and loops through all records to find a match&amp;nbsp;causing bad performance.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;It is advised to &lt;STRONG&gt;work inside a worksheet session&lt;/STRONG&gt; for performance reasons and to ensure there is no synchronization conflict when executing the automation.&lt;/LI&gt;
&lt;LI&gt;An alternative is using a platform like Airtable that supports a native 'get table record by field' block.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;In the shared example below and attached export, we use a Qlik Sense straight table as source data set. You can obviously also use any other supported clouds system, native file storage sytem or external source through the Call url block. &lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;In the below example we used the claims table&amp;nbsp; from the QlikSense demo project ‘Insurance claims’ (&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://demos.qlik.com/" target="_blank" rel="noopener"&gt;https://demos.qlik.com/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;You’ll need a Microsoft Excel file in a OneDrive folder and one table with required headers where the data will be synced to:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Excel Sheet Example.png" style="width: 888px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100100iEAD45A276B1FCDC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Excel Sheet Example.png" alt="Excel Sheet Example.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;The Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="the automation.png" style="width: 339px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100101i2024E0515A324F9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="the automation.png" alt="the automation.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;We apply a selection on our QlikSense sheet and retrieve the data we want to sync to the Excel worksheet. Please note that there is a limit of 100 000 records that can be retrieved through the ‘&lt;STRONG&gt;Get Straight table’ &lt;/STRONG&gt;block.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Use a &lt;STRONG&gt;variable of type ‘list’&lt;/STRONG&gt; to create the rows, selecting the data you want in the correct sequence. Note that you’ll need to add the exact number of columns from the Excel table. You can add blanks for columns you do not want to update. A consequence of this behavior is that you cannot make cells blank.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable row.png" style="width: 523px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100102iBE2A1DB06748E391/image-size/large?v=v2&amp;amp;px=999" role="button" title="variable row.png" alt="variable row.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;In this&amp;nbsp;&lt;STRONG&gt;upsert&lt;/STRONG&gt;&amp;nbsp;pattern, we create a row for new records and update existing data. We’ll use the first field (Claim Id) as unique identifier.
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;STRONG&gt;Find row in excel worksheet table: &lt;/STRONG&gt;will check the unique identifier is found in the list and if so return the row index. If not found the index -1 is returned.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Condition &lt;/STRONG&gt;checking the index returned to decide if we need to create or update&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add row to table: &lt;/STRONG&gt;specifying the row variable&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Update row to table: &lt;/STRONG&gt;specifying the row variable and the index&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Update Row Table.png" style="width: 322px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100103iB841170BDBC3AB7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Update Row Table.png" alt="Update Row Table.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Optionally &lt;/STRONG&gt;&lt;SPAN&gt;we’ve added some output blocks to support debugging purposes - indicating if record has been found or not and which index was used for the upsert pattern.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.png" style="width: 707px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100104iBE21EBEE3BFD322A/image-size/large?v=v2&amp;amp;px=999" role="button" title="output.png" alt="output.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Additional notes&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Workbook session: &lt;/STRONG&gt;&lt;SPAN&gt;it is advised to use a specific session for performance and synchronization&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;conflict reasons.&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;We noticed during our tests that it can take up several seconds before a change in the webinterface of Excel online is picked up by the automation blocks (API).&lt;/LI&gt;
&lt;LI&gt;To work inside one session, you can start your automation with ‘&lt;STRONG&gt;create workbook session’ &lt;/STRONG&gt;block, add that session-id in all subsequent blocks, and end with the ‘&lt;STRONG&gt;close workbook session’ &lt;/STRONG&gt;block.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;To save backups of previous&lt;/STRONG&gt; &lt;STRONG&gt;versions&lt;/STRONG&gt;,&amp;nbsp;you can easily write the data to another sheet before starting this upsert pattern:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add table row automation.png" style="width: 406px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100105iCD5A6C45E7311A17/image-size/large?v=v2&amp;amp;px=999" role="button" title="add table row automation.png" alt="add table row automation.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 Feb 2023 15:39:11 GMT</pubDate>
    <dc:creator>PietMichielRappelet</dc:creator>
    <dc:date>2023-02-09T15:39:11Z</dc:date>
    <item>
      <title>How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/ta-p/1882812</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article elaborates on keeping a Microsoft Excel table in sync with data from e.g. a cloud system or a Qlik Sense table.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Application Automations can be used, however I would like to share some important need-to-knows and limitations of the Microsoft Excel connector:&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Limitations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The Microsoft Excel connector in A&lt;STRONG&gt;utomations is not designed for data movement of large datasets.&lt;/STRONG&gt;&amp;nbsp; The performance of the 'upsert' pattern is not great because there is no native support to find table indexes for matching id's.&amp;nbsp; The used &lt;STRONG&gt;'find row in sheet'&lt;/STRONG&gt;&amp;nbsp;block lists and loops through all records to find a match&amp;nbsp;causing bad performance.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;It is advised to &lt;STRONG&gt;work inside a worksheet session&lt;/STRONG&gt; for performance reasons and to ensure there is no synchronization conflict when executing the automation.&lt;/LI&gt;
&lt;LI&gt;An alternative is using a platform like Airtable that supports a native 'get table record by field' block.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;In the shared example below and attached export, we use a Qlik Sense straight table as source data set. You can obviously also use any other supported clouds system, native file storage sytem or external source through the Call url block. &lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;In the below example we used the claims table&amp;nbsp; from the QlikSense demo project ‘Insurance claims’ (&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://demos.qlik.com/" target="_blank" rel="noopener"&gt;https://demos.qlik.com/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;You’ll need a Microsoft Excel file in a OneDrive folder and one table with required headers where the data will be synced to:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Excel Sheet Example.png" style="width: 888px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100100iEAD45A276B1FCDC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Excel Sheet Example.png" alt="Excel Sheet Example.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;The Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="the automation.png" style="width: 339px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100101i2024E0515A324F9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="the automation.png" alt="the automation.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;We apply a selection on our QlikSense sheet and retrieve the data we want to sync to the Excel worksheet. Please note that there is a limit of 100 000 records that can be retrieved through the ‘&lt;STRONG&gt;Get Straight table’ &lt;/STRONG&gt;block.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Use a &lt;STRONG&gt;variable of type ‘list’&lt;/STRONG&gt; to create the rows, selecting the data you want in the correct sequence. Note that you’ll need to add the exact number of columns from the Excel table. You can add blanks for columns you do not want to update. A consequence of this behavior is that you cannot make cells blank.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable row.png" style="width: 523px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100102iBE2A1DB06748E391/image-size/large?v=v2&amp;amp;px=999" role="button" title="variable row.png" alt="variable row.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;In this&amp;nbsp;&lt;STRONG&gt;upsert&lt;/STRONG&gt;&amp;nbsp;pattern, we create a row for new records and update existing data. We’ll use the first field (Claim Id) as unique identifier.
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;STRONG&gt;Find row in excel worksheet table: &lt;/STRONG&gt;will check the unique identifier is found in the list and if so return the row index. If not found the index -1 is returned.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Condition &lt;/STRONG&gt;checking the index returned to decide if we need to create or update&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add row to table: &lt;/STRONG&gt;specifying the row variable&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Update row to table: &lt;/STRONG&gt;specifying the row variable and the index&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Update Row Table.png" style="width: 322px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100103iB841170BDBC3AB7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Update Row Table.png" alt="Update Row Table.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Optionally &lt;/STRONG&gt;&lt;SPAN&gt;we’ve added some output blocks to support debugging purposes - indicating if record has been found or not and which index was used for the upsert pattern.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.png" style="width: 707px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100104iBE21EBEE3BFD322A/image-size/large?v=v2&amp;amp;px=999" role="button" title="output.png" alt="output.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Additional notes&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Workbook session: &lt;/STRONG&gt;&lt;SPAN&gt;it is advised to use a specific session for performance and synchronization&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;conflict reasons.&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;We noticed during our tests that it can take up several seconds before a change in the webinterface of Excel online is picked up by the automation blocks (API).&lt;/LI&gt;
&lt;LI&gt;To work inside one session, you can start your automation with ‘&lt;STRONG&gt;create workbook session’ &lt;/STRONG&gt;block, add that session-id in all subsequent blocks, and end with the ‘&lt;STRONG&gt;close workbook session’ &lt;/STRONG&gt;block.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;To save backups of previous&lt;/STRONG&gt; &lt;STRONG&gt;versions&lt;/STRONG&gt;,&amp;nbsp;you can easily write the data to another sheet before starting this upsert pattern:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add table row automation.png" style="width: 406px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100105iCD5A6C45E7311A17/image-size/large?v=v2&amp;amp;px=999" role="button" title="add table row automation.png" alt="add table row automation.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2023 15:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/ta-p/1882812</guid>
      <dc:creator>PietMichielRappelet</dc:creator>
      <dc:date>2023-02-09T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2065019#M9027</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133497"&gt;@PietMichielRappelet&lt;/a&gt;&amp;nbsp;I am confused, the automation is to push straight table data out to excel; however, I have a table built within the app I am targeting. This automation seems to make me select each field within the data sets of the application, not the field within the table I already created?&lt;/P&gt;
&lt;P&gt;Am I using the wrong automation template if I just want to sync my table data to an excel sheet?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 22:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2065019#M9027</guid>
      <dc:creator>mck-mthomas</dc:creator>
      <dc:date>2023-04-26T22:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2068511#M9199</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/208877"&gt;@mck-mthomas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please drop your question and needs over in our active &lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Qlik Application Automation forum&lt;/A&gt;. We have support agents monitoring this forum to help - as well as a lot of active users of Qlik Application Automation!&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 07:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2068511#M9199</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-08T07:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2068746#M9203</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;how do I move this comment, or do I just add as a new over in that forum? It was really a question about these specific instructions, not sure dropping&amp;nbsp; a new comment without the context of the above is going to make sense to anybody?&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 14:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2068746#M9203</guid>
      <dc:creator>mck-mthomas</dc:creator>
      <dc:date>2023-05-08T14:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2068775#M9204</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/208877"&gt;@mck-mthomas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me see if I can get you an answer to this, I'll get back to you soon as I can.&lt;/P&gt;
&lt;P&gt;Otherwise, though: asking the question with a reference to the article is perfectly valid.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 15:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2068775#M9204</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-08T15:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy and update data to Microsoft Excel sheet using Qlik  Automations (small datasets)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2069192#M9208</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/208877"&gt;@mck-mthomas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know which template are you using among these two?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Copy and update data from a Qlik Sense straight table to an Excel sheet -&amp;gt; In this template straight table data is exported to an existing table of the Excel sheet.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Copy data from a Qlik Sense straight table to an Excel sheet -&amp;gt; This will create a new Excel sheet and table within the Excel sheet to which the straight table data is exported. More info can be found &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-Copy-data-to-Microsoft-excel-sheets/ta-p/1904592" target="_self"&gt;here&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Also, could you please explain a bit more about the use case?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 12:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-copy-and-update-data-to-Microsoft-Excel-sheet-using-Qlik/tac-p/2069192#M9208</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-05-09T12:56:31Z</dc:date>
    </item>
  </channel>
</rss>

