igniteui-angular
igniteui-angular copied to clipboard
Excel Library - Sorting doesn't work in the way as specified by SortingDirection.
Description
Excel Library - Sorting doesn't work in a way as specified by SortingDirection.
- igniteui-angular version: 14.0.16
- igniteui-angular-excel: 14.1.1
- browser: Any
Steps to reproduce
- npm install and npm run build-serve the attached sample and open it in a browser.
- Click the "file choose" button and choose Book1.xlsx in the attached zip. -> Wait until Book2.xlsx is downloaded.
- Open the downloaded Book2.xlsx and see the Birthday column.
Result
The data is sorted in an descending order.
Expected result
The data should be sorted in an ascending order.
Attachments
Some notes
Similarly, if you set SortingDirection.None, the data is sorted in an ascending order. And also, if you set SortingDirection.Desc, an error which says that the value is not valid occurs.