When I use pandas dataframe to excel, the border of the header will be generated automatically. When I use styleframe to excel, the border of the whole table will be generated automatically. I can not use pandas.io.formats.excel.header_style = None to remove the border of dataframe and styleframe.
pandas.io.formats.excel.header_style = None