Skip to content

Improve docs on formatting Excel sheets using xlsxwriter #27356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Dr-Irv opened this issue Jul 12, 2019 · 3 comments · Fixed by #27366
Closed

Improve docs on formatting Excel sheets using xlsxwriter #27356

Dr-Irv opened this issue Jul 12, 2019 · 3 comments · Fixed by #27366
Labels

Comments

@Dr-Irv
Copy link
Contributor

Dr-Irv commented Jul 12, 2019

Code Sample, a copy-pastable example if possible

N/A

Problem description

I'd like to suggest that the documentation about formatting Excel sheets in the I/O tools page here: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html?highlight=xlsxwriter#style-and-formatting be improved by putting in a reference to the numerous examples provided by the xlsxwriter documentation here:

https://xlsxwriter.readthedocs.io/pandas_examples.html

I'm willing to do a PR, but I didn't know if there was some reason for not including the external reference on that particular page.

Expected Output

N/A

Output of pd.show_versions()

pandas 0.24.2

@WillAyd
Copy link
Member

WillAyd commented Jul 12, 2019

Makes sense to me - is there something similar for openpyxl?

@WillAyd WillAyd added the Docs label Jul 12, 2019
@Dr-Irv
Copy link
Contributor Author

Dr-Irv commented Jul 12, 2019

@WillAyd I think you can do formatting with openpyxl, but the documentation on how it interacts with pandas is very thin compared to what I pointed to above for xlsxwriter, where they have lots of examples. Didn't see those kinds of examples in the openpyxl docs.

@WillAyd
Copy link
Member

WillAyd commented Jul 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants