for pandas 0.24:
The below doesn't work anymore:
import pandas.io.formats.excel
pandas.io.formats.excel.header_style = None
anyone has any solution in the same way as above, as workaround works sometimes for static things, not for all.
Please check if someone has any solution.