Skip to content

Commit 269d368

Browse files
Dr-IrvWillAyd
authored andcommitted
Add small docs about xlsxwriter in user guide (pandas-dev#27366)
1 parent 51860f1 commit 269d368

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/user_guide/io.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3231,6 +3231,10 @@ The look and feel of Excel worksheets created from pandas can be modified using
32313231
* ``float_format`` : Format string for floating point numbers (default ``None``).
32323232
* ``freeze_panes`` : A tuple of two integers representing the bottommost row and rightmost column to freeze. Each of these parameters is one-based, so (1, 1) will freeze the first row and first column (default ``None``).
32333233

3234+
Using the `Xlsxwriter`_ engine provides many options for controlling the
3235+
format of an Excel worksheet created with the ``to_excel`` method. Excellent examples can be found in the
3236+
`Xlsxwriter`_ documentation here: https://xlsxwriter.readthedocs.io/working_with_pandas.html
3237+
32343238
.. _io.ods:
32353239

32363240
OpenDocument Spreadsheets

0 commit comments

Comments
 (0)