I'm trying to apply a style to an excel table using python. I've read this: Apply styles while exporting to 'xlsx' in pandas with XlsxWriter It is not passible to apply a style during the export of a dataframe to excel. I'm trying to open a saved excel file and set the style using openpyxl and tableStyleInfo, but without success.
How can I change a table style?