@syncfusion/ej2-angular-spreadsheet 32.1.24 → 32.1.25

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
@@ -2,15 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Spreadsheet
6
-
7
- #### Bug fixes
8
-
9
- - `#I796692` - Issue with "the defined names not working with `non-ASCII` characters" has been resolved.
10
- - `#I798245` - Issue with "the `TIME` and `NOW` formulas returned incorrect output when the spreadsheet was rendered in other culture" has been resolved.
11
- - `#I798245` - Issue with "the `TEXT` formula returned an empty string instead of the month name when using the `mmmm` format" has been resolved.
12
- - `#I798245` - Issue with "the `VLOOKUP` formula returned `#REF!` error after adding and deleting a non formula referenced sheet" has been resolved.
13
-
14
5
  ## 32.1.21 (2025-12-30)
15
6
 
16
7
  ### Spreadsheet
@@ -1434,7 +1425,18 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1434
1425
  - **Save:** Provides option to save spreadsheet data as excel file.
1435
1426
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1436
1427
  - **Localization:** Provides inherent support to localize the UI.
1437
- - **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.## 32.1.22 (2026-01-06)
1428
+ - **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.## 32.1.24 (2026-01-20)
1429
+
1430
+ ### Spreadsheet
1431
+
1432
+ #### Bug fixes
1433
+
1434
+ - `#I796692` - Issue with "the defined names not working with `non-ASCII` characters" has been resolved.
1435
+ - `#I798245` - Issue with "the `TIME` and `NOW` formulas returned incorrect output when the spreadsheet was rendered in other culture" has been resolved.
1436
+ - `#I798245` - Issue with "the `TEXT` formula returned an empty string instead of the month name when using the `mmmm` format" has been resolved.
1437
+ - `#I798245` - Issue with "the `VLOOKUP` formula returned `#REF!` error after adding and deleting a non formula referenced sheet" has been resolved.
1438
+
1439
+ ## 32.1.22 (2026-01-06)
1438
1440
 
1439
1441
  ### Spreadsheet
1440
1442
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "32.1.24",
3
+ "version": "32.1.25",
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.24",
10
10
  "@syncfusion/ej2-angular-base": "~32.1.24",
11
- "@syncfusion/ej2-spreadsheet": "32.1.24"
11
+ "@syncfusion/ej2-spreadsheet": "32.1.25"
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.24';
4
+ exports.pkgVer = '^32.1.25';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~32.1.24';
6
+ exports.themeVer = '~32.1.25';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^32.1.24';
2
+ export const pkgVer = '^32.1.25';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~32.1.24';
4
+ export const themeVer = '~32.1.25';