<?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: [resolved] Writing to two sheets in the same excel file from one job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306373#M77922</link>
    <description>screenshot… .zip&lt;BR /&gt;Please see my screenshots in the attached zip file.&lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 17 Feb 2016 00:11:40 GMT</pubDate>
    <dc:creator>sjaganmo</dc:creator>
    <dc:date>2016-02-17T00:11:40Z</dc:date>
    <item>
      <title>[resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306355#M77904</link>
      <description>Hi all,&lt;BR /&gt;I have a problem writing to two different sheets in the same excel file from the same job, below is the scenario :&lt;BR /&gt;tFileInputExcel - &amp;gt; tMap -&amp;gt; tReplicate .. replicate1 .. -&amp;gt; tFileOuputExcel(sheet1) .. replicate2 .. -&amp;gt; tMap -&amp;gt; tFileOuputExcel(sheet2)&lt;BR /&gt;tFileOuputExcel is the same file.&lt;BR /&gt;If I change one of the tFileOutputExcel file name to a different file name, then both files are created with the respective sheet names(sheet1, sheet2), however they are in different files which does not suite my purpose.&lt;BR /&gt;Is this a bug in Talend ?</description>
      <pubDate>Thu, 25 Sep 2014 15:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306355#M77904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306356#M77905</link>
      <description>Hello,&lt;BR /&gt;You can write to multiple sheets in the same spreadsheet, but they need to be done in different subjobs.  From what you describe, you could take the tMap output and push it into a tHashOutput (instead of the tFileOutputExcel), then in another subjob have a tHashInput go to the second sheet in the spreadsheet.  &lt;BR /&gt;Hope that helps.</description>
      <pubDate>Thu, 25 Sep 2014 15:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306356#M77905</guid>
      <dc:creator>rbaldwin</dc:creator>
      <dc:date>2014-09-25T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306357#M77906</link>
      <description>This is one of the reason I build my own Excel components to:
&lt;BR /&gt;write multiple sheets in one job
&lt;BR /&gt;read templates and write into
&lt;BR /&gt;reuse formattings
&lt;BR /&gt;write formulas
&lt;BR /&gt;and a lot more...
&lt;BR /&gt;Take a look at the tFileExcelSheetOutput component (in conjunction with tFileExcelWorkbookOpen and tFileExcelWorkbookSave).
&lt;BR /&gt;These components are available at Talend Exchange (with documentation)
&lt;BR /&gt;
&lt;A href="http://www.talendforge.org/exchange/index.php" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php&lt;/A&gt; and search for tFileExcel
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Thu, 25 Sep 2014 16:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306357#M77906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T16:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306358#M77907</link>
      <description>Thank you for the responses. I would prefer to do it in the same job as it is already a subjob. I will try the tFileExcelSheetOutput combo first ! Let you folks know how it goes shortly. 
&lt;BR /&gt;Perfect !! Thanks folks, used the exchange fileexcel components and they work much better.</description>
      <pubDate>Fri, 26 Sep 2014 10:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306358#M77907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-26T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306359#M77908</link>
      <description>Hi Jan,
&lt;BR /&gt;I am currently using your excel components to write multiple sheets to the same spreadsheet. I have subjobs each writing to one sheet but I am usig a tparallelize to run all the subjobs. At then end of the job, I dont see all the sheets. Its not consistent. Even though I'm saving the workbook and opening in every subjob it doesnt seem to save some sheets. do you have any suggestions? 
&lt;BR /&gt;Thanks
&lt;BR /&gt;Shuba</description>
      <pubDate>Mon, 18 Jan 2016 09:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306359#M77908</guid>
      <dc:creator>jsubashini</dc:creator>
      <dc:date>2016-01-18T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306360#M77909</link>
      <description>Hi, you cannot write into one excel workbook with multiple threads. My component does not recognise such situation yet but it impossible because you write actually into one huge XML file and the Apache POI API also does not allow multi threading - it is NOT thread save!&lt;BR /&gt;I cannot predict what will happen if you try this, but to get an inkonsistent document is for sure a worst case scenario.</description>
      <pubDate>Mon, 18 Jan 2016 17:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306360#M77909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T17:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306361#M77910</link>
      <description>Thanks for your reply. That's correct. I get inconsistent document every time. I guess have to end up adding the sheets sequentially and think of other ways to speedup.</description>
      <pubDate>Mon, 18 Jan 2016 20:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306361#M77910</guid>
      <dc:creator>jsubashini</dc:creator>
      <dc:date>2016-01-18T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306362#M77911</link>
      <description>Sorry for not having a better solution. If you have to create multiple documents, you can run in parallel these processing but not within one document.</description>
      <pubDate>Mon, 18 Jan 2016 21:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306362#M77911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T21:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306363#M77912</link>
      <description>Hi Jan, 
&lt;BR /&gt;I took your suggestion and I am using your custom components. tFileExcelWorkbookOpen, Save and tfileExcelSheetOutput. It was working great as long as I was creating .xls files. Yesterday we had a requirement to switch to .xlsx instead. and when I changed it in the jobs, it started giving me several errors. 
&lt;BR /&gt;1. 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;# A fatal error has been detected by the Java Runtime Environment:&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;#&amp;nbsp; SIGBUS (0x7) at pc=0x00007f542f9b3732, pid=34686, tid=139998362167040&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;# JRE version: Java(TM) SE Runtime Environment (7.0_97-b02) (build 1.7.0_97-b02)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.95-b01 mixed mode linux-amd64 compressed oops)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;# Problematic frame:&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;# C&amp;nbsp; &amp;nbsp; newEntry+0x62&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#c00000"&gt;# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again&lt;/FONT&gt; 
&lt;BR /&gt;2. It started throwing error in my second job that the file written and saved in the first job was not found and I could not see the file in the server either. 
&lt;BR /&gt;I have attached some screenshots of my jobs.&amp;nbsp; I have a set of jobs running one after another appending sheets to the same workbook and this works great with .xls. Not sure why .xlsx would have such issues. 
&lt;BR /&gt;Appreciate your help a lot! 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Shuba 
&lt;BR /&gt;screenshots.zip.zip</description>
      <pubDate>Thu, 11 Feb 2016 17:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306363#M77912</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-11T17:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306364#M77913</link>
      <description>Whow ... this error should not happen. The problem here is not your job or my component, the problem here is an error in the JVM. 
&lt;BR /&gt;It is a error in the JVM using the zip library. I can tell you for sure these components works in a huge number of projects and it is not a problems caused by the component, instead I would say it happens because of the typical memory expensive kind of jobs working with excel files. 
&lt;BR /&gt;Can you reproduce this error?&amp;nbsp; 
&lt;BR /&gt;I suggest install another java runtime with a different version. Do you use the Oracle JDK or OpenJDK?</description>
      <pubDate>Thu, 11 Feb 2016 18:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306364#M77913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T18:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306365#M77914</link>
      <description>Thanks so much for the quick response again. They just upgraded the java version from jdk1.8.0_74 to jdk1.7.0_97. We use OpenJDK.&amp;nbsp; But I am having this problem in both the versions in 2 different servers.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Shuba</description>
      <pubDate>Thu, 11 Feb 2016 19:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306365#M77914</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-11T19:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306366#M77915</link>
      <description>Can you just try to install Oracle JDK? - simply unpack and set it as JAVA_HOME for your job.</description>
      <pubDate>Thu, 11 Feb 2016 19:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306366#M77915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T19:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306367#M77916</link>
      <description>Sorry my bad, just figured we're using Oracle JDK not OpenJDK.</description>
      <pubDate>Thu, 11 Feb 2016 19:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306367#M77916</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-11T19:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306368#M77917</link>
      <description>Jan, Do you think that the second issue is also related to the Java settings? &lt;BR /&gt;2. I have sequence of jobs. The first job creates the workbook, create a sheet and then saves it. The second job should open the same workbook and append another sheet. But with .xlsx, I am getting the error that the file is not found.&amp;nbsp;&lt;BR /&gt;Thanks&lt;BR /&gt;shuba</description>
      <pubDate>Thu, 11 Feb 2016 20:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306368#M77917</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-11T20:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306369#M77918</link>
      <description>File not found means file not found.... It is sometimes a timing problem but my API checks the existence of the file before it tries to open it. This helps to find problems much better. Do you use network attached storage? Sometimes NAS file systems have a synchronizing delay.</description>
      <pubDate>Thu, 11 Feb 2016 22:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306369#M77918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T22:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306370#M77919</link>
      <description>This is the actual error I am getting&lt;BR /&gt;2016-02-11 23:33:13|lQqABm|20160211233302_3NxWK|yPGLrN|GRP_ETL|jo_GRP_RPT_0003_generateServiceSummaryXls_J1|Default|6|Java Exception|tFileExcelWorkbookOpen_1|java.lang.IllegalStateException:Zip File is closed|1&lt;BR /&gt;I used an open and save in my previous job that writes this file.</description>
      <pubDate>Thu, 11 Feb 2016 23:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306370#M77919</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-11T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306371#M77920</link>
      <description>Hi Jan,&lt;BR /&gt;Any idea why I'm getting this error? Appreciate your help on this..&lt;BR /&gt;Thanks&lt;BR /&gt;Shuba</description>
      <pubDate>Tue, 16 Feb 2016 08:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306371#M77920</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-16T08:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306372#M77921</link>
      <description>Without knowing your job design, I have no idea. Could you please post a screenshot of your job design?</description>
      <pubDate>Tue, 16 Feb 2016 17:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306372#M77921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306373#M77922</link>
      <description>screenshot… .zip&lt;BR /&gt;Please see my screenshots in the attached zip file.&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 17 Feb 2016 00:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306373#M77922</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-17T00:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Writing to two sheets in the same excel file from one job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306374#M77923</link>
      <description>Screesnshots attached.</description>
      <pubDate>Wed, 17 Feb 2016 00:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Writing-to-two-sheets-in-the-same-excel-file-from-one/m-p/2306374#M77923</guid>
      <dc:creator>sjaganmo</dc:creator>
      <dc:date>2016-02-17T00:13:02Z</dc:date>
    </item>
  </channel>
</rss>

