I've been fairly successful in conditionally formatting my excel file using pandas/excelwriter
However, I am having trouble create diverging colored databars, like the ones that can be create in excel:
I've tried to set a min and max color:
worksheet.conditional_format('G2:I80'{'type':'data_bar','min_color':'red','max_color':'green'})
But the result is this: