@syncfusion/ej2-angular-spreadsheet 30.2.7 → 31.1.17-87665

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,26 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Spreadsheet
6
-
7
- #### Bug fixes
8
-
9
- - `#I751627` - Issue with "cell selection and console errors when using formula references in a cell" has been resolved.
10
-
11
- ## 30.2.4 (2025-08-07)
12
-
13
- ### Spreadsheet
14
-
15
- #### Features
16
-
17
- - `#I706975` - Now, interpolation support has been introduced for charts that reference date values, providing behaviour similar to Microsoft Excel.
18
-
19
- - `#I737268` - Now, you can export the Spreadsheet with your defined custom formulas by enabling the `AllowCustomFormula` option in the server library.
20
-
21
- #### Bug fixes
22
-
23
- - `#I747371` - Issue with "extra blank line was added when copying and pasting text from an external source" has been resolved.
24
-
25
5
  ## 30.1.37 (2025-06-25)
26
6
 
27
7
  ### Spreadsheet
@@ -1378,41 +1358,7 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1378
1358
  - **Save:** Provides option to save spreadsheet data as excel file.
1379
1359
  - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1380
1360
  - **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.2.6 (2025-08-19)
1382
-
1383
- ### Spreadsheet
1384
-
1385
- #### Bug fixes
1386
-
1387
- - `#I756167` - Issue with "`SUM` formula is not calculated correctly for time-formatted cells during aggregate calculation" has been resolved.
1388
- - `#I756194` - Issue with "`SUMIFS` formula returns incorrect results when criteria includes wildcard characters" has been resolved.
1389
- - `#I756181` - Issue with "importing an Excel file containing `SORT` formula results in improper cell values" has been resolved.
1390
-
1391
- ## 30.2.5 (2025-08-13)
1392
-
1393
- ### Spreadsheet
1394
-
1395
- #### Bug fixes
1396
-
1397
- - `#I753107` - Issue with "`#REF!` error occurs when referencing a cell from a sheet without enclosing the sheet name in single quotes" has been resolved.
1398
-
1399
- ## 30.1.39 (2025-07-08)
1400
-
1401
- ### Spreadsheet
1402
-
1403
- #### Bug fixes
1404
-
1405
- - `#I740743` - Issue with "memory not being released after importing an Excel file, leading to continuous memory usage growth" has been resolved.
1406
-
1407
- ## 30.1.38 (2025-07-02)
1408
-
1409
- ### Spreadsheet
1410
-
1411
- #### Bug fixes
1412
-
1413
- - `#I734303` - Issue with "custom date format `mm-dd-yyyy` being incorrectly interpreted as the short date format `m/d/yyyy`" has been resolved.
1414
-
1415
- ## 27.1.48 (2024-09-18)
1361
+ - **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)
1416
1362
 
1417
1363
  ### Spreadsheet
1418
1364
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "30.2.7",
3
+ "version": "31.1.17-87665",
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": "~30.2.6",
10
- "@syncfusion/ej2-angular-base": "~30.2.4",
11
- "@syncfusion/ej2-spreadsheet": "30.2.7"
9
+ "@syncfusion/ej2-base": "~31.1.17",
10
+ "@syncfusion/ej2-angular-base": "~31.1.17",
11
+ "@syncfusion/ej2-spreadsheet": "31.1.17-87665"
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 = "^30.2.6";
2
+ export declare const pkgVer = "^30.1.37";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~30.2.6";
4
+ export declare const themeVer = "~30.1.37";
@@ -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.7';
4
+ exports.pkgVer = '^31.1.17';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~30.2.7';
6
+ exports.themeVer = '~31.1.17';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^30.2.7';
2
+ export const pkgVer = '^31.1.17';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~30.2.7';
4
+ export const themeVer = '~31.1.17';