<?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: How to write data in 1 excel file with multiple excel sheet in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-write-data-in-1-excel-file-with-multiple-excel-sheet/m-p/2349319#M116318</link>
    <description>Hi 
&lt;BR /&gt;It is impossible to split the data to different sheet on tFileOutputExcel, a workaround is to split the data to several files with tFileOutputDelimited first, and then, use a tFileList to iterate each delimited file and append them to the same file with different sheetl, the job looks like: 
&lt;BR /&gt;tFileInputDelimited--main--tFileOutputDelimited 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;tFileList--iterate--tFileInputDelimited--main--tFileOutputExcel 
&lt;BR /&gt; 
&lt;BR /&gt;on tFileOutputDelimited, check the 'Split output in several files' box and input the number of rows in each file.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;on tFileOutputExcel, write a dynamic sheet name, eg: 
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")) 
&lt;BR /&gt; 
&lt;BR /&gt;and check 'Append existing file' box.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 15 Mar 2016 05:20:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-15T05:20:12Z</dc:date>
    <item>
      <title>How to write data in 1 excel file with multiple excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-write-data-in-1-excel-file-with-multiple-excel-sheet/m-p/2349318#M116317</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;I have problem in adding data in excel file.&lt;BR /&gt;My data list consist of 65k + data and it can't be added in excel file. I need to split them in 30k data in different excel sheet but in same excel file.&lt;BR /&gt;Anyone knows how to do it?&lt;BR /&gt;&lt;BR /&gt;TIA - cagedbird&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-write-data-in-1-excel-file-with-multiple-excel-sheet/m-p/2349318#M116317</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-03-15T02:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to write data in 1 excel file with multiple excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-write-data-in-1-excel-file-with-multiple-excel-sheet/m-p/2349319#M116318</link>
      <description>Hi 
&lt;BR /&gt;It is impossible to split the data to different sheet on tFileOutputExcel, a workaround is to split the data to several files with tFileOutputDelimited first, and then, use a tFileList to iterate each delimited file and append them to the same file with different sheetl, the job looks like: 
&lt;BR /&gt;tFileInputDelimited--main--tFileOutputDelimited 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;tFileList--iterate--tFileInputDelimited--main--tFileOutputExcel 
&lt;BR /&gt; 
&lt;BR /&gt;on tFileOutputDelimited, check the 'Split output in several files' box and input the number of rows in each file.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;on tFileOutputExcel, write a dynamic sheet name, eg: 
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")) 
&lt;BR /&gt; 
&lt;BR /&gt;and check 'Append existing file' box.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 15 Mar 2016 05:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-write-data-in-1-excel-file-with-multiple-excel-sheet/m-p/2349319#M116318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T05:20:12Z</dc:date>
    </item>
  </channel>
</rss>

