<?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: Working with tJavaRow - Excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199698#M2498</link>
    <description>there is custom component tFileExcelReferencedCellInput . You coud try that as well.</description>
    <pubDate>Thu, 17 Jan 2019 13:13:44 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-01-17T13:13:44Z</dc:date>
    <item>
      <title>Working with tJavaRow - Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199696#M2496</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have this code to work with Excel rows using tJavaRow:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ExJava1.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M23Z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152132i691150AAABBD3AA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M23Z.png" alt="0683p000009M23Z.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have these doubts&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;1-)&amp;nbsp;&lt;STRONG&gt;output_row.A = input_row.A.toLowerCase()&lt;/STRONG&gt; modifies the entire column i'm working with, i would like to know how do i modify only a single cell, not an entire column. For example, something like A2.toLowerCase();&lt;/P&gt; 
&lt;P&gt;2-) Is there any Java library&amp;nbsp;to work with Excel files? Im new using tJavaRow and i haven't worked with java code in Talend components yet.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 12:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199696#M2496</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2019-01-17T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Working with tJavaRow - Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199697#M2497</link>
      <description>&lt;A href="https://help.talend.com/reader/eh9WpFesWS~soEOr0cnHCQ/d5pHWffz0ZuTR9btmVVmQQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/eh9WpFesWS~soEOr0cnHCQ/d5pHWffz0ZuTR9btmVVmQQ&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;this would help. To get A2 , you could do like this :
&lt;BR /&gt;
&lt;BR /&gt;int seq=Numeric.sequence("xyz",1,1);
&lt;BR /&gt;if (seq == 2) {
&lt;BR /&gt;output_row.A = input_row.A.toLowerCase();
&lt;BR /&gt;}else {
&lt;BR /&gt;output_row.A = input_row.A;
&lt;BR /&gt;}</description>
      <pubDate>Thu, 17 Jan 2019 13:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199697#M2497</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-17T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Working with tJavaRow - Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199698#M2498</link>
      <description>there is custom component tFileExcelReferencedCellInput . You coud try that as well.</description>
      <pubDate>Thu, 17 Jan 2019 13:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199698#M2498</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-17T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Working with tJavaRow - Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199699#M2499</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp;That's what i need. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-tJavaRow-Excel/m-p/2199699#M2499</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2019-01-17T13:42:36Z</dc:date>
    </item>
  </channel>
</rss>

