You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/style.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -918,7 +918,7 @@
918
918
"\n",
919
919
"<span style=\"color: red\">*Experimental: This is a new feature and still under development. We'll be adding features and possibly making breaking changes in future releases. We'd love to hear your feedback.*</span>\n",
920
920
"\n",
921
-
"Some support is available for exporting styled `DataFrames` to Excel worksheets using the `OpenPyXL` engine. CSS2.2 properties handled include:\n",
921
+
"Some support is available for exporting styled `DataFrames` to Excel worksheets using the `OpenPyXL` or `xlsxwriter` engines. CSS2.2 properties handled include:\n",
922
922
"\n",
923
923
"- `background-color`\n",
924
924
"- `border-style`, `border-width`, `border-color` and their {`top`, `right`, `bottom`, `left` variants}\n",
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ To convert a ``SparseDataFrame`` back to sparse SciPy matrix in COO format, you
368
368
Excel output for styled DataFrames
369
369
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
370
370
371
-
Experimental support has been added to export ``DataFrame.style`` formats to Excel using the ``openpyxl`` engine. (:issue:`15530`)
371
+
Experimental support has been added to export ``DataFrame.style`` formats to Excel using the ``openpyxl`` or ``xlsxwriter`` engines. (:issue:`15530`, :issue:`16149`)
372
372
373
373
For example, after running the following, ``styled.xlsx`` renders as below:
0 commit comments