Skip to content

Fix vertical-align: middle; for Styler.to_excel with xlsxwriter engine #47434

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

Merged
merged 10 commits into from
Jun 27, 2022

Conversation

tehunter
Copy link
Contributor

@tehunter tehunter commented Jun 20, 2022

@tehunter tehunter marked this pull request as ready for review June 20, 2022 17:33
@mroeschke mroeschke added the IO Excel read_excel, to_excel label Jun 23, 2022
@mroeschke mroeschke added this to the 1.5 milestone Jun 23, 2022
@tehunter tehunter requested a review from mroeschke June 24, 2022 18:09
@mroeschke
Copy link
Member

Looks to be a merge conflict and some code checks failing otherwise LGTM

@tehunter
Copy link
Contributor Author

@github-actions pre-commit

@mroeschke
Copy link
Member

@github-actions pre-commit

This functionality was removed recently unfortunately.

@mroeschke mroeschke merged commit 6e0f8b8 into pandas-dev:main Jun 27, 2022
@mroeschke
Copy link
Member

Thanks @tehunter

yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
…ngine (pandas-dev#47434)

* Fix vertical align failure on xlsxwriter

* CLN: linter

* Add what's new entry

* Add typing to test

* CLN: isort

* Update _xlsxwriter.py

* Remove unused xfail check

* Remove unnecessary imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When applied as style in to_excel(), 'vertical-align: middle' works for OpenPyXL, but not for XlsxWriter engine
2 participants