@syncfusion/ej2-angular-spreadsheet 29.2.10 → 30.1.37

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,54 +4,13 @@
4
4
 
5
5
  ### Spreadsheet
6
6
 
7
- #### Bug fixes
8
-
9
- - `#I723982` - Issue with "exception occurs when saving the Spreadsheet with large data as an Excel file in `XLS` format" has been resolved.
10
-
11
- ## 29.2.8 (2025-06-03)
12
-
13
- ### Spreadsheet
14
-
15
- #### Bug fixes
16
-
17
- - `#I714036` - Issue with "custom data validation formula containing double quotes with cell reference is altered unexpectedly" has been resolved.
18
-
19
- ## 29.1.41 (2025-05-06)
20
-
21
- ### Spreadsheet
22
-
23
- #### Bug fixes
24
-
25
- - `#I714036` - Issue with "custom data validation formula is not retained as entered when the formula contains `?`" has been resolved.
26
- - `#I709078` - Issue with "double quotes not parsed correctly in nested formulas using & for string concatenation" has been resolved.
27
-
28
- ## 29.1.39 (2025-04-22)
29
-
30
- ### Spreadsheet
31
-
32
- #### Bug fixes
33
-
34
- - `#I700006` - Issue with "image left position changes when switching between sheets after importing" has been resolved.
35
-
36
- ## 29.1.37 (2025-04-08)
37
-
38
- ### Spreadsheet
39
-
40
- #### Bug fixes
41
-
42
- - `#I700006` - Issue with "images missing or being misplaced when importing an Excel file into the Spreadsheet" has been resolved.
43
-
44
- - `#I703649` - Issue with "charts in duplicated sheets still refer to the original sheet data" has been resolved.
45
-
46
- ## 29.1.35 (2025-04-01)
7
+ #### Features
47
8
 
48
- ### Spreadsheet
9
+ - **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.
49
10
 
50
11
  #### Bug fixes
51
12
 
52
- - `#I696599` - Issue with "spreadsheet becomes unresponsive when switching to a sheet with table-referenced formulas" has been resolved.
53
-
54
- - `#I697174` - Issue with "disabled toolbar icons are unexpectedly enabled after loading a new document" has been resolved.
13
+ - `#I733762` - Issue with "`IF` formula with string values being mistakenly considered as date values and returning the wrong result" has been resolved.
55
14
 
56
15
  ## 29.1.33 (2025-03-25)
57
16
 
@@ -1397,31 +1356,7 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1397
1356
  - **Save:** Provides option to save spreadsheet data as excel file.
1398
1357
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1399
1358
  - **Localization:** Provides inherent support to localize the UI.
1400
- - **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.## 29.2.5 (2025-05-21)
1401
-
1402
- ### Spreadsheet
1403
-
1404
- #### Bug fixes
1405
-
1406
- - `#I719002` - Issue with "exception occurs when exporting a Spreadsheet with a sheet name longer than 31 characters" has been resolved.
1407
-
1408
- ## 29.2.4 (2025-05-14)
1409
-
1410
- ### Spreadsheet
1411
-
1412
- #### Bug fixes
1413
-
1414
- - `#I717301` - Issue with "auto-fill is not working in finite mode with limited rows and columns" has been resolved.
1415
-
1416
- ## 29.1.40 (2025-04-29)
1417
-
1418
- ### Spreadsheet
1419
-
1420
- #### Bug fixes
1421
-
1422
- - `#I705510` - Issue with "#value error occurs when concatenating nested formulas with text using '&' in formula " has been resolved.
1423
-
1424
- ## 27.1.48 (2024-09-18)
1359
+ - **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.## 27.1.48 (2024-09-18)
1425
1360
 
1426
1361
  ### Spreadsheet
1427
1362
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "29.2.10",
3
+ "version": "30.1.37",
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",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~29.2.4",
10
- "@syncfusion/ej2-angular-base": "~29.2.10",
11
- "@syncfusion/ej2-spreadsheet": "29.2.10"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-spreadsheet": "30.1.37"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^29.2.4";
2
+ export declare const pkgVer = "^29.1.34";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~29.2.4";
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 = '^29.2.10';
4
+ exports.pkgVer = '^30.1.37';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~29.2.10';
6
+ exports.themeVer = '~30.1.37';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^29.2.10';
3
- export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~29.2.10';
1
+ export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
+ export const pkgVer = '^30.1.37';
3
+ export const moduleName = 'SpreadsheetModule';
4
+ export const themeVer = '~30.1.37';