Add small docs about xlsxwriter in user guide (#27366) · pandas-dev/pandas@269d368 (original) (raw)

Original file line number Diff line number Diff line change
@@ -3231,6 +3231,10 @@ The look and feel of Excel worksheets created from pandas can be modified using
3231 3231 * ``float_format`` : Format string for floating point numbers (default ``None``).
3232 3232 * ``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``).
3233 3233
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 +
3234 3238 .. _io.ods:
3235 3239
3236 3240 OpenDocument Spreadsheets