Feature Type
Problem Description
I would love to be able to format both column names and index names when trying to export to excel.
Feature Description
Format both column names and index names when trying to export to excel.
df=pd.DataFrame()
df.style.apply_map_index_names(func:, axis,)
Alternative Solutions
There are a few modules regarding Python and Excel that I believe have this feature like StyleSheet
Additional Context
No response