Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Iterate data output to ExcelOutput Template

Hello.  I am using Talend Open Studio for big data 7.0.  I needed to create multiple Excel output(s) using a list of values into an Excel spreadsheet.  I used tFileInputExcel-->tFlowToIterate-->tDBInput-->tFileOutputExcel which works great. 

 

However, I have another request to do the same thing, but placing the output values in specific rows/columns in Excel.  Is it possible to use tFileExcelWorkbookOpen, tFileExcelSheetOutput and tFileExcelWorkbookSave for this?  I've tried different variations and keep getting errors.  Is there an order that it needs to be done or can it be done at all?  I've used these 3 components before when outputting just 1 file, but I need to create multiple files via tFlowToIterate.  Should this be approached differently such as creating the different files first then using the 3 components listed above?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

   I believe you are talking about custom components available in Talend exchange. The queries related to Talend exchange components can be answered by the corresponding Talend community members who have developed them. 

 

   Coming to the standard component, did you try the option marked below in tFileOutputExcel to start writing data from a specific position?

 

0683p000009M5qF.png

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

3 Replies
fdenis
Master
Master

where did you find tFileExcelSheetOutput and so on?
Anonymous
Not applicable
Author

Hi,

 

   I believe you are talking about custom components available in Talend exchange. The queries related to Talend exchange components can be answered by the corresponding Talend community members who have developed them. 

 

   Coming to the standard component, did you try the option marked below in tFileOutputExcel to start writing data from a specific position?

 

0683p000009M5qF.png

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Thank you! I didn't realize the standard component could be used using the above noted field(s)