I want to conditional format a data frame and later convert it to an image.
Here is the base image and the specifications.
Specifications
- Column key is unaffected
- Column base has data bars
- Rest all columns (c1 to c6) are conditional formatted together (conditional formatting together is important i.e the max value among all these columns will have the darkest colour and the minimum one will have the lightest colour), zeroes are removed and values are converted to %
- Then this final dataframe should be converted to an image




