Results 5 issues of 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. ###...

bug
python
needs triage

### 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. ###...

documentation
python

Given the following spreadsheet with an empty first column: ![image](https://github.com/user-attachments/assets/0df6ffe3-4389-4e84-806e-97d76899d945) 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,...

feature request
:spiral_notepad: calamine :spiral_notepad: