Skip to content

Commit 9d8c624

Browse files
committed
[add] dynamic array functions into what's new 6.0
1 parent 05424f9 commit 9d8c624

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/whats_new.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The new release introduces significant changes in the Spreadsheet API: there is
3232
- setting a default font size option via a [built-in toolbar control](/customization/#default-controls)
3333
- setting a [custom font size](/customization/#custom-font-size) for the toolbar control
3434
- New conditional aggregate functions are added into the [formulas engine](/functions/#math-functions): `COUNTIF`, `COUNTIFS`, `SUMIF`, `SUMIFS`, `AVERAGEIF`, `AVERAGEIFS`, `MAXIFS`, `MINIFS`
35+
- New dynamic array functions are added into the [formulas engine](/functions/#array-functions): `CHOOSECOLS`, `CHOOSEROWS`, `DROP`, `EXPAND`, `RANDARRAY`, `SEQUENCE`, `SORT`, `SORTBY`, `TAKE`, `TEXTSPLIT`, `TOCOL`, `TOROW`, `UNIQUE`, `WRAPCOLS`, `WRAPROWS`
3536
- The [`awaitRedraw()`](/awaitredraw/) helper is added for Spreadsheet to detect the rendering process and run the desired code after the component finishes rendering
3637
- [JSDoc annotations](/using_typescript/#jsdoc-hints) are added to the type definitions, providing inline API descriptions, parameter types, and code examples directly in the IDE
3738

0 commit comments

Comments
 (0)