Spire.Spreadsheet 4.3.3

Spire.Spreadsheet 4.3.3 supports custom sorting

We're pleased to announce the release of Spire.Spreadsheet 4.3.3. This version supports custom sorting and it also fixes two issues that occurred when loading files and invoking KeyDown and PreviewKeyDown events. See the following content for more details.

Here is a list of changes made in this release

Category ID Description
New Feature SPREADSHEET-158 Supports custom sorting.
var range = spreadsheet.Worksheets[0].GetSelectedRange();
//Start from 0, 1 means the second column in the range
int sortIndexs = new int[]{1,};
var sortOrders = new Forms.SortOrder[]{ Forms.SortOrder.Descending };
range.Sort(sortIndexs, sortOrders, SortOrientation.Vertical, false);
Bug SPREADSHEET-156 Fixes the issue that the application threw exception when loading an excel file.
Bug SPREADSHEET-157 Fixes the issue that the events of KeyDown and PreviewKeyDown didn't take effect.
Click the link to download Spire.Spreadsheet 4.3.3:
More information of Spire.Spreadsheet new release or hotfix: