@syncfusion/ej2-angular-spreadsheet 32.1.21 → 32.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,16 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I798245` - Issue with "the `COUNTIF` formula evaluating incorrectly when referencing a single cell" has been resolved.
10
+ - `#I798245` - Issue with "the `DATEVALUE` formula evaluating incorrectly when given a date string without a year" has been resolved.
11
+ - `#I798245` - Issue with "the `TEXT` formula evaluating incorrectly when using the `aaaa` or `aaa` format codes" has been resolved.
12
+
13
+ ## 32.1.21 (2025-12-30)
14
+
15
+ ### Spreadsheet
16
+
17
+ #### Bug fixes
18
+
9
19
  - `#I787911` - Issue with "left border not applied properly in the merged cells during scrolling" has been resolved.
10
20
 
11
21
  - `#I795505` - Issue with "bullet points not displaying when pasting tables from PowerPoint into the Spreadsheet due to negative text-indent values" has been resolved.
package/README.md CHANGED
@@ -168,4 +168,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
168
168
 
169
169
  See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm) for more info.
170
170
 
171
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
171
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "32.1.21",
3
+ "version": "32.1.22",
4
4
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~32.1.19",
10
10
  "@syncfusion/ej2-angular-base": "~32.1.19",
11
- "@syncfusion/ej2-spreadsheet": "32.1.21"
11
+ "@syncfusion/ej2-spreadsheet": "32.1.22"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
4
- exports.pkgVer = '^32.1.21';
4
+ exports.pkgVer = '^32.1.22';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~32.1.21';
6
+ exports.themeVer = '~32.1.22';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^32.1.21';
2
+ export const pkgVer = '^32.1.22';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~32.1.21';
4
+ export const themeVer = '~32.1.22';