I am exporting pandas dataframe as table in html , exported to outlook.
The table appears fine but the double cell borders are not good, I want a single line border, check the attached screenshot and code.
df[['Col1','col2']].to_html( header=True, index=False, na_rep='NaN', formatters=None, sparsify=None, index_names=True, justify=None, classes=None, notebook=False, border=1, table_id=None)