Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi sidewolf,
You requirement is not very clear for us. Do you want to mark your input/output data with background (color) by using Talend?
Best regards
Sabrina
The build-in excel components are not able to handle styles.
The only way to apply styles (like conditional formatting) is using the component suite tFileExcel*
You need 3 components:
tFileExcelWorkbookOpen to open an existing file (containing your styles and formats) or create an new empty workbook
tFileExcelSheetOutput to create/write a sheet (fully documented, refer the resources to the component)
tFileExcelWorkbookSave to save the read or created workbook as new file.
Visit Talend Exchange and search for excel
They are not out-of-the-box in the studio but Talend Exchange is supposed to provide such extensions.
Follow these instructions:
Hi team,
The below given link is not working. I want to format the output excel as shown in screenshot
i.e header backgroud, header text bold, data text in skyblue color etc
Please let me know how to achive it