Skip to content

Commit 806511d

Browse files
committed
Deleted removed argument 'sheetname' from StyleFrame.read_excel documentation
1 parent 79dc2cf commit 806511d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

styleframe/style_frame.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ def read_excel(cls, path: str, sheet_name: Union[str, int] = 0, read_style: bool
158158
.. note:: :meth:`read_excel` also accepts all arguments that :func:`pandas.read_excel` accepts as kwargs.
159159
160160
:param str path: The path to the Excel file to read.
161-
:param sheetname:
162-
.. deprecated:: 1.6
163-
Use ``sheet_name`` instead.
164-
.. versionchanged:: 4.0
165-
Removed
166161
:param sheet_name: The sheet name to read. If an integer is provided then it be used as a zero-based
167162
sheet index. Default is 0.
168163
:type sheet_name: str or int

0 commit comments

Comments
 (0)