@syncfusion/ej2-angular-spreadsheet 34.2.4 → 34.2.5

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,6 +6,14 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#852961` - Issue with "script error occurring when opening an Excel file containing a scatter chart with a series name defined as a literal text value" has been resolved.
10
+
11
+ ## 34.2.4 (2026-08-18)
12
+
13
+ ### Spreadsheet
14
+
15
+ #### Bug fixes
16
+
9
17
  - `#I860768` - Issue with "`ROUNDUP` and `ROUNDDOWN` formulas not displaying validation error dialog when required arguments are missing" has been resolved.
10
18
  - Updated component name casing in telemetry to ensure consistent event tracking and reporting.
11
19
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Angular Spreadsheet Component
1
+ # Angular Spreadsheet Editor Component
2
2
 
3
- The [Angular Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/angular-spreadsheet-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm) is an user interactive component to organize and analyze data in tabular format with configuration options for customization. It will load data by importing an Excel/CSV file or from local and remote data sources such as JSON, RESTful services, OData services, and more. The populated data can be exported as Excel with xlsx, xls, CSV and PDF formats.
3
+ The [Angular Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/angular-spreadsheet-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm) is an user interactive component to organize and analyze data in tabular format with configuration options for customization. It will load data by importing an Excel/CSV file or from local and remote data sources such as JSON, RESTful services, OData services, and more. The populated data can be exported as Excel with xlsx, xls, CSV and PDF formats.
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://help.syncfusion.com/document-processing/excel/spreadsheet/angular/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm">Getting started</a> .
@@ -155,6 +155,47 @@ Product support is available through the following mediums.
155
155
  * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm)
156
156
  * Live chat
157
157
 
158
+ ## Other Popular Angular Components
159
+
160
+ Explore other popular Syncfusion<sup>®</sup> Angular components curated from UI components, standalone SDKs, and document solution suites.
161
+
162
+ <table>
163
+ <tr>
164
+ <td align="center">
165
+ <a href="https://www.syncfusion.com/angular-components/angular-data-grid">Angular DataGrid</a>
166
+ </td>
167
+ <td align="center">
168
+ <a href="https://www.syncfusion.com/angular-components/angular-charts">Angular Charts</a>
169
+ </td>
170
+ <td align="center">
171
+ <a href="https://www.syncfusion.com/angular-components/angular-file-manager">Angular File Manager</a>
172
+ </td>
173
+ <td align="center">
174
+ <a href="https://www.syncfusion.com/gantt-sdk/angular-gantt-chart">Angular Gantt Chart</a>
175
+ </td>
176
+ <td align="center">
177
+ <a href="https://www.syncfusion.com/diagram-sdk/angular-diagram">Angular Diagram</a>
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <td align="center">
182
+ <a href="https://www.syncfusion.com/scheduler-sdk/angular-scheduler">Angular Scheduler</a>
183
+ </td>
184
+ <td align="center">
185
+ <a href="https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor">Angular DOCX Editor</a>
186
+ </td>
187
+ <td align="center">
188
+ <a href="https://www.syncfusion.com/pdf-viewer-sdk/angular-pdf-viewer">Angular PDF Viewer</a>
189
+ </td>
190
+ <td align="center">
191
+ <a href="https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor">Angular Rich Text Editor</a>
192
+ </td>
193
+ <td align="center">
194
+ <a href="https://www.syncfusion.com/angular-components/angular-maps-library">Angular Maps</a>
195
+ </td>
196
+ </tr>
197
+ </table>
198
+
158
199
  ## Changelog
159
200
 
160
201
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-spreadsheet-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-spreadsheet",
3
- "version": "34.2.4",
3
+ "version": "34.2.5",
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": "~34.2.4",
9
+ "@syncfusion/ej2-base": "~34.2.5",
10
10
  "@syncfusion/ej2-angular-base": "~34.2.4",
11
- "@syncfusion/ej2-spreadsheet": "34.2.4"
11
+ "@syncfusion/ej2-spreadsheet": "34.2.5"
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 = '^34.2.4';
4
+ exports.pkgVer = '^34.2.5';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~34.2.4';
6
+ exports.themeVer = '~34.2.5';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^34.2.4';
2
+ export const pkgVer = '^34.2.5';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~34.2.4';
4
+ export const themeVer = '~34.2.5';