I need to get cell colors from excel with conditional formatting. Cells are colored with conditional formatting rules, so I cannot read the background color directly, as it's always 00000000. Tried libraries: openpyxl and pandas.
Asked
Active
Viewed 700 times
2
-
1Does something like this work? https://stackoverflow.com/a/7991458/1835727 – Ben Feb 21 '22 at 09:58