<?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 Import an Excel Template in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/How-to-Import-an-Excel-Template/ta-p/2532413</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;This guide walks you through importing&amp;nbsp;an existing &lt;STRONG&gt;Excel&lt;/STRONG&gt; template using the&amp;nbsp;&lt;A href="https://qlik.anychart.com/extensions/spreadsheets/overview/" target="_blank" rel="noopener"&gt;Spreadsheets&lt;/A&gt; extension in &lt;STRONG&gt;Qlik Sense&lt;/STRONG&gt; (presented at&amp;nbsp;&lt;A href="https://qlik.anychart.com/news/qlik-connect-highlights/" target="_blank" rel="noopener"&gt;Qlik Connect 2025&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="import-excel-template.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183966iACDD9E76F81B42F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="import-excel-template.png" alt="import-excel-template.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Check it out as a &lt;A href="https://www.youtube.com/watch?v=RmR-ub8U4Yo&amp;amp;list=PL3jHUfM2e8EYb6y4O5JecI0iORYDXoHqF" target="_blank" rel="noopener"&gt;video tutorial&lt;/A&gt; or keep reading:&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRmR-ub8U4Yo%3Flist%3DPL3jHUfM2e8EYb6y4O5JecI0iORYDXoHqF&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRmR-ub8U4Yo&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRmR-ub8U4Yo%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Import Excel Templates into Qlik Sense with AnyChart Spreadsheets Extension" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 1: Import Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Start by loading the data into your Qlik app. First, upl&lt;SPAN&gt;oad the Excel template to &lt;/SPAN&gt;&lt;STRONG&gt;Attached Files&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step1-1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183967i1DD8E349064D23EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="step1-1.png" alt="step1-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this tutorial, we use the file personal-budget.xlsx, which has two tables on two sheets. One contains budget categories and the other contains transaction records. We'll import both.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step1-2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183968i4C3DD22A1809F4CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="step1-2.png" alt="step1-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here’s the sample loading script used in this example:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;LOAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Category,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Budget&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;FROM [lib://AttachedFiles/personal–budget.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;(ooxml, embedded labels, header is 3 lines, table is Budget)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;Where Upper(Trim(Category)) ‹› 'TOTAL';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;LOAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; "Date",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Description,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Category,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Amount&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;FROM [lib://AttachedFiles/personal–budget.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;(ooxml, embedded labels, header is 1 line, table is Transactions);&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 2: Add the Spreadsheets Extension&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Create a new sheet in your Qlik app and open it in&amp;nbsp;&lt;STRONG&gt;Edit&lt;/STRONG&gt; mode.&lt;/P&gt;&lt;P&gt;Drag the &lt;STRONG&gt;AnyChart Spreadsheets&lt;/STRONG&gt; extension from &lt;STRONG&gt;Custom Objects &amp;gt; AnyChart&lt;/STRONG&gt; onto the canvas.&lt;/P&gt;&lt;P&gt;You’ll now see the familiar Excel-like UI with an empty spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183969i05680C41AA575E62/image-size/large?v=v2&amp;amp;px=999" role="button" title="step2.png" alt="step2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 3: Import the Template&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Open the &lt;STRONG&gt;FILE&lt;/STRONG&gt; tab, cl&lt;SPAN&gt;ick &lt;/SPAN&gt;&lt;STRONG&gt;Import Excel File&lt;/STRONG&gt;&lt;SPAN&gt; and select the template file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step3-1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183971iC1D7A9997930C5DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="step3-1.png" alt="step3-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The template is added to your Qlik sheet and brings in its own (sub)sheets, just like in Excel: one for budget summaries and one for transactions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step3-2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183970i5CD9F483658D9E2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="step3-2.png" alt="step3-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 4: Create Data Sections&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Next, we need to connect the Qlik data.&lt;/P&gt;&lt;P&gt;In the properties panel, we open the&amp;nbsp;&lt;STRONG&gt;Data&lt;/STRONG&gt; section and create two data sections, one for each&amp;nbsp;sheet:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the &lt;STRONG&gt;Budget&lt;/STRONG&gt; sheet, we add the Category dimension and the measures: Sum(Budget), Sum(Amount), and a calculated measure Sum(Budget) - Sum(Amount).&lt;/LI&gt;&lt;LI&gt;For the &lt;STRONG&gt;Transactions&lt;/STRONG&gt;&amp;nbsp;sheet, add the dimensions Date, Description, Category, and the measure Sum(Amount).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt; Review and adjust the measure labels if necessary to keep the spreadsheet clean and easy to read.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step4.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183972iAE08A1EE8BF97EE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="step4.png" alt="step4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 5: Clean Up Cells&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now, let's prepare the cells so formulas work correctly once data is injected.&lt;/P&gt;&lt;P&gt;In our case, first, we set the relevant cell types to &lt;STRONG&gt;General&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Second, we clear the cells where Qlik data will be populated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step5.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183973i050F8113B595F229/image-size/large?v=v2&amp;amp;px=999" role="button" title="step5.png" alt="step5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 6:&amp;nbsp;Use QLIK.DATA to Populate Sheets&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now it's time to connect the data sections to the spreadsheet.&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;Budget&lt;/STRONG&gt;&amp;nbsp;sheet, we enter the QLIK.DATA formula with index 0 in the first cell of the data table. We pass TRUE to both the &lt;STRONG&gt;Show Label&lt;/STRONG&gt; and &lt;STRONG&gt;Show Total&lt;/STRONG&gt; parameters. Then we set the number format of the corresponding cells to&amp;nbsp;&lt;STRONG&gt;Currency&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;Transactions&lt;/STRONG&gt; sheet, we use index 1 in the QLIK.DATA formula and pass TRUE only to the &lt;STRONG&gt;Show Label&lt;/STRONG&gt; parameter. Additionally, we format the &lt;STRONG&gt;Date&lt;/STRONG&gt; column as &lt;STRONG&gt;Short Date&lt;/STRONG&gt; and the&amp;nbsp;&lt;STRONG&gt;Amount&lt;/STRONG&gt; column as &lt;STRONG&gt;Currency&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step6.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183974iA33EB5B7C1B27C83/image-size/large?v=v2&amp;amp;px=999" role="button" title="step6.png" alt="step6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 7:&amp;nbsp;Add Final Formatting&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now that the template is imported and connected to live Qlik data, feel free to apply any finishing touches: editing text, formatting cells, and so on. Wh&lt;SPAN&gt;en you are done, click &lt;/SPAN&gt;&lt;STRONG&gt;Save to app&lt;/STRONG&gt; to save the changes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step7.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183975iABE702DDEDEDA745/image-size/large?v=v2&amp;amp;px=999" role="button" title="step7.png" alt="step7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 8:&amp;nbsp;Apply Selections&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Powered by Qlik's associative model, the spreadsheet will update instantly as you apply filters and selections. Give it a try to see how charts, tables, and formulas all respond in real time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step8.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183976iFDB6A5CF867AE3DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="step8.png" alt="step8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Done&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You’ve successfully integrated an Excel template into Qlik, connected it to live data, and made it interactive using Qlik formulas.&lt;/P&gt;&lt;P&gt;Check out the &lt;A href="https://www.youtube.com/watch?v=RmR-ub8U4Yo&amp;amp;list=PL3jHUfM2e8EYb6y4O5JecI0iORYDXoHqF" target="_blank" rel="noopener"&gt;video version of the tutorial&lt;/A&gt; to see the entire process in action, step by step.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Helpful Links&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/download" target="_blank" rel="noopener"&gt;Download the extension&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/demos/apps/spreadsheets/" target="_blank" rel="noopener"&gt;Explore the demo app&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(view live or download QVF)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/extensions/spreadsheets/docs/" target="_blank" rel="noopener"&gt;See the documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/demos/schedule/" target="_blank" rel="noopener"&gt;Schedule a personalized live demo&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 03 Oct 2025 09:19:15 GMT</pubDate>
    <dc:creator>anychart</dc:creator>
    <dc:date>2025-10-03T09:19:15Z</dc:date>
    <item>
      <title>How to Import an Excel Template</title>
      <link>https://community.qlik.com/t5/Member-Articles/How-to-Import-an-Excel-Template/ta-p/2532413</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;This guide walks you through importing&amp;nbsp;an existing &lt;STRONG&gt;Excel&lt;/STRONG&gt; template using the&amp;nbsp;&lt;A href="https://qlik.anychart.com/extensions/spreadsheets/overview/" target="_blank" rel="noopener"&gt;Spreadsheets&lt;/A&gt; extension in &lt;STRONG&gt;Qlik Sense&lt;/STRONG&gt; (presented at&amp;nbsp;&lt;A href="https://qlik.anychart.com/news/qlik-connect-highlights/" target="_blank" rel="noopener"&gt;Qlik Connect 2025&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="import-excel-template.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183966iACDD9E76F81B42F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="import-excel-template.png" alt="import-excel-template.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Check it out as a &lt;A href="https://www.youtube.com/watch?v=RmR-ub8U4Yo&amp;amp;list=PL3jHUfM2e8EYb6y4O5JecI0iORYDXoHqF" target="_blank" rel="noopener"&gt;video tutorial&lt;/A&gt; or keep reading:&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRmR-ub8U4Yo%3Flist%3DPL3jHUfM2e8EYb6y4O5JecI0iORYDXoHqF&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRmR-ub8U4Yo&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRmR-ub8U4Yo%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Import Excel Templates into Qlik Sense with AnyChart Spreadsheets Extension" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 1: Import Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Start by loading the data into your Qlik app. First, upl&lt;SPAN&gt;oad the Excel template to &lt;/SPAN&gt;&lt;STRONG&gt;Attached Files&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step1-1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183967i1DD8E349064D23EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="step1-1.png" alt="step1-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this tutorial, we use the file personal-budget.xlsx, which has two tables on two sheets. One contains budget categories and the other contains transaction records. We'll import both.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step1-2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183968i4C3DD22A1809F4CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="step1-2.png" alt="step1-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here’s the sample loading script used in this example:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;LOAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Category,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Budget&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;FROM [lib://AttachedFiles/personal–budget.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;(ooxml, embedded labels, header is 3 lines, table is Budget)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;Where Upper(Trim(Category)) ‹› 'TOTAL';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;LOAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; "Date",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Description,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Category,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp; Amount&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;FROM [lib://AttachedFiles/personal–budget.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;(ooxml, embedded labels, header is 1 line, table is Transactions);&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 2: Add the Spreadsheets Extension&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Create a new sheet in your Qlik app and open it in&amp;nbsp;&lt;STRONG&gt;Edit&lt;/STRONG&gt; mode.&lt;/P&gt;&lt;P&gt;Drag the &lt;STRONG&gt;AnyChart Spreadsheets&lt;/STRONG&gt; extension from &lt;STRONG&gt;Custom Objects &amp;gt; AnyChart&lt;/STRONG&gt; onto the canvas.&lt;/P&gt;&lt;P&gt;You’ll now see the familiar Excel-like UI with an empty spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183969i05680C41AA575E62/image-size/large?v=v2&amp;amp;px=999" role="button" title="step2.png" alt="step2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 3: Import the Template&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Open the &lt;STRONG&gt;FILE&lt;/STRONG&gt; tab, cl&lt;SPAN&gt;ick &lt;/SPAN&gt;&lt;STRONG&gt;Import Excel File&lt;/STRONG&gt;&lt;SPAN&gt; and select the template file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step3-1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183971iC1D7A9997930C5DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="step3-1.png" alt="step3-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The template is added to your Qlik sheet and brings in its own (sub)sheets, just like in Excel: one for budget summaries and one for transactions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step3-2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183970i5CD9F483658D9E2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="step3-2.png" alt="step3-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 4: Create Data Sections&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Next, we need to connect the Qlik data.&lt;/P&gt;&lt;P&gt;In the properties panel, we open the&amp;nbsp;&lt;STRONG&gt;Data&lt;/STRONG&gt; section and create two data sections, one for each&amp;nbsp;sheet:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the &lt;STRONG&gt;Budget&lt;/STRONG&gt; sheet, we add the Category dimension and the measures: Sum(Budget), Sum(Amount), and a calculated measure Sum(Budget) - Sum(Amount).&lt;/LI&gt;&lt;LI&gt;For the &lt;STRONG&gt;Transactions&lt;/STRONG&gt;&amp;nbsp;sheet, add the dimensions Date, Description, Category, and the measure Sum(Amount).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt; Review and adjust the measure labels if necessary to keep the spreadsheet clean and easy to read.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step4.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183972iAE08A1EE8BF97EE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="step4.png" alt="step4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 5: Clean Up Cells&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now, let's prepare the cells so formulas work correctly once data is injected.&lt;/P&gt;&lt;P&gt;In our case, first, we set the relevant cell types to &lt;STRONG&gt;General&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Second, we clear the cells where Qlik data will be populated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step5.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183973i050F8113B595F229/image-size/large?v=v2&amp;amp;px=999" role="button" title="step5.png" alt="step5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 6:&amp;nbsp;Use QLIK.DATA to Populate Sheets&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now it's time to connect the data sections to the spreadsheet.&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;Budget&lt;/STRONG&gt;&amp;nbsp;sheet, we enter the QLIK.DATA formula with index 0 in the first cell of the data table. We pass TRUE to both the &lt;STRONG&gt;Show Label&lt;/STRONG&gt; and &lt;STRONG&gt;Show Total&lt;/STRONG&gt; parameters. Then we set the number format of the corresponding cells to&amp;nbsp;&lt;STRONG&gt;Currency&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;Transactions&lt;/STRONG&gt; sheet, we use index 1 in the QLIK.DATA formula and pass TRUE only to the &lt;STRONG&gt;Show Label&lt;/STRONG&gt; parameter. Additionally, we format the &lt;STRONG&gt;Date&lt;/STRONG&gt; column as &lt;STRONG&gt;Short Date&lt;/STRONG&gt; and the&amp;nbsp;&lt;STRONG&gt;Amount&lt;/STRONG&gt; column as &lt;STRONG&gt;Currency&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step6.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183974iA33EB5B7C1B27C83/image-size/large?v=v2&amp;amp;px=999" role="button" title="step6.png" alt="step6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 7:&amp;nbsp;Add Final Formatting&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now that the template is imported and connected to live Qlik data, feel free to apply any finishing touches: editing text, formatting cells, and so on. Wh&lt;SPAN&gt;en you are done, click &lt;/SPAN&gt;&lt;STRONG&gt;Save to app&lt;/STRONG&gt; to save the changes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step7.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183975iABE702DDEDEDA745/image-size/large?v=v2&amp;amp;px=999" role="button" title="step7.png" alt="step7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Step 8:&amp;nbsp;Apply Selections&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Powered by Qlik's associative model, the spreadsheet will update instantly as you apply filters and selections. Give it a try to see how charts, tables, and formulas all respond in real time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="step8.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183976iFDB6A5CF867AE3DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="step8.png" alt="step8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Done&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You’ve successfully integrated an Excel template into Qlik, connected it to live data, and made it interactive using Qlik formulas.&lt;/P&gt;&lt;P&gt;Check out the &lt;A href="https://www.youtube.com/watch?v=RmR-ub8U4Yo&amp;amp;list=PL3jHUfM2e8EYb6y4O5JecI0iORYDXoHqF" target="_blank" rel="noopener"&gt;video version of the tutorial&lt;/A&gt; to see the entire process in action, step by step.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Helpful Links&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/download" target="_blank" rel="noopener"&gt;Download the extension&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/demos/apps/spreadsheets/" target="_blank" rel="noopener"&gt;Explore the demo app&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(view live or download QVF)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/extensions/spreadsheets/docs/" target="_blank" rel="noopener"&gt;See the documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://qlik.anychart.com/demos/schedule/" target="_blank" rel="noopener"&gt;Schedule a personalized live demo&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Oct 2025 09:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/How-to-Import-an-Excel-Template/ta-p/2532413</guid>
      <dc:creator>anychart</dc:creator>
      <dc:date>2025-10-03T09:19:15Z</dc:date>
    </item>
  </channel>
</rss>

