Closed
Description
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.ExcelWriter.html?highlight=excelwriter
or
pandas/pandas/io/excel/_base.py
Line 544 in d9fff27
Documentation problem
Parameter path
has type str
, but based on this feature https://github.com/pandas-dev/pandas/issues/7074 I can pass io.BytesIO
.
Suggested fix for documentation
Change type description to str | io.BytesIO
.