<?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] Problem with tFileExcelSheetOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300982#M73153</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Excel report of size 16 MB which has multiple sheets. I have to update one sheet in Excel. This sheet has information and header set upto 14 rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my job desing.&lt;/P&gt;&lt;P&gt;tfileExcelWorkbookOpen --&amp;gt;&amp;gt; tFileDelimitted --&amp;gt;&amp;gt; tMap --&amp;gt;&amp;gt; TFileExcelSheetOutput --&amp;gt;. tFileExcelWorkbookSave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my Job advance set up, Java memory is set upto 8GB. &lt;/P&gt;&lt;P&gt;While running the job, I am getting OutOfMemory exception. &lt;/P&gt;&lt;P&gt;Please suggest, Is there any way to handle this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajender Prasad&lt;/P&gt;</description>
    <pubDate>Sun, 08 May 2022 09:27:05 GMT</pubDate>
    <dc:creator>Rajender</dc:creator>
    <dc:date>2022-05-08T09:27:05Z</dc:date>
    <item>
      <title>[resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300974#M73145</link>
      <description>Hi 
&lt;BR /&gt;I'm using these componentes (tFileExcelWorkbook) to generate medium-heavy excel files because the standard FileOutputExcel from Talend always crash by memory issues. 
&lt;BR /&gt;With tFileExcelWoorkbook I have two problems: 
&lt;BR /&gt;1. I have a template which I copy every time I want to generate the report. This template has a little header with a summary of the content (count of rows and total of a numeric colum). Under this data there are the column headers. 
&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;TOTAL ROWS &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;TOTAL $ &amp;nbsp; &amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;549.660 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;400,000,00 &amp;nbsp;| 
&lt;BR /&gt;| 
&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;COLUMN 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;COLUMN 2 &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;COLUMN 3 &amp;nbsp; &amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; 
&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; 
&lt;BR /&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;###### &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; 
&lt;BR /&gt;I want to fill the two top cells (Total Rows and Total $). However, when i try to do it I configure tFileExcelSeetOutput with 
&lt;I&gt;Row start index (starts with 1)&lt;/I&gt;&amp;nbsp;= 2 (to fill the second row's cells). But appears this error: 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;Exception in component tFileExcelSheetOutput_2&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;java.lang.IllegalArgumentException: Attempting to write a row in the range that is already written to disk.&lt;/FONT&gt; 
&lt;BR /&gt;On the template these cells are empty and there is not any value, what can I do with it? 
&lt;BR /&gt; 
&lt;BR /&gt;2. I want to generate an excel with 75.000 rows aprox (xlsx - 2007) and 27 columns (two of them have a lot of text). The job begins ok but suddenly an error stop the process: JAVA HEAP MEMORY. I've modify the configuration file&amp;nbsp; 
&lt;I&gt;Talend-Studio-win32-x86.ini&amp;nbsp;&lt;/I&gt;to change the params Xms and Xmx but if I modify it with any value, Talend doesn't launch and appears a JVM error. What can we do? I'm using a 32bits machine and this configuration: 
&lt;BR /&gt;-vmargs 
&lt;BR /&gt;-Xms64m 
&lt;BR /&gt;-Xmx1000m 
&lt;BR /&gt;-XX:MaxPermSize=512m 
&lt;BR /&gt;-Dfile.encoding=UTF-8 
&lt;BR /&gt; 
&lt;BR /&gt;Cheers and thanks.</description>
      <pubDate>Wed, 24 Sep 2014 10:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300974#M73145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T10:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300975#M73146</link>
      <description>Hi, 
&lt;BR /&gt;tFileExcelWorkbook is a custom component shared by jlolling on Talend Exchange. You'd better contact to the author 
&lt;A href="http://www.talendforge.org/forum/profile.php?id=22952" target="_blank" rel="nofollow noopener noreferrer"&gt;jlolling&lt;/A&gt; directly. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 24 Sep 2014 10:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300975#M73146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T10:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300976#M73147</link>
      <description>Ok ok , thanks!!</description>
      <pubDate>Wed, 24 Sep 2014 10:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300976#M73147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300977#M73148</link>
      <description>It looks like your job writes the file before the actual output has been finished. This can happen because of a misused trigger (OnComponentOk at the output component is a common error).
&lt;BR /&gt;You could also write the header information with a different component e.g. tFileExcelNamedCellOutput or tFileExcelReferencedCellOutput and avoid "confusing" the tFileExcelSheetOutput component.
&lt;BR /&gt;Named cells would have the advantage you can locate them where you want and they will be always found.</description>
      <pubDate>Wed, 24 Sep 2014 11:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300977#M73148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300978#M73149</link>
      <description>Hi Jan&lt;BR /&gt;Thanks, I'm going to try your idea to use&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelNamedCellOutput&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; or&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelReferencedCellOutput&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks!&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300978#M73149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T12:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300979#M73150</link>
      <description>jLolling, what is the cell name?? for example "A2"?? for second row and second col?</description>
      <pubDate>Wed, 24 Sep 2014 12:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300979#M73150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T12:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300980#M73151</link>
      <description>You can set a name for a cell in Excel in the left upper input field where you will read per default the current address (like A1) . 
&lt;BR /&gt;A named cell keep it name unique for the whole Excel document, therefore the component tFileExcelNamedCellOutput does not need to know the sheet (index or name). 
&lt;BR /&gt;The problem above is caused by the Memory saving mode and its behaviour to allow writing cells only in the natural order and you cannot write a cell before a cell what is already written. This restriction is caused by the design of the Streaming Workbook (this is what the memory Saving Mode uses) which does not keep all cells/rows in the memory (but in a separate temporary file). &amp;nbsp;</description>
      <pubDate>Thu, 25 Sep 2014 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300980#M73151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300981#M73152</link>
      <description>jlolling thanks you very much for all your interest, patience and time 
&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;I'm checking other ways to get it using your custom components (very useful for any purpose). 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 25 Sep 2014 11:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300981#M73152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T11:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300982#M73153</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Excel report of size 16 MB which has multiple sheets. I have to update one sheet in Excel. This sheet has information and header set upto 14 rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my job desing.&lt;/P&gt;&lt;P&gt;tfileExcelWorkbookOpen --&amp;gt;&amp;gt; tFileDelimitted --&amp;gt;&amp;gt; tMap --&amp;gt;&amp;gt; TFileExcelSheetOutput --&amp;gt;. tFileExcelWorkbookSave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my Job advance set up, Java memory is set upto 8GB. &lt;/P&gt;&lt;P&gt;While running the job, I am getting OutOfMemory exception. &lt;/P&gt;&lt;P&gt;Please suggest, Is there any way to handle this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajender Prasad&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 09:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300982#M73153</guid>
      <dc:creator>Rajender</dc:creator>
      <dc:date>2022-05-08T09:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300983#M73154</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please have a look at this KB article about:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/OutOfMemory-Exception-WmtmQ" alt="https://community.talend.com/s/article/OutOfMemory-Exception-WmtmQ" target="_blank"&gt;https://community.talend.com/s/article/OutOfMemory-Exception-WmtmQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if it is helpful for your use case.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 09:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300983#M73154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-09T09:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300984#M73155</link>
      <description>&lt;P&gt;14 rows is nothing. I write much much more rows in my job. Could you please export your job design (Right click on the job and choose Export Item) and also an excel template if some is in usage and send it to me? I would like to see what went wrong here.&lt;/P&gt;&lt;P&gt;use my email address: jan.lolling@gmail.com&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 09:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300984#M73155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-09T09:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with tFileExcelSheetOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300985#M73156</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please share or suggest where to download the component - tFileExcelSheetOutput &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-tFileExcelSheetOutput/m-p/2300985#M73156</guid>
      <dc:creator>Balakrishna</dc:creator>
      <dc:date>2023-08-10T15:35:37Z</dc:date>
    </item>
  </channel>
</rss>

