<?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: Import Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376282#M140260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the same problem with several excel loads. I use to read them everyday and since a few days, QlikView cannot find the last column! I have values in the column (xls). If I open the excel file, put a 0 in the last column and save it, it's working!?&lt;/P&gt;&lt;P&gt;Did you find the solution to your problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 10:16:55 GMT</pubDate>
    <dc:creator>schivet</dc:creator>
    <dc:date>2012-09-26T10:16:55Z</dc:date>
    <item>
      <title>Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376270#M140248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have a series of excel files that I need to import into Qlikview. They hold times for CPU busy ranges based on day and hour as you can see in my sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sort these out though. All the dates need to come in, along with the hours that they happened. I'm not sure how to capture the dates and hours correctly though, as some are in a column and others are in a row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 15:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376270#M140248</guid>
      <dc:creator />
      <dc:date>2012-08-08T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376271#M140249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376271#M140249</guid>
      <dc:creator />
      <dc:date>2012-08-08T17:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376272#M140250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried.&amp;nbsp; Created a table like yours, with dates from Aug 1 to Aug 15.&amp;nbsp; Used wizard to create crosstable, and here is what I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data_src:&lt;BR /&gt;CrossTable(Date, Amount)&lt;BR /&gt;LOAD F1 as Hour, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41122.000000],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41123.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41124.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41125.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41126.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41127.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41128.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41129.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41130.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41131.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41132.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41133.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41134.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41135.000000], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41136.000000]&lt;BR /&gt;FROM CrossTime.xlsx (ooxml, embedded labels, header is 1 lines, table is Sheet1, filters(Remove(Col, Pos(Top, 1))));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// some manual manipulation:&lt;BR /&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt; left(Date,5) as Date,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // making date out of the format i got from Excel&lt;BR /&gt; Hour,&lt;BR /&gt; timestamp(left(Date,5) + Hour/24, 'MM/DD/YYYY hh') as Time,&lt;BR /&gt; Amount&lt;BR /&gt;RESIDENT Data_src;&lt;BR /&gt;DROP TABLE Data_src;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 00:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376272#M140250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-09T00:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376273#M140251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. The wizard is kind of confusing. I tried it but it doesnt come out correctly. Plus this data im using is in the middle of a sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also will have to load data from separate excel sheets for each month but the format should be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess an explanation of how you got this is what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 18:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376273#M140251</guid>
      <dc:creator />
      <dc:date>2012-08-13T18:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376274#M140252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this will help instead of a screen shot. Here is the sheet I'm working with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all the data from row 46 to row 70. I really dont need column 'A' either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So coming from that excel file, how would I do this load? Keep in mind I want to automate this process so a new excel can be added to the folder each month and have it automatically import the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 18:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376274#M140252</guid>
      <dc:creator />
      <dc:date>2012-08-13T18:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376275#M140253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a version based on your file.&amp;nbsp; Important points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First load, Data_src:&lt;BR /&gt;FIRST 25 - load 25 rows,&lt;BR /&gt;FROM [Excel Sample.xlsx] (ooxml, explicit labels, header is 38 lines, table is Sheet1);&amp;nbsp; - starts from your line 46 in Excel, and this line is the headers in this load.&amp;nbsp; It is 38 not 46 because empty lines are not counted.&lt;BR /&gt;Using explicit labels (C, D, E...) because we don't know the actual dates there.&amp;nbsp; Renaming to Date1, Date2, ... - to be used later in the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second load, Data_tmp:&lt;BR /&gt;Loop through date and hour.&amp;nbsp; Max number of date, I assume, is 32.&amp;nbsp; ErrorMode=0 to ignore errors if it is less than 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last load, Data:&lt;BR /&gt;Mostly to cretae Time field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every new Excel file must be in the same exact format, except the number of columns (dates maybe less than 32).&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 01:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376275#M140253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-14T01:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376276#M140254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works great. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish I could understand it more though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 13:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376276#M140254</guid>
      <dc:creator />
      <dc:date>2012-08-15T13:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376277#M140255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although when I try to use the real path to the full file, I changed the path and the sheet name, it tells me I have a bad zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why am I getting this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the file I gave to you, it works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference between the two files is I gave you the one sheet I plan on using and made it a different excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 13:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376277#M140255</guid>
      <dc:creator />
      <dc:date>2012-08-15T13:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376278#M140256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an update, I replaced the ooxml with biff at the bottom of the select statement because I found online that ooxml is for newer excel files. The think the original one is a different version of excel so I need to use biff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use biff, it doesn't throw the "bad zip file" error, but it now says it can't find field "B"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376278#M140256</guid>
      <dc:creator />
      <dc:date>2012-08-15T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376279#M140257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats correct, it is a little different with .xls files.&amp;nbsp; I tried to save your file in an older format, and used wizard to see how it looks.&amp;nbsp; It shouild work for you if you change in the script:&lt;BR /&gt;B to @2&lt;/P&gt;&lt;P&gt;C to @3&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;AH to @34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how it looks for me, before adding "if" logic to the 1st field, and renaming to "DateN":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST 25&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @9, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @10, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @11, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @12, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @13, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @14, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @16, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @17, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @18, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @19, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @20, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @21, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @22, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @23, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @24, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @25, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @26, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @27, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @28, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @29, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @30, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @31, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @32, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @33, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @34&lt;/P&gt;&lt;P&gt;FROM [Excel Sample.xls] (biff, no labels, header is 37 lines, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you have evem older Excel version - just try wizard, and see what syntax it creates.&amp;nbsp; After this, adjust as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 00:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376279#M140257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-16T00:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376280#M140258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when loading a new version of excel, the fields come in as letters? Vs numbers with older versions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 11:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376280#M140258</guid>
      <dc:creator />
      <dc:date>2012-08-16T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376281#M140259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ethan,&lt;/P&gt;&lt;P&gt;there are several diffrences.&amp;nbsp; just try using wizard, you'll see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 22:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376281#M140259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-16T22:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376282#M140260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the same problem with several excel loads. I use to read them everyday and since a few days, QlikView cannot find the last column! I have values in the column (xls). If I open the excel file, put a 0 in the last column and save it, it's working!?&lt;/P&gt;&lt;P&gt;Did you find the solution to your problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376282#M140260</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2012-09-26T10:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376283#M140261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the same problem with several excel loads. I use to read them everyday and since a few days, QlikView cannot find the last column! I have values in the column (xls). If I open the excel file, put a 0 in the last column and save it, it's working!?&lt;/P&gt;&lt;P&gt;Did you find the solution to your problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376283#M140261</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2012-09-26T10:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376284#M140262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the same problem with several excel loads. I use to read them everyday and since a few days, QlikView cannot find the last column! I have values in the column (xls). If I open the excel file, put a 0 in the last column and save it, it's working!?&lt;/P&gt;&lt;P&gt;Did you find the solution to your problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-Excel/m-p/376284#M140262</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2012-09-26T10:17:20Z</dc:date>
    </item>
  </channel>
</rss>

