@syncfusion/ej2-angular-spreadsheet 33.2.3 → 33.2.4
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
|
@@ -4,9 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
-
####
|
|
7
|
+
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I829459` - Issue with "exception occurs when rendering charts with discontinuous data ranges containing empty cells" has been resolved.
|
|
10
|
+
|
|
11
|
+
- `#I829043` - Issue with "formulas prefixed with `+` or `-` not being recognized and evaluated" has been resolved.
|
|
12
|
+
- `#I830256` - Issue with "incorrect formula reference highlighting when selecting cells through defined names" has been resolved.
|
|
13
|
+
- `#I829434` - Issue with "string arguments passed to user-defined functions being auto-detected as dates and converted to date serial numbers" has been resolved.
|
|
10
14
|
|
|
11
15
|
## 33.1.49 (2026-04-14)
|
|
12
16
|
|
|
@@ -1443,7 +1447,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1443
1447
|
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1444
1448
|
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1445
1449
|
- **Localization:** Provides inherent support to localize the UI.
|
|
1446
|
-
- **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.## 33.
|
|
1450
|
+
- **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.## 33.2.3 (2026-04-21)
|
|
1451
|
+
|
|
1452
|
+
### Spreadsheet
|
|
1453
|
+
|
|
1454
|
+
#### Features
|
|
1455
|
+
|
|
1456
|
+
- `#I802051` - Introduced support for custom function categories in the spreadsheet `Insert Function` dialog. Users can now create new categories, associate custom functions with them, and add category descriptions for better organization and discoverability.
|
|
1457
|
+
|
|
1458
|
+
## 33.1.46 (2026-03-31)
|
|
1447
1459
|
|
|
1448
1460
|
### Spreadsheet
|
|
1449
1461
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.4",
|
|
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": "~33.2.3",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.2.3",
|
|
11
|
-
"@syncfusion/ej2-spreadsheet": "33.2.
|
|
11
|
+
"@syncfusion/ej2-spreadsheet": "33.2.4"
|
|
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 = '^33.2.
|
|
4
|
+
exports.pkgVer = '^33.2.4';
|
|
5
5
|
exports.moduleName = 'SpreadsheetModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.4';
|