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
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