sf = sf[[col for col in sf.columns
if col.style.fill.fgColor.rgb in ('FFFFFFFF', utils.colors.white)]]
I got an error when read the file and looping the columns
return object.__getattribute__(self, name)
AttributeError: 'Series' object has no attribute 'columns'
I want to read the excel without loosing the style values