<?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: Split big data into multiple worksheets [tFileOutputExcel] in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348873#M115929</link>
    <description>Hi jlolling,
&lt;BR /&gt;
&lt;BR /&gt;I got this error using&amp;nbsp;tFileExcelSheetOutput and not able to set the Sheet Name.
&lt;BR /&gt;"The method getTargetSheetName() is undefined for the type SpreadsheetOutput".</description>
    <pubDate>Wed, 16 Mar 2016 01:51:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-16T01:51:09Z</dc:date>
    <item>
      <title>Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348870#M115926</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I need help for this job I am current working on. I have result data from a query, output will be one Excel file (.xls) but data may exceed worksheet limit (65k). I am wondering if it is possible to split the data and put into worksheets.&lt;BR /&gt;Example: Result data count is 500K rows&lt;BR /&gt;Expected output:&lt;BR /&gt;Sheet1 = 65k&lt;BR /&gt;Sheet2 = 65k&lt;BR /&gt;.....and so on&lt;BR /&gt;It is my first time here. I appreciate any suggestion you may have.&lt;BR /&gt;Other info.&lt;BR /&gt;TOS version - 5.4&lt;BR /&gt;Database - MySQL&lt;BR /&gt;Current Job design:&lt;BR /&gt;tJava1 ---OnComponetOk---&amp;gt;tMySQLConnection ---OnComponetOk---&amp;gt;tMySQLInput---row1 (Main)--&amp;gt;tFileOutputExcel&lt;BR /&gt;&amp;nbsp;Thank you in advance. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 08:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348870#M115926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T08:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348871#M115927</link>
      <description>I suggest you use the components tFileExcelWorkbookOpen + tFileExcelSheetOutput + tFileExcelWorkbookSave
&lt;BR /&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MH1S.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134758iCCC2DE447C8BD024/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MH1S.png" alt="0683p000009MH1S.png" /&gt;&lt;/span&gt;
&lt;BR /&gt;
&lt;BR /&gt;This is the design I have in mind.
&lt;BR /&gt;You will find all excel components in Talend Exchange.</description>
      <pubDate>Mon, 14 Mar 2016 22:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348871#M115927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T22:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348872#M115928</link>
      <description>Hi jlolling, 
&lt;BR /&gt;I have downloaded the components and will explore.&amp;nbsp; Thanks for your suggestion. Indeed your reply gives me hope. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I'll post again after.</description>
      <pubDate>Tue, 15 Mar 2016 01:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348872#M115928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T01:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348873#M115929</link>
      <description>Hi jlolling,
&lt;BR /&gt;
&lt;BR /&gt;I got this error using&amp;nbsp;tFileExcelSheetOutput and not able to set the Sheet Name.
&lt;BR /&gt;"The method getTargetSheetName() is undefined for the type SpreadsheetOutput".</description>
      <pubDate>Wed, 16 Mar 2016 01:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348873#M115929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T01:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348874#M115930</link>
      <description>Hi got the same error message gettargetsheetname() is undefined.&lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Sat, 28 May 2016 18:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348874#M115930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-28T18:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348875#M115931</link>
      <description>Hey guys,&lt;BR /&gt;I have just checked it. I cannot reproduce this issue. Are you sure you use the recent versions for both components: tFileExcelWorkbookOpen and tFileExcelSheetOutput ?</description>
      <pubDate>Sat, 28 May 2016 21:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348875#M115931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-28T21:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348876#M115932</link>
      <description>Hi, got the same issue.
&lt;BR /&gt;Below there is a structure of my test job and the error log.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGYv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153644iC7771AC81457A37A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGYv.png" alt="0683p000009MGYv.png" /&gt;&lt;/span&gt;
&lt;BR /&gt;
&lt;BR /&gt;Might it be I am missing some libraries to run the custom components?</description>
      <pubDate>Mon, 13 Mar 2017 15:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348876#M115932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split big data into multiple worksheets [tFileOutputExcel]</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348877#M115933</link>
      <description>Wow, this looks like a really damaged component deployment. 
&lt;BR /&gt;I suggest you remove them completely and install them new from this source: 
&lt;BR /&gt; 
&lt;A href="https://github.com/jlolling/talendcomp_tFileExcel/releases" rel="nofollow noopener noreferrer"&gt;https://github.com/jlolling/talendcomp_tFileExcel/releases&lt;/A&gt; 
&lt;BR /&gt;Talend Exchange is sometimes a bit .... anyway.</description>
      <pubDate>Mon, 13 Mar 2017 20:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-big-data-into-multiple-worksheets-tFileOutputExcel/m-p/2348877#M115933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T20:31:04Z</dc:date>
    </item>
  </channel>
</rss>

