Closed
Description
xref #47525
In our DataFrame.to_excel documentation we don't have any mention to Styler.to_excel which is very relevant.
Users checking the documentation on how to export a DataFrame
to Excel should be aware that they can use the Styler
to format the exported file. Personally I'd add the class to See Also
, and I'd add a very short example at the end of our examples, with a link to the Styler.to_excel
page. I think that would be good for users who may be interested in that feature. But other ideas also welcome.