Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to using an Excel sheet as input, and then i used the tAggregate component to get some summary values like : SUM, AVERAGE of columns of the data in Excel.
But I am having difficulty trying to place the summary data in specific sheets / cells in the output Excel file.
SO its about using Talend to create a summary Report.
Hope someone can help me out with this, it seems that this should be simple.
(I am using Talend Open Studio for BigData version 7.1)
P.
I simply followed the given example and connect the tAggregate to tFileOutputExcel with "Main" link.
Can you be more precise? Where is exactly the problem?
Hi,
If my understanding about your query is right, you are looking to format the output results in the excel sheet to move to specific cells (like move data to cell C5 etc.).
It is not possible with standard components. If you want to load data to an excel sheet in a predefined format, you will have to use custom java codes using routines. You can pass the values to this routine and the routine will take care of the rest of formatting.
Having said that, you may have to do some quick surfing in java forums to get codes for excel formatting and from there, you can move forward in right direction.
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 🙂
For example,
Lets say i sum up a column in Excel, say the value is 4250, i get from the tAggregate component.
I want to pass this value somehow into another Excel file, and put it in a particular sheet, that has name Report_Summary.
Then put it in the cell on that sheet at location B5.
That's it. Its that simple.
Using tFileOutputExcel and "Is absolute Y pos." in "Basic Setting" should work.
Can you post screenshots?
No, but you can translate with java code directly in component definition (but why?).