Skip to content

DHTMLX Spreadsheet 6.0

Latest

Choose a tag to compare

@mafanya23 mafanya23 released this 26 May 15:07
· 2 commits to master since this release
1ecce4d

Released on May 20, 2026

Review of release on the blog

Breaking changes

The new release introduces significant changes in the Spreadsheet API: there is a set of deprecated methods, properties and events. Check the Migration guide to keep in step with the latest version.

New functionality

Updates

  • The ability to adjust the font size of cell content:
  • New conditional aggregate functions are added into the formulas engine: COUNTIF, COUNTIFS, SUMIF, SUMIFS, AVERAGEIF, AVERAGEIFS, MAXIFS, MINIFS
  • New dynamic array functions are added into the formulas engine: CHOOSECOLS, CHOOSEROWS, DROP, EXPAND, RANDARRAY, SEQUENCE, SORT, SORTBY, TAKE, TEXTSPLIT, TOCOL, TOROW, UNIQUE, WRAPCOLS, WRAPROWS
  • The awaitRedraw() helper is added for Spreadsheet to detect the rendering process and run the desired code after the component finishes rendering
  • JSDoc annotations are added to the type definitions, providing inline API descriptions, parameter types, and code examples directly in the IDE