Skip to content

Releases: DHTMLX/docs-spreadsheet

DHTMLX Spreadsheet 6.0

Choose a tag to compare

@mafanya23 mafanya23 released this 26 May 15:07
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

DHTMLX Spreadsheet 5.2

Choose a tag to compare

@mafanya23 mafanya23 released this 20 May 15:13
7eb1375

Released on May 20, 2025

Review of release on the blog

Breaking changes

The new release introduces some changes to the freezing/unfreezing functionality for columns and rows. Check the Migration guide to keep in step with the latest version.

Deprecated

  • The leftSplit and topSplit configuration properties are removed

New functionality

DHTMLX Spreadsheet 5.1

Choose a tag to compare

@serhiipylypchuk1991 serhiipylypchuk1991 released this 12 Dec 14:53
e56d4f2

DHTMLX Spreadsheet 5.0

Choose a tag to compare

@mafanya23 mafanya23 released this 20 Nov 14:08

Released on November 21, 2022

Review of release on the blog

Breaking changes

The new release introduces some changes to the toolbarBlocks property. Check the Migration article to keep in step with the latest version.

New functionality

Updates

  • Extended list of locale options
  • Extended list of hotkey combinations:
    • for data search
      • Ctrl (Cmd) + F
      • Ctrl (Cmd) + G
      • Ctrl (Cmd) + Shift + G
    • for selecting the whole column/row
      • Ctrl (Cmd) + Space
      • Shift + Space
    • for aligning the content of a cell left/right/center
      • Ctrl (Cmd) + Shift + L
      • Ctrl (Cmd) + Shift + R
      • Ctrl (Cmd) + Shift + E
    • for crossing out the content of a cell
      • Alt + Shift + 5 (Cmd + Shift + X)
    • for adding new sheets and switching between them
      • Shift + F11
      • Alt + Arrow Up/ Arrow Down
    • for inserting a hyperlink in a cell
      • Ctrl (Cmd) + K

DHTMLX Spreadsheet 4.3

Choose a tag to compare

@vashkinazi vashkinazi released this 16 Nov 08:42

Released on May 23, 2022

Breaking changes

Version 4.3 doesn't bring any breaking changes but introduces a new way of handling actions performed in the spreadsheet. Check the details in the Migration article.

New functionality

Updates

  • The parse() method is updated. New editor attribute of a cell object is added