Juri
Juri
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
Given the following spreadsheet with an empty first column:  Loading the sheet with e.g. `use_columns='B:C'` (or `use_columns=[1, 2]`) actually selects columns C and D: ```python read_excel('sheet.xlsx').load_sheet(0, use_columns='B:C').to_polars() shape: (3,...