File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2020- Fetch the required shape from worksheet.
2121- Leverage the power of named ranges.
2222
23- ## Feature & Enhancements in Version 23.8
23+ ## Feature & Enhancements in Version 23.9
2424
25- - Support to lock API.
26- - Optimize protect API.
25+ Full list of issues covering all changes in this release:
26+
27+ - Support to data sorting on range controller.
28+ - Support to remove duplicate data on list object.
29+ - Support to insert slicer for list object.
30+ - Optimize list object and related objects.
2731
2832## Read & Write Spreadsheet Formats
2933
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333)
3434
3535func Version() {
36- fmt.Println("---Version: 23.8 ---")
36+ fmt.Println("---Version: 23.9 ---")
3737}
3838
3939/*
You can’t perform that action at this time.
0 commit comments