@syncfusion/ej2-angular-spreadsheet 32.1.23 → 32.1.24

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,9 +6,10 @@
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.
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.
12
13
 
13
14
  ## 32.1.21 (2025-12-30)
14
15
 
@@ -1433,7 +1434,17 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1433
1434
  - **Save:** Provides option to save spreadsheet data as excel file.
1434
1435
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1435
1436
  - **Localization:** Provides inherent support to localize the UI.
1436
- - **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.## 31.2.16 (2025-12-02)
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)
1438
+
1439
+ ### Spreadsheet
1440
+
1441
+ #### Bug fixes
1442
+
1443
+ - `#I798245` - Issue with "the `COUNTIF` formula evaluating incorrectly when referencing a single cell" has been resolved.
1444
+ - `#I798245` - Issue with "the `DATEVALUE` formula evaluating incorrectly when given a date string without a year" has been resolved.
1445
+ - `#I798245` - Issue with "the `TEXT` formula evaluating incorrectly when using the `aaaa` or `aaa` format codes" has been resolved.
1446
+
1447
+ ## 31.2.16 (2025-12-02)
1437
1448
 
1438
1449
  ### Spreadsheet
1439
1450
 
package/package.json CHANGED
@@ -1,45 +1,30 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-spreadsheet",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@32.1.22",
4
- "_inBundle": false,
5
- "_integrity": "sha512-2iqB5EpErMfd9WCefftJ2SuSL96luRlzVh5vobFhCBwk4NEbhVDMPhQDAMAStpW54JuEfZ3TLnx446YndeDdiA==",
6
- "_location": "/@syncfusion/ej2-angular-spreadsheet",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "tag",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-spreadsheet",
12
- "name": "@syncfusion/ej2-angular-spreadsheet",
13
- "escapedName": "@syncfusion%2fej2-angular-spreadsheet",
14
- "scope": "@syncfusion",
15
- "rawSpec": "",
16
- "saveSpec": null,
17
- "fetchSpec": "latest"
2
+ "name": "@syncfusion/ej2-angular-spreadsheet",
3
+ "version": "32.1.24",
4
+ "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
8
+ "dependencies": {
9
+ "@syncfusion/ej2-base": "~32.1.24",
10
+ "@syncfusion/ej2-angular-base": "~32.1.24",
11
+ "@syncfusion/ej2-spreadsheet": "32.1.24"
18
12
  },
19
- "_requiredBy": [
20
- "#USER",
21
- "/"
13
+ "keywords": [
14
+ "angular",
15
+ "angular-spreadsheet"
22
16
  ],
23
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-32.1.22.tgz",
24
- "_shasum": "d53011c14529397c769a57f7342d7c4e7077c9ac",
25
- "_spec": "@syncfusion/ej2-angular-spreadsheet",
26
- "_where": "D:\\New folder\\temp\\custom-packages",
27
- "author": {
28
- "name": "Syncfusion Inc."
29
- },
30
- "bugs": {
31
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
32
- },
33
- "bundleDependencies": false,
34
- "dependencies": {
35
- "@syncfusion/ej2-angular-base": "~32.1.19",
36
- "@syncfusion/ej2-base": "~32.1.23",
37
- "@syncfusion/ej2-spreadsheet": "32.1.23"
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
38
20
  },
39
- "deprecated": false,
40
- "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
21
+ "sideEffects": false,
22
+ "module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
41
23
  "es2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
42
24
  "esm2020": "esm2020/syncfusion-ej2-angular-spreadsheet.mjs",
25
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
26
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
27
+ "typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
43
28
  "exports": {
44
29
  "./package.json": {
45
30
  "default": "./package.json"
@@ -53,22 +38,5 @@
53
38
  "default": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs"
54
39
  }
55
40
  },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
58
- "homepage": "https://www.syncfusion.com/angular-components",
59
- "keywords": [
60
- "angular",
61
- "angular-spreadsheet"
62
- ],
63
- "license": "SEE LICENSE IN license",
64
- "module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
65
- "name": "@syncfusion/ej2-angular-spreadsheet",
66
- "repository": {
67
- "type": "git",
68
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
69
- },
70
- "schematics": "./schematics/collection.json",
71
- "sideEffects": false,
72
- "typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
73
- "version": "32.1.23"
74
- }
41
+ "homepage": "https://www.syncfusion.com/angular-components"
42
+ }
@@ -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.22';
4
+ exports.pkgVer = '^32.1.24';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~32.1.22';
6
+ exports.themeVer = '~32.1.24';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^32.1.22';
2
+ export const pkgVer = '^32.1.24';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~32.1.22';
4
+ export const themeVer = '~32.1.24';