<?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 read same cell values from every sheet in a workbook in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255642#M38280</link>
    <description>Hi Jlolling, 
&lt;BR /&gt;I've tried again referencing a new workbook and the same setup that wasn't working for me before now works like magic. 
&lt;BR /&gt;I really don't know what to say. 
&lt;BR /&gt;But thanks for your help. 
&lt;BR /&gt;Facoda 
&lt;BR /&gt;-PS Also using this job could I get multiple cell values per sheet or a range per sheet? I want to get more than just one cell value</description>
    <pubDate>Mon, 09 Mar 2015 15:10:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-09T15:10:21Z</dc:date>
    <item>
      <title>How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255636#M38274</link>
      <description>Hi there, 
&lt;BR /&gt;I would like to read particular cell values (same location) from every single worksheet in a particular workbook. So far I can only read particular cell values in just one sheet using the technique described here:&amp;nbsp; 
&lt;A href="https://help.talend.com/search/all?query=Extracting+data+from+specific+Excel+cells&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Extracting data from specific Excel cells&lt;/A&gt;. For some reason (I still have an issue pending on this forum about it) I cannot cycle through all the sheets having selected 'All Sheets' in the tFileInputExcel component. 
&lt;BR /&gt;Now I'm trying a second technique setting up my process as shown in the diagram attached. The question I have are: 
&lt;BR /&gt;1. How can I get the cell value (using Excel cell reference such as A1) from the sheet in the workbook that I am referencing so I can actually output that value in tLogRow 
&lt;BR /&gt;2. Is it possible that I can use this technique to get Excel cell values from all the sheets in the workbook 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Facoda 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCzb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145729i0161FA83715101F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCzb.jpg" alt="0683p000009MCzb.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCro.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155307i1D148B1C26172040/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCro.jpg" alt="0683p000009MCro.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 06 Mar 2015 12:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255636#M38274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T12:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255637#M38275</link>
      <description>For sure you can: your design was nearly ok &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;Open the schema of the tFileExcelReferencedCellInput and copy all IN_ columns to the input schema. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCoZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144028i9C5664F9947F890A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCoZ.png" alt="0683p000009MCoZ.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Iterate through all sheets (or filter them) and use the return variable CURREN_SHEET_NAME the setup the sheet.</description>
      <pubDate>Fri, 06 Mar 2015 20:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255637#M38275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T20:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255638#M38276</link>
      <description>Hi Jlolling, 
&lt;BR /&gt;Thanks for your assistance. I have setup my job as recommended but I'm having problems: 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tFileExcelReferencedCellInput_1&lt;BR /&gt;java.lang.Exception: Cell does not exists: ref=null sheet=1 row=2 col=B&lt;BR /&gt;	at media_spend_harmonisation.excelcell_0_1.ExcelCell.tFileExcelSheetList_1Process(ExcelCell.java:1790)&lt;BR /&gt;	at media_spend_harmonisation.excelcell_0_1.ExcelCell.tFileExcelWorkbookOpen_1Process(ExcelCell.java:427)&lt;BR /&gt;	at media_spend_harmonisation.excelcell_0_1.ExcelCell.runJobInTOS(ExcelCell.java:2480)&lt;BR /&gt;	at media_spend_harmonisation.excelcell_0_1.ExcelCell.main(ExcelCell.java:2339)&lt;/PRE&gt; 
&lt;BR /&gt;I cannot understand this. Even when I put the index of the sheet as one still same problem i.e. the cell does not exist clearly the return variable for sheet index is correct. 
&lt;BR /&gt;This is confusing. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Facoda 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCoa.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131517iCD0331DF9DF6496D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCoa.jpg" alt="0683p000009MCoa.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255638#M38276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T12:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255639#M38277</link>
      <description>I have made only an example. You have to address the cell you need (for sure another cell than my example row 2 and column B).
&lt;BR /&gt;Perhaps you post a screenshot of your excel file to show me where is your content?</description>
      <pubDate>Mon, 09 Mar 2015 13:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255639#M38277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T13:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255640#M38278</link>
      <description>There is definitely a value in Sheet1 as can be seen in the diagram below: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCoe.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142752iD6D967D4EC3CEFCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCoe.jpg" alt="0683p000009MCoe.jpg" /&gt;&lt;/span&gt;The tLogRow output is strange though for sheet index. It's 0 as can be seen. Shouldn't it be returning 1 from the return variable? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCjX.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156391iBE5EC2CCA0AADB78/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCjX.jpg" alt="0683p000009MCjX.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255640#M38278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255641#M38279</link>
      <description>The sheet index is 0-based (perhaps a bit confusing because of the default name) but technically the first sheet has the index 0.</description>
      <pubDate>Mon, 09 Mar 2015 14:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255641#M38279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T14:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255642#M38280</link>
      <description>Hi Jlolling, 
&lt;BR /&gt;I've tried again referencing a new workbook and the same setup that wasn't working for me before now works like magic. 
&lt;BR /&gt;I really don't know what to say. 
&lt;BR /&gt;But thanks for your help. 
&lt;BR /&gt;Facoda 
&lt;BR /&gt;-PS Also using this job could I get multiple cell values per sheet or a range per sheet? I want to get more than just one cell value</description>
      <pubDate>Mon, 09 Mar 2015 15:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255642#M38280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255643#M38281</link>
      <description>Of course you can. It up to you to address cells in the same or another sheet. In my example one row from the tFixFlowInput addresses one cell in a sheet.&amp;nbsp;</description>
      <pubDate>Mon, 09 Mar 2015 15:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255643#M38281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255644#M38282</link>
      <description>Sorry to be pestering here. I'm not sure it's possible to reference more than one cell per sheet. The outputs are single cells only. For example if I want to reference the following ranges in a single sheet in Excel: 
&lt;BR /&gt;1. D7:E8 
&lt;BR /&gt;2. H8:H10 
&lt;BR /&gt;I couldn't do it unless I was using multiple tFileExcelReferenceCellInput component for each cell value? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Facoda</description>
      <pubDate>Mon, 09 Mar 2015 15:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255644#M38282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T15:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255645#M38283</link>
      <description>I guess you see it more complex as it is actually. 
&lt;BR /&gt;Every input row of the component addresses one cell and it does not matter in which sheet it is. 
&lt;BR /&gt;If you have 3 sheets with 4 cells you have to define 4 rows in the tFixedFlowInput and because of the iteration through the tFileExcelSheetList you get in the end 12 rows. 
&lt;BR /&gt;The component unfortunately does not support a cell range. To digger the values of cell ranges you should use the tFileExcelSheetInput.</description>
      <pubDate>Mon, 09 Mar 2015 16:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255645#M38283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255646#M38284</link>
      <description>I'm not sure I understand. Increasing the row just duplicates the cell output. For example, if I cycle through 2 Sheets and 1 cell on each sheet then I just get 2 copies of the same value = 4 rows. That's if I put 2 rows in the FixedFlowInput?</description>
      <pubDate>Mon, 09 Mar 2015 17:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255646#M38284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T17:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255647#M38285</link>
      <description>Hi Jlolling, 
&lt;BR /&gt;The actual solution that I need that is perfect for what I want to do is here:&amp;nbsp; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmbmCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Extracting-data-from-specific-Excel-cells-tutorial/td-p/84549&lt;/A&gt; 
&lt;BR /&gt;But I can only get the solution to select the specific cells on the first sheet (even if I select 'All Sheets' on the tFileInputExcel component) the whole solution does not cycle through all the sheets in the entire workbook. 
&lt;BR /&gt;Actually, in the screenshot below it looks like the 'All Sheets' selection is working as it is cycling through a significant amount of rows.&amp;nbsp; 
&lt;BR /&gt;However, the tFixedFlowInput is only returning one row it would seem. 
&lt;BR /&gt;Maybe I need to use another component rather than the tFixedFlowInput?&amp;nbsp; 
&lt;BR /&gt;Any suggestions? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Facoda 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCzg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156238i75A4BA04F6F981C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCzg.jpg" alt="0683p000009MCzg.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCqE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135240i0C82948E0033EE64/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCqE.jpg" alt="0683p000009MCqE.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCsM.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148416iCB68A3443939D836/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCsM.jpg" alt="0683p000009MCsM.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255647#M38285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-10T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to read same cell values from every sheet in a workbook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255648#M38286</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I guess you see it more complex as it is actually.&lt;BR /&gt;Every input row of the component addresses one cell and it does not matter in which sheet it is.&lt;BR /&gt;If you have 3 sheets with 4 cells you have to define 4 rows in the tFixedFlowInput and because of the iteration through the tFileExcelSheetList you get in the end 12 rows.&lt;BR /&gt;The component unfortunately does not support a cell range. To digger the values of cell ranges you should use the tFileExcelSheetInput.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I'm not sure I understand. Increasing the row just duplicates the cell output. For example, if I cycle through 2 Sheets and 1 cell on each sheet then I just get 2 copies of the same value = 4 rows. That's if I put 2 rows in the FixedFlowInput? 
&lt;BR /&gt;Hello, 
&lt;BR /&gt;I am having the exact same issue and I don't understand how to select multiple cells. 
&lt;BR /&gt;I tried using an inline table in tFixedFlowInput, but I get that error : 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tFileExcelReferencedCellInput_2&lt;BR /&gt;java.lang.IllegalArgumentException: Row index must &amp;gt;= 1&lt;/PRE&gt; 
&lt;BR /&gt;Have you found a solution?</description>
      <pubDate>Wed, 20 Jul 2016 16:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-same-cell-values-from-every-sheet-in-a-workbook/m-p/2255648#M38286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T16:30:42Z</dc:date>
    </item>
  </channel>
</rss>

