@syncfusion/ej2-angular-spreadsheet 30.2.5 → 30.2.6
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,7 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I756167` - Issue with "`SUM` formula is not calculated correctly for time-formatted cells during aggregate calculation" has been resolved.
|
|
10
|
+
- `#I756194` - Issue with "`SUMIFS` formula returns incorrect results when criteria includes wildcard characters" has been resolved.
|
|
11
|
+
- `#I756181` - Issue with "importing an Excel file containing `SORT` formula results in improper cell values" has been resolved.
|
|
10
12
|
|
|
11
13
|
## 30.2.4 (2025-08-07)
|
|
12
14
|
|
|
@@ -1378,7 +1380,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1378
1380
|
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1379
1381
|
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1380
1382
|
- **Localization:** Provides inherent support to localize the UI.
|
|
1381
|
-
- **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.## 30.
|
|
1383
|
+
- **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.## 30.2.5 (2025-08-13)
|
|
1384
|
+
|
|
1385
|
+
### Spreadsheet
|
|
1386
|
+
|
|
1387
|
+
#### Bug fixes
|
|
1388
|
+
|
|
1389
|
+
- `#I753107` - Issue with "`#REF!` error occurs when referencing a cell from a sheet without enclosing the sheet name in single quotes" has been resolved.
|
|
1390
|
+
|
|
1391
|
+
## 30.1.39 (2025-07-08)
|
|
1382
1392
|
|
|
1383
1393
|
### Spreadsheet
|
|
1384
1394
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
3
|
-
"version": "30.2.
|
|
3
|
+
"version": "30.2.6",
|
|
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": "~30.2.4",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.2.4",
|
|
11
|
-
"@syncfusion/ej2-spreadsheet": "30.2.
|
|
11
|
+
"@syncfusion/ej2-spreadsheet": "30.2.6"
|
|
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 = '^30.2.
|
|
4
|
+
exports.pkgVer = '^30.2.6';
|
|
5
5
|
exports.moduleName = 'SpreadsheetModule';
|
|
6
|
-
exports.themeVer = '~30.2.
|
|
6
|
+
exports.themeVer = '~30.2.6';
|