Skip to content

Commit ecb7e39

Browse files
committed
updated documentation of range argument in function read_excel
1 parent 5b7ead7 commit ecb7e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

larray/inout/excel.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def read_excel(filepath, sheet=0, nb_axes=None, index_col=None, fill_value=nan,
6464
Engine to use to read the Excel file. If None (default), it will use 'xlwings' by default if the module is
6565
installed and relies on Pandas default reader otherwise.
6666
range : str, optional
67-
Range in which the array is stored. Used only if engine is 'xlwings'. If slice(None) (default), the range
68-
is automatically detected starting at cell A1.
67+
Range to load the array from (only supported for the 'xlwings' engine). Defaults to slice(None) which loads
68+
the whole sheet, ignoring blank cells in the bottom right corner.
6969
**kwargs
7070
7171
Returns

0 commit comments

Comments
 (0)