# v0.17.0: Select Sheet Modal, Add Column Improvements, and Column Ordering Facility!

### ✨ New

* The import widget will ask the user which sheet to import when an Excel file has more than one sheet.
  * Impler will identify the Excel Template generated by itself and will auto-select a valid sheet to import.
* Developer can sort columns according to their need using a column ordering facility.
* Removed `validate` step from the import widget to remove unnecessary friction and data from the import widget.

### ➕ Improved

* Adding multiple columns in a column table in one go is possible, using only a keyboard.
* Added focus to name while duplicating Import and prefilled name of import for ease.
* Add column flow was losing focus while adding columns one after another.

### 🔧 Fixed

* Terminate import action was calling the API with undefined, which is well-tested now.
* People write data in Excel. But while parsing, excel was giving incorrect date format, so we made sure that this issue did not occur in the template we generated.

We’re constantly working on improving the way handle CSV & Excel import in your product, and we value your input on features, bugs, and more. Make sure you join [discord](htts://discord.impler.io) to have a chat with us and share your thoughts!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.impler.io/february-2024/v0.17.0-select-sheet-modal-add-column-improvements-and-column-ordering-facility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
