-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
BUG/ENH: Translate CSS border properties for Styler.to_excel #45312
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
Changes from 21 commits
Commits
Show all changes
30 commits Select commit Hold shift + click to select a range
9543045 BUG/ENH: Improve border CSS parsing (GH42276)
tehunter d071893 Fix issue where width 'pt' is not recognized and fix border shorthand…
tehunter fb31af3 BUG: Xlsxwriter crashes on to_excel with only 'border-color' (GH30008…
tehunter 9827ad9 DOC: Update documentation to resolve GH42267
tehunter 67b9fff Merge remote-tracking branch 'upstream/master' into tmp
tehunter aaac09a CLN: Comply with PEP8 checks
tehunter f6af38a CLN: Remove whitespace
tehunter 9af2869 Fixes from pre-commit [automated commit]
tehunter 13c3fa6 BUG: Fixed issue with invalid colors generating borders
tehunter 3d067d0 Merged origin/style-border-css
tehunter 18a6a41 Fixes from pre-commit [automated commit]
tehunter a5cd011 Merge remote-tracking branch 'upstream/master' into style-border-css
tehunter f3b1d13 Merge branch 'style-border-css' of https://github.com/tehunter/pandas…
tehunter 905a6ca Cleaned code and improved test (GH45312)
tehunter cce6457 Merge remote-tracking branch 'upstream/master' into style-border-css
tehunter 7e6f5f1 Fixes from pre-commit [automated commit]
tehunter 337b2f4 Clean border_expander
tehunter cd28198 Eliminate redundant test expansions
tehunter ed5d5ca Merge branch 'style-border-css' of https://github.com/tehunter/pandas…
tehunter 7caca16 Fixes from pre-commit [automated commit]
tehunter 50f93a1 Updated docstrings and what's new entry
tehunter 88590dc Merge branch 'main' into style-border-css
jreback 4785dc4 Update doc/source/whatsnew/v1.5.0.rst
tehunter 93cfb92 Update pandas/tests/io/formats/test_css.py
tehunter dec6920 Resolved doc-build check
tehunter 17dc457 Fixes from pre-commit [automated commit]
tehunter 21bb3f6 Merge branch 'main' into style-border-css
attack68 15e8a5d Merge remote-tracking branch 'upstream/main' into style-border-css
tehunter d9f2ed3 Merge branch 'style-border-css' of https://github.com/tehunter/pandas…
tehunter fa15e0a Pre-commit cleanup
tehunter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -20,6 +20,7 @@ Styler | |
| ^^^^^^ | ||
| | ||
| - New method :meth:`.Styler.to_string` for alternative customisable output methods (:issue:`44502`) | ||
| - Added the ability to render `border` and `border-{side}` CSS properties in Excel (:issue:`42276`) | ||
| | ||
| .. _whatsnew_150.enhancements.enhancement2: | ||
| | ||
| | @@ -43,8 +44,10 @@ These are bug fixes that might have notable behavior changes. | |
| | ||
| .. _whatsnew_150.notable_bug_fixes.notable_bug_fix1: | ||
| | ||
| notable_bug_fix1 | ||
| ^^^^^^^^^^^^^^^^ | ||
| Styler | ||
| ^^^^^^ | ||
| | ||
| - Fixed bug in :class:`CSSToExcelConverter` leading to ``TypeError`` when border color provided without border style for ``xlsxwriter`` engine (:issue:`42276`) | ||
| Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. just put this in the I/O section | ||
| | ||
| .. _whatsnew_150.notable_bug_fixes.notable_bug_fix2: | ||
| | ||
| | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.