python - how to fill color cells with 2 percentage data from other cells -
i have 3 cells example: a1: has independent value b1: has percentage value of %30 b2: has percentage value of %70
what want is, filling a1 cell background 2 colors (yellow/green). yellow needs @ %30 left , green needs %70 right can understand looking a1 percentage ratio %30 %70 except don't know how , apparently google
all of values coming python script using pandas module , writing excel file via xlsxwriter
Comments
Post a Comment