You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ExcelWriter class in line 550 of pandas/pandas/io/excel.py takes a datetime_format parameter to format a datetime column.
Wouldn't it be useful to include a font_size parameter as well? Otherwise I don't see how I can set the font size apart from the hard way through xlsxwriter. Correct me if I am wrong.
The text was updated successfully, but these errors were encountered:
The
ExcelWriter
class in line 550 of pandas/pandas/io/excel.py takes adatetime_format
parameter to format a datetime column.Wouldn't it be useful to include a
font_size
parameter as well? Otherwise I don't see how I can set the font size apart from the hard way throughxlsxwriter
. Correct me if I am wrong.The text was updated successfully, but these errors were encountered: