Skip to content

Commit 69d75fa

Browse files
committed
Added documentation and whatsnew
1 parent 6626a97 commit 69d75fa

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

doc/source/user_guide/style.ipynb

+9-3
Original file line numberDiff line numberDiff line change
@@ -1594,8 +1594,9 @@
15941594
"\n",
15951595
"\n",
15961596
"- Only CSS2 named colors and hex colors of the form `#rgb` or `#rrggbb` are currently supported.\n",
1597-
"- The following pseudo CSS properties are also available to set excel specific style properties:\n",
1597+
"- The following pseudo CSS properties are also available to set Excel specific style properties:\n",
15981598
" - `number-format`\n",
1599+
" - `border-style` (for Excel-specific styles: \"hair\", \"mediumDashDot\", \"dashDotDot\", \"mediumDashDotDot\", \"dashDot\", \"slandDashDot\", or \"mediumDashed\")\n",
15991600
"\n",
16001601
"Table level styles, and data cell CSS-classes are not included in the export to Excel: individual cells must have their properties mapped by the `Styler.apply` and/or `Styler.applymap` methods."
16011602
]
@@ -2026,7 +2027,7 @@
20262027
],
20272028
"metadata": {
20282029
"kernelspec": {
2029-
"display_name": "Python 3 (ipykernel)",
2030+
"display_name": "Python 3.10.4 ('pandas-testing')",
20302031
"language": "python",
20312032
"name": "python3"
20322033
},
@@ -2040,7 +2041,12 @@
20402041
"name": "python",
20412042
"nbconvert_exporter": "python",
20422043
"pygments_lexer": "ipython3",
2043-
"version": "3.9.5"
2044+
"version": "3.10.4"
2045+
},
2046+
"vscode": {
2047+
"interpreter": {
2048+
"hash": "99ba7404bdbf380b6668594445346cc49dc5e126b0bc53947f71689e253b4235"
2049+
}
20442050
}
20452051
},
20462052
"nbformat": 4,

doc/source/whatsnew/v1.5.1.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Fixed regressions
2323

2424
Bug fixes
2525
~~~~~~~~~
26-
-
26+
- Bug in :class:`CSSToExcelConverter` leading to error when unrecognized ``border-style`` (including ``"hair"``) provided to Excel writers (:issue:`48649`)
27+
- Bug in :class:`CSSToExcelConverter` where border would not fall back on black when border style or width provided without a color (:issue:`48649`)
2728
-
2829

2930
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)