<?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 Re: XLSX Data not loaded until xlsx modified in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639862#M447106</link>
    <description>&lt;P&gt;Thanks Marcus!&lt;/P&gt;&lt;P&gt;We solved it temporaly by creating a batch file that open, save and close all xlsx files before Qlik script execution. I now see that we were correct in our approach &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll keep it in mind for the future.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2019 10:42:16 GMT</pubDate>
    <dc:creator>jaibau1993</dc:creator>
    <dc:date>2019-10-25T10:42:16Z</dc:date>
    <item>
      <title>XLSX Data not loaded until xlsx modified</title>
      <link>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639540#M447087</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I am facing a weird issue. Let's see if someone can bring light to the problem.&lt;/P&gt;&lt;P&gt;I want lo load the following Excel file into QlikView (QV and Excel attached)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="excel.png" style="width: 889px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22287i96D26CC7A8BDB4D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="excel.png" alt="excel.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I write the following code in my QlikView:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="code.png" style="width: 410px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22290i8EA08DBA0712D92D/image-size/large?v=v2&amp;amp;px=999" role="button" title="code.png" alt="code.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, the Excel file has data but when I run the above code it fails:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="error.png" style="width: 290px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22291i63655197C68D51A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If I use the "Table Files..." button of the script inorder to build the load statement using the wizard, I realize that QlikView is seeing nothing from the Excel file. If I now open the Excel file and I save it (with no modification, just save the file) then everything works fine using the original code above provided.&lt;/P&gt;&lt;P&gt;I am using QV 11.20 SR12 in Windows 10 pro.&lt;/P&gt;&lt;P&gt;Some clue?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639540#M447087</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2024-11-16T02:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX Data not loaded until xlsx modified</title>
      <link>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639758#M447098</link>
      <description>&lt;P&gt;Bump!&lt;/P&gt;&lt;P&gt;Any idea on this?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 06:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639758#M447098</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-10-25T06:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX Data not loaded until xlsx modified</title>
      <link>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639815#M447103</link>
      <description>&lt;P&gt;It's a known issue - related to the ooxml file-format. AFAIK it's not absolutely clear defined from MS so that there is some room of interpretation - especially if the files aren't created from the Excel desktop client else from the various Excel online clients (expecially in combination with sharepoint) or any third-party tools.&lt;/P&gt;&lt;P&gt;I don't know how Qlik accessed the xlsx - with own build logic and/or logic/libraries from MS - but it seems not to be so error-tolerant as Excel and regocnized therefore no valid data. An opening and saving in Excel "repairs" it then again.&lt;/P&gt;&lt;P&gt;Workarounds for it could be to prompt some changes to the source, to automate the above mentioned opening/saving with any macro-batches, to unzip the xlsx and to load then directly from the various xml-files, trying to load the xlsx per odbc, probably some more ...&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 08:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639815#M447103</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-10-25T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: XLSX Data not loaded until xlsx modified</title>
      <link>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639862#M447106</link>
      <description>&lt;P&gt;Thanks Marcus!&lt;/P&gt;&lt;P&gt;We solved it temporaly by creating a batch file that open, save and close all xlsx files before Qlik script execution. I now see that we were correct in our approach &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll keep it in mind for the future.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 10:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLSX-Data-not-loaded-until-xlsx-modified/m-p/1639862#M447106</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-10-25T10:42:16Z</dc:date>
    </item>
  </channel>
</rss>

