<?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: Unnable to import excel data due to image object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747881#M455392</link>
    <description>&lt;P&gt;Hello Ruben,&lt;/P&gt;&lt;P&gt;Thank you for your reply, i have added "Example File" to the post, with the original image and the data format (w/ edited text).&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 21:25:29 GMT</pubDate>
    <dc:creator>MatiasParada</dc:creator>
    <dc:date>2020-09-28T21:25:29Z</dc:date>
    <item>
      <title>Unnable to import excel data due to image object</title>
      <link>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747274#M455390</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm am trying to automate a report. Basically it has to read an excel file (.xlsx) and make charts with the data. This excel file is automatically generated by a secondary app wich besides the usable data, inserts (by default) a few rows of creation data along with an image with the company logo.&lt;/P&gt;&lt;P&gt;The problem is that when i try to import the data from the Excel file, with QlikView script file assistant, nothing is read. Preview won't show any data no matter how many header lines i skip. As soon as i tried removing the image manually from the excel file, i was able to import all the data, but manual intervention is what i am trying to avoid in the first place.&lt;/P&gt;&lt;P&gt;I've read some posts and it seems that you can treat the image as an object, i believe this shoud allow me to somehow grab it and delete it before trying to read the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any ideas or help with this problem.&lt;/P&gt;&lt;P&gt;Screenshot attached showing file assistant not loading data.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747274#M455390</guid>
      <dc:creator>MatiasParada</dc:creator>
      <dc:date>2024-11-16T18:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unnable to import excel data due to image object</title>
      <link>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747453#M455391</link>
      <description>&lt;P&gt;Hi Matias,&lt;/P&gt;&lt;P&gt;Hard to say withut the excel to make test, can you upload a dummy excel with the logo (or another image to simulate it) and with some dummy data?&lt;/P&gt;&lt;P&gt;I've loaded excels with logos so it has to be somethig with this particular excel and how the logo/data is inserted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 08:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747453#M455391</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-09-27T08:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unnable to import excel data due to image object</title>
      <link>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747881#M455392</link>
      <description>&lt;P&gt;Hello Ruben,&lt;/P&gt;&lt;P&gt;Thank you for your reply, i have added "Example File" to the post, with the original image and the data format (w/ edited text).&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 21:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1747881#M455392</guid>
      <dc:creator>MatiasParada</dc:creator>
      <dc:date>2020-09-28T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unnable to import excel data due to image object</title>
      <link>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1748095#M455393</link>
      <description>&lt;P&gt;For me it worked like it should - within the file-wizard and also after loading the data:&lt;/P&gt;&lt;P&gt;LOAD column1, column2,&amp;nbsp; column3&lt;BR /&gt;FROM [Example File.xlsx] (ooxml, embedded labels, header is 7 lines, table is [Tabular Reports]);&lt;/P&gt;&lt;P&gt;Just try it again.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1748095#M455393</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-29T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unnable to import excel data due to image object</title>
      <link>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1748156#M455394</link>
      <description>&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;Indeed it works with this file, i had not tried importing an edited file without removing the image.&lt;/P&gt;&lt;P&gt;I just tried editing a single line (not the image) on a fresh file and then saving it... it works.&lt;/P&gt;&lt;P&gt;Then i tried saving a fresh file without changing anything and it worked as well.&lt;/P&gt;&lt;P&gt;So it might have to do with the way the data is inserted into the file, like Ruben said.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unnable-to-import-excel-data-due-to-image-object/m-p/1748156#M455394</guid>
      <dc:creator>MatiasParada</dc:creator>
      <dc:date>2020-09-29T15:15:39Z</dc:date>
    </item>
  </channel>
</rss>

