I am trying to take a dataframe and create a spreadsheet from that dataframe using the xlsxwriter
I am trying to do some formatting to the header row, but the only f
In case you have 0.22, you must do pd.io.formats.excel.header_style = None. Check this git page out.
pd.io.formats.excel.header_style = None