DOC: Mention styler in the to_excel documentation
See original GitHub issuexref #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.
Issue Analytics
- State:
- Created a year ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
pandas.io.formats.style.Styler.to_excel
Write Styler to an Excel sheet. To write a single Styler to an Excel .xlsx file it is only necessary to specify a...
Read more >The Worksheet Class — XlsxWriter Documentation
The Worksheet Class. The worksheet class represents an Excel worksheet. It handles operations such as writing data to cells or formatting worksheet layout....
Read more >Excel Generation Documentation - DocRaptor HTML to PDF ...
DocRaptor supports many CSS style attributes you're already familiar with, plus a few Excel file specific attributes. Here is a complete list of...
Read more >Intro to Excel Spreadsheets - EPA
The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are;.
Read more >Make your Excel documents accessible to people with ...
If you must use an image with text in it, repeat that text in the document. In alt text, briefly describe the image...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@FrnRmn - you’re definitely on the right track here! The links should work, and for this issue we want to mention
Styler.to_excel
and not justStyler
.I’m +1 on See Also and even an explicit note on when the Styler should be used (no surprise: adding styles to Excel output), but I don’t think we should have examples of method A in the API docs of method B, even if they are closely related.