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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileOutputExcel header as in Bold Text

I'm trying to create an excel file. the very fist line should be a header in Bold text . How can I create that. I dont see any option for that.
I'm using TDQ 4.0.1
Labels (2)
2 Replies
Anonymous
Not applicable
Author

I don't use TDQ, but on Talend Open Studio, I would use JasperReports' iReport Designer to create the formated Excel template then invoke it with TOS' tJasperOutput component. The JasperReport is saved as a JRXML.
TOS provides the data for the report via an input flow. tJasperOutput specifies the output format, in this case Excel.
Here is a post with screenshots showing how this is done. iReport is a free download.
http://bekwam.blogspot.com/2011/05/using-talend-as-datasource-for-jasper.html
Anonymous
Not applicable
Author

Thanks Walkerca