@syncfusion/ej2-angular-spreadsheet 30.1.38 → 30.1.39
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,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Spreadsheet
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I740743` - Issue with "memory not being released after importing an Excel file, leading to continuous memory usage growth" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 30.1.37 (2025-06-25)
|
|
12
|
+
|
|
13
|
+
### Spreadsheet
|
|
14
|
+
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
- **Improved Excel import performance:** Added support to skip styles and formats during Excel file import using the server-side library. This optimization reduces the generated JSON size and significantly improves rendering speed, especially for large or style-heavy Excel files.
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
21
|
+
- `#I733762` - Issue with "`IF` formula with string values being mistakenly considered as date values and returning the wrong result" has been resolved.
|
|
22
|
+
|
|
5
23
|
## 29.1.33 (2025-03-25)
|
|
6
24
|
|
|
7
25
|
### Spreadsheet
|
|
@@ -1346,7 +1364,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1346
1364
|
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1347
1365
|
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1348
1366
|
- **Localization:** Provides inherent support to localize the UI.
|
|
1349
|
-
- **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.##
|
|
1367
|
+
- **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.1.38 (2025-07-02)
|
|
1368
|
+
|
|
1369
|
+
### Spreadsheet
|
|
1370
|
+
|
|
1371
|
+
#### Bug fixes
|
|
1372
|
+
|
|
1373
|
+
- `#I734303` - Issue with "custom date format `mm-dd-yyyy` being incorrectly interpreted as the short date format `m/d/yyyy`" has been resolved.
|
|
1374
|
+
|
|
1375
|
+
## 27.1.48 (2024-09-18)
|
|
1350
1376
|
|
|
1351
1377
|
### Spreadsheet
|
|
1352
1378
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
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": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-29.2.0.tgz",
|
|
23
|
-
"_shasum": "801c156a8fae7a9d354d46685fe16050e3982049",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-spreadsheet@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
3
|
+
"version": "30.1.39",
|
|
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",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
35
9
|
"@syncfusion/ej2-base": "~30.1.38",
|
|
36
|
-
"@syncfusion/ej2-
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-spreadsheet": "30.1.39"
|
|
37
12
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"angular-spreadsheet"
|
|
16
|
+
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
20
|
+
},
|
|
21
|
+
"sideEffects": false,
|
|
22
|
+
"module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
40
23
|
"es2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
41
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",
|
|
42
28
|
"exports": {
|
|
43
29
|
"./package.json": {
|
|
44
30
|
"default": "./package.json"
|
|
@@ -52,22 +38,5 @@
|
|
|
52
38
|
"default": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs"
|
|
53
39
|
}
|
|
54
40
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"angular-spreadsheet"
|
|
61
|
-
],
|
|
62
|
-
"license": "SEE LICENSE IN license",
|
|
63
|
-
"module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
64
|
-
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
65
|
-
"repository": {
|
|
66
|
-
"type": "git",
|
|
67
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
68
|
-
},
|
|
69
|
-
"schematics": "./schematics/collection.json",
|
|
70
|
-
"sideEffects": false,
|
|
71
|
-
"typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
|
|
72
|
-
"version": "30.1.38"
|
|
41
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
73
42
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
|
|
2
|
-
export declare const pkgVer = "^29.
|
|
2
|
+
export declare const pkgVer = "^29.1.34";
|
|
3
3
|
export declare const moduleName = "SpreadsheetModule";
|
|
4
|
-
export declare const themeVer = "~29.
|
|
4
|
+
export declare const themeVer = "~29.1.34";
|
|
@@ -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.1.
|
|
4
|
+
exports.pkgVer = '^30.1.39';
|
|
5
5
|
exports.moduleName = 'SpreadsheetModule';
|
|
6
|
-
exports.themeVer = '~30.1.
|
|
6
|
+
exports.themeVer = '~30.1.39';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
|
|
2
|
-
export const pkgVer = '^30.1.
|
|
3
|
-
export const moduleName = 'SpreadsheetModule';
|
|
4
|
-
export const themeVer = '~30.1.
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
|
|
2
|
+
export const pkgVer = '^30.1.39';
|
|
3
|
+
export const moduleName = 'SpreadsheetModule';
|
|
4
|
+
export const themeVer = '~30.1.39';
|