<?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: Loading xls or xlsx files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905778#M314796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Look here for explanation:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/31885"&gt;biff Vs. ooxml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2015 11:18:26 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-05-09T11:18:26Z</dc:date>
    <item>
      <title>Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905777#M314795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;While loading xls files, we use biff and while loading xlsx files, we use ooxml.&lt;/P&gt;&lt;P&gt;Is there a common format available for loading both xls and xlsx files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 10:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905777#M314795</guid>
      <dc:creator />
      <dc:date>2015-05-09T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905778#M314796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Look here for explanation:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/31885"&gt;biff Vs. ooxml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 11:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905778#M314796</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-09T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905779#M314797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the files have the extension XLS or XLSX they have to be in that particular format BIFF or OOXML. So they go together always. You can't have a file name .XLS and not store it in BIFF-format. If you do it will be invalid/corrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can translate your XLS-files into XLSX and then they turn from BIFF into OOXML and vice versa - the latter with the risk of losing functionality but probably not any data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 11:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905779#M314797</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-09T11:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905780#M314798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have influence to the file-fomat you should avoid xlsx as format then it's far away from optimized and loading from these files is very slow compared to xls or txt/csv-files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle different file-formats within a folder you could use filelist in a loop: &lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 12:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905780#M314798</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-09T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905781#M314799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPath = 'C:\user\test\documents\teste.xls';&lt;/P&gt;&lt;P&gt;LET vExtension = Mid('$(vPath)', Index('$(vPath)', '.xls'), len('$(vPath)'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 12:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905781#M314799</guid>
      <dc:creator />
      <dc:date>2017-03-17T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905782#M314800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is .xlsx slower than .xls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 18:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905782#M314800</guid>
      <dc:creator />
      <dc:date>2017-07-26T18:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905783#M314801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;xls is a proprietary binary file-format and xlsx is an "open" xml file-format which is more structured and had more overhead for it. In my experience xlsx needs significantly longer run-times as xls whereby if possible I avoid both formats and store the data as simple txt-files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 20:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905783#M314801</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-07-26T20:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xls or xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905784#M314802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah gotcha, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 20:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xls-or-xlsx-files/m-p/905784#M314802</guid>
      <dc:creator />
      <dc:date>2017-07-26T20:35:11Z</dc:date>
    </item>
  </channel>
</rss>

