We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e644c commit 6f33ba0Copy full SHA for 6f33ba0
1 file changed
docs/api_documentation.rst
@@ -397,7 +397,7 @@ The `styleframe` module contains a single class `StyleFrame` which servers as th
397
.. note:: ``to_excel`` also accepts all arguments that ``pandas.DataFrame.to_excel`` accepts as kwargs.
398
399
:param excel_writer: File path or existing ExcelWriter
400
- :type excel_writer: str or pandas.ExcelWriter
+ :type excel_writer: str or pandas.ExcelWriter or pathlib.Path
401
:param str sheet_name: Name of sheet the StyleFrame will be exported to
402
:param bool allow_protection: Allow to protect the cells that specified as protected. If used ``protection=True``
403
in a Styler object this must be set to `True`.
0 commit comments