Skip to main content

Hello!

I would like to have a color in a tab when I write an excel file. I don't find the solution on the excel writer parameters, or excelstyler. I would prefer not use template file.

Thanks!

Hi @us - I suggest you try to use python script after you write your excel file.

Like this: transformer FeatureWriter to generate your excel file and after the transformer FeatureReader to extract the excel file generated before and use a PythonCaller to style your Excel file.

 

https://xlsxwriter.readthedocs.io/example_tab_colors.html

 

Thanks,

Danilo


Hi!

Thanks, I will look this solution.


Reply