I have a xlsx file with color in cells and I would like to detect the color of each cell and add it as a new column. Result:
Is it possible to achieve this using the pandas library in Python? if not, is there any library to get the colors?
Greetings