When I save a StyleFrame object using sf.to_excel(), the header's style does not get saved to the xls file. Xls file's header always comes up in Arial 12 which appears to me as some default. Right before calling sf.to_excel() my sf.columns[0].container.style.font has the font I want (Calibri), but the xls file shows the header in Arial 12. Whereas data rows in xls are fine as they show the style I kept on sf's data rows.
Is there a way to control the header's style while using sf.to_excel()?