<?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: Load xlsx/ooxml sheet n in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30006#M4958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers.&lt;/P&gt;&lt;P&gt;It turned out both solutions will work in my case.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I used Petter's solution since one of the sheets always has the same name and on that sheet the name of the period is listed which is always the name of the illusive 4th sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Still think it would be nice if the loading of XLS and XLSX didn't had so many differences and was a bit easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2018 07:42:16 GMT</pubDate>
    <dc:creator>pjn123pjn123</dc:creator>
    <dc:date>2018-03-01T07:42:16Z</dc:date>
    <item>
      <title>Load xlsx/ooxml sheet n</title>
      <link>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30003#M4955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load the 4th sheet in a certain XLSX (ooxml) file.&lt;/P&gt;&lt;P&gt;The name will not always be known but it will always be the 4th sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was a XLS (biff) file it would be easy:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15187054320136612" jivemacro_uid="_15187054320136612"&gt;
&lt;P&gt;(biff, embedded labels, header is 10 lines, table is @4)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this does not work with ooxml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to load the 4th sheet without re-saving the source files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30003#M4955</guid>
      <dc:creator>pjn123pjn123</dc:creator>
      <dc:date>2018-02-15T14:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load xlsx/ooxml sheet n</title>
      <link>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30004#M4956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/589469"&gt;How to load EXCEL worksheets and retrieve tab names&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30004#M4956</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-02-15T15:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load xlsx/ooxml sheet n</title>
      <link>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30005#M4957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to have some formula added to the first sheet always? Then you can use some formula functions in Excel to let Excel give you the name of the fourth sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you follow this approach you first have to read that special formula cells and then you can load the fourth sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.... and I will give you the recipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30005#M4957</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-02-15T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load xlsx/ooxml sheet n</title>
      <link>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30006#M4958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers.&lt;/P&gt;&lt;P&gt;It turned out both solutions will work in my case.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I used Petter's solution since one of the sheets always has the same name and on that sheet the name of the period is listed which is always the name of the illusive 4th sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Still think it would be nice if the loading of XLS and XLSX didn't had so many differences and was a bit easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 07:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-xlsx-ooxml-sheet-n/m-p/30006#M4958</guid>
      <dc:creator>pjn123pjn123</dc:creator>
      <dc:date>2018-03-01T07:42:16Z</dc:date>
    </item>
  </channel>
</rss>

