Python Forum

Full Version: Formatting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to figure out how to format only A2:A9, and C2:C9, my header has it's own formatting.

I wrote this line of code and would like to use it to format A2:A9, and C2:C9 but I'm not sure how to implement it.

chain = wb3.add_format({'num_format': '###0+00.00','align': 'center'})