<?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 Using ExportBIFF but to same XLS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178298#M502522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;There are a few examples already on QlikCommunity of automating Excel:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/26622/113073.aspx"&gt;http://community.qlik.com/forums/p/26622/113073.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/31837.aspx"&gt;http://community.qlik.com/forums/t/31837.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/16523/64532.aspx"&gt;http://community.qlik.com/forums/p/16523/64532.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The last link has some code from Micahel Slomovich that is the most succinct example I have seen.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 22:09:50 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2010-09-01T22:09:50Z</dc:date>
    <item>
      <title>Using ExportBIFF but to same XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178294#M502518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;I am using the ExportBIFF function to output formatted tables to Excel, however, I would like to be able to do this to multiple worksheets in a single XLS file.&lt;/P&gt;&lt;P&gt;Anybody out there know a way to do it?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178294#M502518</guid>
      <dc:creator />
      <dc:date>2010-08-27T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Using ExportBIFF but to same XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178295#M502519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;I think the exist ...&lt;/P&gt;&lt;P&gt;Multiple sheets -&amp;gt; a folder with multiple .xls (many books)&lt;/P&gt;&lt;P&gt;Then with a .vbs join multiple .xls (many books) to a book (.xls) with multiple sheet&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 17:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178295#M502519</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2010-08-27T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Using ExportBIFF but to same XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178296#M502520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;To have multiple sheets in Excel you will need to use a macro in QlikView. In here you can instantiate an instance of an Excel object and call all of the methods within it. I think it should then be possible to call Copy To Clipboard from the QlikView object model and then a Paste within the Excel object model. You can then call the Add Sheet method within Excel and repeat the copy and paste. With the whole excel model at your disposal you can then also tidy up your output by setting column widths and setting the first row to bold etc.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 22:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178296#M502520</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2010-08-29T22:46:30Z</dc:date>
    </item>
    <item>
      <title>Using ExportBIFF but to same XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178297#M502521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;This sounds like exactly what I'm after, I don't suppose you have a brief example of a macro that does this do you?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 08:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178297#M502521</guid>
      <dc:creator />
      <dc:date>2010-09-01T08:03:26Z</dc:date>
    </item>
    <item>
      <title>Using ExportBIFF but to same XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178298#M502522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;There are a few examples already on QlikCommunity of automating Excel:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/26622/113073.aspx"&gt;http://community.qlik.com/forums/p/26622/113073.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/31837.aspx"&gt;http://community.qlik.com/forums/t/31837.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/16523/64532.aspx"&gt;http://community.qlik.com/forums/p/16523/64532.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The last link has some code from Micahel Slomovich that is the most succinct example I have seen.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 22:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178298#M502522</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2010-09-01T22:09:50Z</dc:date>
    </item>
    <item>
      <title>Using ExportBIFF but to same XLS</title>
      <link>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178299#M502523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... also this may help:&lt;/P&gt;&lt;P&gt;http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2011 00:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-ExportBIFF-but-to-same-XLS/m-p/178299#M502523</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2011-03-12T00:10:01Z</dc:date>
    </item>
  </channel>
</rss>

