<?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: create an excel document with multiple sheets in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308668#M79971</link>
    <description>Since I had the same question, I thought I would post the answer I found:&lt;BR /&gt;Use menu File&amp;gt;Edit project properties then in the Project Settings window that opens, expand Designer&amp;gt;Palette Settings, shuttle the "Technical" node from the "Hide" side to the "Show" side and click Ok.&lt;BR /&gt;From there it should be self-explanatory, given the example provided above.&lt;BR /&gt;Version: 4.1.2&lt;BR /&gt;Build id: r53616-20110106-0635</description>
    <pubDate>Wed, 09 Mar 2011 23:28:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-09T23:28:18Z</dc:date>
    <item>
      <title>create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308663#M79966</link>
      <description>Hello, i am new to talend and need a help do the following:&lt;BR /&gt;I have an input that list all the data from a table, a tmap that generates 2 output. I want to map these 2 outputs in one single excel document but in two different sheets. &lt;BR /&gt;could anyone please give some explanations on how to achieve this...&lt;BR /&gt;thx</description>
      <pubDate>Sat, 16 Nov 2024 13:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308663#M79966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308664#M79967</link>
      <description>Hello 
&lt;BR /&gt;You can caches the two output to memory first, and then output them into the same excel file one by one, for example: 
&lt;BR /&gt;tFileInputDelimited--tMap---tHashOutput_1 
&lt;BR /&gt; ---tHashOutput_2 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tHashInput_1(read records from tHashOutput_1)---tFileOutputExcel(file1, sheet1) 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tHashInput_2(read records from tHashOutput_2)---tFileOutputExcel(the same file, sheet2) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 13 Jun 2010 03:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308664#M79967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-13T03:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308665#M79968</link>
      <description>Thank you Shong, i will try it and let you know.
&lt;BR /&gt;Rgds,
&lt;BR /&gt;Anoushka</description>
      <pubDate>Mon, 14 Jun 2010 13:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308665#M79968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-14T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308666#M79969</link>
      <description>Since anoushka did not get back to you... 
&lt;BR /&gt;Hong - very helpful. 
&lt;BR /&gt;Here are my observations: 
&lt;BR /&gt; 
&lt;PRE&gt;tFileInputDelimited--tMap---tFileOutputExcel_1(file1, sheet1)        &amp;gt;&amp;gt;&amp;gt; Establish file1 with data schema (tMap out will do that).&lt;BR /&gt;                                                                         Make sure "Append existing file" is unchecked.&lt;BR /&gt;                         ---tHashOutput_2                            &amp;gt;&amp;gt;&amp;gt; store tMap out&lt;BR /&gt;  .&lt;BR /&gt;  .&lt;BR /&gt;  .&lt;BR /&gt;                         ---tHashOutput_X                            &amp;gt;&amp;gt;&amp;gt; store tMap out&lt;BR /&gt;     |&lt;BR /&gt;onsubjobok&lt;BR /&gt;     |&lt;BR /&gt;tHashInput_2(read tHashOutput_2)---tFileOutputExcel_2(file1, sheet2) &amp;gt;&amp;gt;&amp;gt; Create by copying tFileOutputExcel_1,&lt;BR /&gt;                                                                         change sheet name and check "Append existing file".&lt;BR /&gt;                                                                         When connecting tHashInput allow target schema&lt;BR /&gt;                                                                         to update tHashInput.&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;     |&lt;BR /&gt;onsubjobok&lt;BR /&gt;     |&lt;BR /&gt;tHashInput_X(read tHashOutput_X)---tFileOutputExcel_X(file1, sheetX) &amp;gt;&amp;gt;&amp;gt; Same as at tFileOutputExcel_2&lt;/PRE&gt; 
&lt;BR /&gt;Honestly, this should be part of the documentation. 
&lt;BR /&gt;How can I help with that? 
&lt;BR /&gt;HTH, 
&lt;BR /&gt;Gábor</description>
      <pubDate>Tue, 26 Oct 2010 19:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308666#M79969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-26T19:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308667#M79970</link>
      <description>I am trying to follow this example , but I cannot find HashInput or HashOutput in my version of Open Studio.  Can someone help me understand what the problem I am having is?  Thanks in advance&lt;BR /&gt;My version is:&lt;BR /&gt;"Talend Open Studio"&lt;BR /&gt;Version: 4.1.0&lt;BR /&gt;Build id: r49467-20101005-0735</description>
      <pubDate>Fri, 19 Nov 2010 13:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308667#M79970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-19T13:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308668#M79971</link>
      <description>Since I had the same question, I thought I would post the answer I found:&lt;BR /&gt;Use menu File&amp;gt;Edit project properties then in the Project Settings window that opens, expand Designer&amp;gt;Palette Settings, shuttle the "Technical" node from the "Hide" side to the "Show" side and click Ok.&lt;BR /&gt;From there it should be self-explanatory, given the example provided above.&lt;BR /&gt;Version: 4.1.2&lt;BR /&gt;Build id: r53616-20110106-0635</description>
      <pubDate>Wed, 09 Mar 2011 23:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308668#M79971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-09T23:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308669#M79972</link>
      <description>Hi SunDog 
&lt;BR /&gt;Yes, you are right, thanks for giving the answer replace me. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 10 Mar 2011 03:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308669#M79972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-10T03:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: create an excel document with multiple sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308670#M79973</link>
      <description>Gábor - awesome. &amp;nbsp;Thank you!</description>
      <pubDate>Fri, 27 May 2016 14:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-an-excel-document-with-multiple-sheets/m-p/2308670#M79973</guid>
      <dc:creator>jdope</dc:creator>
      <dc:date>2016-05-27T14:53:33Z</dc:date>
    </item>
  </channel>
</rss>

