diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/accessibility.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/accessibility.md
index 15c43b94dd..673a28caf0 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/accessibility.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/accessibility.md
@@ -9,7 +9,7 @@ documentation: ug
# Accessibility in EJ2 Javascript Spreadsheet control
-The Spreadsheet control followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
The accessibility compliance for the Spreadsheet control is outlined below.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/clipboard.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/clipboard.md
index afd28cdee7..58a451ce69 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/clipboard.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/clipboard.md
@@ -9,7 +9,7 @@ documentation: ug
# Clipboard in EJ2 Javascript Spreadsheet control
-The Spreadsheet provides support for the clipboard operations (cut, copy, and paste). Clipboard operations can be enabled or disabled by setting the [`enableClipboard`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#enableclipboard) property in Spreadsheet.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) provides support for the clipboard operations (cut, copy, and paste). Clipboard operations can be enabled or disabled by setting the [`enableClipboard`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#enableclipboard) property in Spreadsheet.
> By default, the `enableClipboard` property is true.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/collaborative-editing.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/collaborative-editing.md
index 99f5c35efd..900d508e52 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/collaborative-editing.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/collaborative-editing.md
@@ -9,7 +9,7 @@ documentation: ug
# Collaborative editing in EJ2 Javascript Spreadsheet control
-The collaborative editing support allows you to work at a spreadsheet collaboratively with other users. Multiple users can access to the the same spreadsheet simultaneously.
+The collaborative editing support allows you to work at a [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) collaboratively with other users. Multiple users can access to the the same spreadsheet simultaneously.
> * To use Collaborative editing, inject the `CollaborativeEditing` module in the spreadsheet.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/context-menu.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/context-menu.md
index 9653ba8f2b..c86da78366 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/context-menu.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/context-menu.md
@@ -9,7 +9,7 @@ documentation: ug
# Context menu in EJ2 Javascript Spreadsheet control
-Context Menu is used to improve user interaction with Spreadsheet using the popup menu. This will open when right-clicking on Cell/Column Header/Row Header/ Pager in the Spreadsheet. You can use [`enableContextMenu`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#enablecontextmenu) property to enable/disable context menu.
+Context Menu is used to improve user interaction with [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) using the popup menu. This will open when right-clicking on Cell/Column Header/Row Header/ Pager in the Spreadsheet. You can use [`enableContextMenu`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#enablecontextmenu) property to enable/disable context menu.
> The default value for the `enableContextMenu` property is `true`.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/data-binding.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/data-binding.md
index 0f7e5d0385..1996f5e84b 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/data-binding.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/data-binding.md
@@ -9,7 +9,7 @@ documentation: ug
# Data binding in EJ2 Javascript Spreadsheet control
-The Spreadsheet uses [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/), which supports both RESTful JSON data services and local JavaScript object array binding to a range. The `dataSource` property can be assigned either with the instance of [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/) or JavaScript object array collection.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) uses [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/), which supports both RESTful JSON data services and local JavaScript object array binding to a range. The `dataSource` property can be assigned either with the instance of [`DataManager`](https://helpej2.syncfusion.com/javascript/documentation/data/) or JavaScript object array collection.
> To bind data to a cell, use `cell data binding` support.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/feature-list.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/feature-list.md
index 51412c1da6..4cbe3c3b9e 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/feature-list.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/feature-list.md
@@ -9,7 +9,7 @@ documentation: ug
# Feature list in EJ2 Javascript Spreadsheet control
-The following table compares Excel functionality with the availability of EJ1 and EJ2 Spreadsheet features.
+The following table compares Excel functionality with the availability of EJ1 and EJ2 [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) features.
| **Features** | **Available in EJ1 Spreadsheet** | **Available in EJ2 Spreadsheet** | **Comments** |
| --- | --- | --- | --- |
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/filter.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/filter.md
index e6afe3de03..522c1978ce 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/filter.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/filter.md
@@ -9,7 +9,7 @@ documentation: ug
# Filter in EJ2 Javascript Spreadsheet control
-Filtering helps you to view specific rows in the spreadsheet by hiding the other rows. You can use the [`allowFiltering`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#allowfiltering) property to enable or disable filtering functionality.
+Filtering helps you to view specific rows in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) by hiding the other rows. You can use the [`allowFiltering`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#allowfiltering) property to enable or disable filtering functionality.
> * The default value for `allowFiltering` property is `true`.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formatting.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formatting.md
index f3b6641acc..8cb3a1d323 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formatting.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formatting.md
@@ -16,7 +16,7 @@ Formatting options make your data easier to view and understand. The different t
## Number Formatting
-Number formatting provides a type for your data in the Spreadsheet. Use the [`allowNumberFormatting`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allownumberformatting) property to enable or disable the number formatting option in the Spreadsheet. The different types of number formatting supported in Spreadsheet are,
+Number formatting provides a type for your data in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). Use the [`allowNumberFormatting`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allownumberformatting) property to enable or disable the number formatting option in the Spreadsheet. The different types of number formatting supported in Spreadsheet are,
| Types | Format Code | Format ID |
|---------|---------|---------|
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formulas.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formulas.md
index 9d9cea6277..b0ecd996f2 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formulas.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/formulas.md
@@ -22,7 +22,7 @@ You can set formula for a cell in the following ways,
## Culture-Based Argument Separator
-Previously, although you could import culture-based Excel files into the Spreadsheet, the formulas wouldn't calculate correctly. This was due to the absence of culture-based argument separators and support for culture-based formatted numeric values as arguments. However, starting from version 25.1.35, you can now import culture-based Excel files into the Spreadsheet component.
+Previously, although you could import culture-based Excel files into the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor), the formulas wouldn't calculate correctly. This was due to the absence of culture-based argument separators and support for culture-based formatted numeric values as arguments. However, starting from version 25.1.35, you can now import culture-based Excel files into the Spreadsheet component.
> Before importing culture-based Excel files, ensure that the Spreadsheet is rendered with the corresponding culture. Additionally, launch the import/export services with the same culture to ensure compatibility.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/getting-started.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/getting-started.md
index 64b98b3cc2..9f0728dc96 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/getting-started.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/getting-started.md
@@ -9,7 +9,7 @@ documentation: ug
# Getting Started with JavaScript Spreadsheet control
-This section explains the steps to create a simple [Syncfusion® JavaScript Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control in a JavaScript application.
+This section explains the steps to create a simple [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control in a JavaScript application.
## Create a JavaScript application
@@ -197,6 +197,9 @@ You can also explore the Spreadsheet interactively using the live sample below.
{% previewsample "/document-processing/code-snippet/spreadsheet/javascript-es5/spreadsheet/es5-getting-started-cs1" %}
+N> Looking for the full JavaScript Spreadsheet Editor component overview, features, pricing, and documentation? Visit the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) page.
+
+
## See also
* [Data Binding](./data-binding)
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/global-local.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/global-local.md
index 233a5791f5..f07a9b3410 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/global-local.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/global-local.md
@@ -11,7 +11,7 @@ documentation: ug
## Localization
-The [`Localization`](https://ej2.syncfusion.com/javascript/documentation/common/localization) library allows you to localize the default text content of the Spreadsheet. The Spreadsheet has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the
+The [`Localization`](https://ej2.syncfusion.com/javascript/documentation/common/localization) library allows you to localize the default text content of the Spreadsheet. The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the
[`locale`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#locale) value and translation object.
The following list of properties and their values are used in the Spreadsheet.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/how-to/identify-the-context-menu-opened.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/how-to/identify-the-context-menu-opened.md
index 9bb2037fb8..358ce11c89 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/how-to/identify-the-context-menu-opened.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/how-to/identify-the-context-menu-opened.md
@@ -9,7 +9,7 @@ documentation: ug
# Identify the context menu opened in EJ2 Javascript Spreadsheet control
-The Spreadsheet includes several context menus that will open and display depending on the action. When you right-click on a cell, for example, a context menu with options related to the cell element appears.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) includes several context menus that will open and display depending on the action. When you right-click on a cell, for example, a context menu with options related to the cell element appears.
The class name returned by the [contextMenuBeforeOpen](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#contextmenubeforeopen) event can be used to identify the context menu that is opened. The context menus and their class names are tabulated below.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/keyboard-shortcuts.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/keyboard-shortcuts.md
index 340bfb25e8..93941de5cf 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/keyboard-shortcuts.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/keyboard-shortcuts.md
@@ -9,7 +9,7 @@ documentation: ug
# Keyboard shortcuts in EJ2 Javascript Spreadsheet control
-The keyboard shortcuts supported in the spreadsheet are,
+The keyboard shortcuts supported in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) are,
| Shortcut | Description |
|-------|---------|
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/mobile-responsiveness.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/mobile-responsiveness.md
index 0c18df25aa..cff38ec099 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/mobile-responsiveness.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/mobile-responsiveness.md
@@ -9,8 +9,11 @@ documentation: ug
# Mobile responsiveness in EJ2 Javascript Spreadsheet control
-The Spreadsheet control rendered in desktop mode will be adaptive in all mobile devices where the layout gets adjusted based on their parent element’s dimensions to accommodate any resolution.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control rendered in desktop mode will be adaptive in all mobile devices where the layout gets adjusted based on their parent element’s dimensions to accommodate any resolution.
You can see the overflowed items of ribbon header, ribbon content, and sheet tab using touch and swipe action. The right navigation arrow is added at the end of the ribbon content through which the user can navigate towards overflowed items. Once you reached the rightmost end of the ribbon content, the right navigation arrow will change to left navigation arrow through which you can navigate to the left of the ribbon content.

+
+N> Looking for the full JavaScript Spreadsheet Editor component overview, features, pricing, and documentation? Visit the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) page.
+
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open-save.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open-save.md
index 7f76c4c6ac..007902b574 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open-save.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open-save.md
@@ -13,7 +13,7 @@ The native data format for Spreadsheet is `JSON`. When you open an excel file, i
## Open
-The Spreadsheet control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allowopen) as `true` and assign service url to the [`openUrl`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#openurl) property.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allowopen) as `true` and assign service url to the [`openUrl`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#openurl) property.
**User Interface**:
@@ -232,7 +232,7 @@ public class OpenOptions
### Open an excel file from Base64 string data
-In the Syncfusion® Spreadsheet component, there is no direct option to open data as a `Base64` string. To achieve this, the `import()` function fetches the `Base64` string, converts it to a Blob, creates a File object from the Blob, and then opens it using the [open](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#open) method in the spreadsheet.
+In the JavaScript Spreadsheet component, there is no direct option to open data as a `Base64` string. To achieve this, the `import()` function fetches the `Base64` string, converts it to a Blob, creates a File object from the Blob, and then opens it using the [open](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#open) method in the spreadsheet.
The following code example shows how to save the spreadsheet data as base64 string.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open.md
index 1ae17ba44b..b2f8a71e6d 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/open.md
@@ -9,7 +9,7 @@ documentation: ug
# Open in EJ2 Javascript Spreadsheet control
-The Spreadsheet control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](../api/spreadsheet/#allowopen) to `true` and assign service url to the [`openUrl`](../api/spreadsheet/#openurl) property.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](../api/spreadsheet/#allowopen) to `true` and assign service url to the [`openUrl`](../api/spreadsheet/#openurl) property.
The following list of Excel file formats are supported in Spreadsheet:
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/overview.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/overview.md
index c2c9f87e33..f6376ab058 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/overview.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/overview.md
@@ -9,7 +9,7 @@ documentation: ug
# Overview of the JavaScript (ES5) Spreadsheet Control
-The [Syncfusion® JavaScript Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is an user interactive control 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.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is an user interactive control 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.

diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/performance-best-practices.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/performance-best-practices.md
index d48ebfe569..a7cc02cd4c 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/performance-best-practices.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/performance-best-practices.md
@@ -9,7 +9,7 @@ documentation: ug
# Performance Best Practices in EJ2 JavaScript Spreadsheet Control
-Performance optimization is crucial when working with large datasets in the [Syncfusion® JavaScript Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). This documentation outlines best practices to enhance data handling efficiency and ensure a smooth, responsive user experience during various spreadsheet operations.
+Performance optimization is crucial when working with large datasets in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). This documentation outlines best practices to enhance data handling efficiency and ensure a smooth, responsive user experience during various spreadsheet operations.
## How to improve performance when opening Excel files in the Spreadsheet?
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/protect-sheet.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/protect-sheet.md
index c5b121eb6e..eed7c7b9a9 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/protect-sheet.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/protect-sheet.md
@@ -9,7 +9,7 @@ documentation: ug
# Protect sheet in EJ2 Javascript Spreadsheet control
-Sheet protection helps you to prevent the users from modifying the data in the spreadsheet.
+Sheet protection helps you to prevent the users from modifying the data in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor).
## Protect Sheet
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/ribbon.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/ribbon.md
index 3b53cb484d..96b714b05a 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/ribbon.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/ribbon.md
@@ -9,7 +9,7 @@ documentation: ug
# Ribbon in EJ2 Javascript Spreadsheet control
-It helps to organize a spreadsheet’s features into a series of tabs. By clicking the expand or collapse icon, you can expand or collapse the ribbon toolbar dynamically.
+It helps to organize a [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) features into a series of tabs. By clicking the expand or collapse icon, you can expand or collapse the ribbon toolbar dynamically.
## Ribbon Customization
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/rows-and-columns.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/rows-and-columns.md
index aa44f27756..5e1353388e 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/rows-and-columns.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/rows-and-columns.md
@@ -9,7 +9,7 @@ documentation: ug
# Rows and columns in EJ2 Javascript Spreadsheet control
-Spreadsheet is a tabular format consisting of rows and columns. The intersection point of rows and columns are called as cells. The list of operations that you can perform in rows and columns are,
+[JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is a tabular format consisting of rows and columns. The intersection point of rows and columns are called as cells. The list of operations that you can perform in rows and columns are,
* Insert
* Delete
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/save.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/save.md
index ede189cf03..ebdbc655d6 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/save.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/save.md
@@ -9,7 +9,7 @@ documentation: ug
# Save in EJ2 Javascript Spreadsheet control
-The Spreadsheet control saves its data, style, format, and more as Excel file document. To enable this feature, set [`allowSave`](../api/spreadsheet/#allowsave) to `true` and assign service url to the [`saveUrl`](../api/spreadsheet/#saveurl) property.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control saves its data, style, format, and more as Excel file document. To enable this feature, set [`allowSave`](../api/spreadsheet/#allowsave) to `true` and assign service url to the [`saveUrl`](../api/spreadsheet/#saveurl) property.
The following list of Excel file formats are supported in Spreadsheet:
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/styles.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/styles.md
index 7b2e44fc69..e8b5fb00b9 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/styles.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/styles.md
@@ -9,7 +9,7 @@ documentation: ug
# Styles in EJ2 Javascript Spreadsheet control
-To modify the Spreadsheet appearance, you need to override the default CSS of the spreadsheet. Please find the CSS structure that can be used to modify the Spreadsheet appearance. Also, you have an option to create your own custom theme for all the JavaScript controls using our [`Theme Studio`](https://ej2.syncfusion.com/themestudio/?theme=material).
+To modify the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) appearance, you need to override the default CSS of the spreadsheet. Please find the CSS structure that can be used to modify the Spreadsheet appearance. Also, you have an option to create your own custom theme for all the JavaScript controls using our [`Theme Studio`](https://ej2.syncfusion.com/themestudio/?theme=material).
## Customizing the Spreadsheet
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/template.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/template.md
index 1251246697..0279deb37c 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/template.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/template.md
@@ -9,7 +9,7 @@ documentation: ug
# Template in EJ2 Javascript Spreadsheet control
-Cell Template is used for adding HTML elements into Spreadsheet. You can add the cell template in spreadsheet by using the `template` property and specify the address using the `address` property inside the `ranges` property. You can customize the Html elements similar to Syncfusion® components (TextBox, DropDownList, RadioButton, MultiSelect, DatePicker etc) by using the `beforeCellRender` event. In this demo, Cell template is applied to `C2:C9` and instantiated with Html input components like TextBox, RadioButton, TextArea. You need to bind the events to perform any operations through HTML elements or Syncfusion® components. Here, we have added `change` event in to the MultiSelect control, and we have updated the selected data into the spreadsheet cell through that change event.
+Cell Template is used for adding HTML elements into [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). You can add the cell template in spreadsheet by using the `template` property and specify the address using the `address` property inside the `ranges` property. You can customize the Html elements similar to Syncfusion® components (TextBox, DropDownList, RadioButton, MultiSelect, DatePicker etc) by using the `beforeCellRender` event. In this demo, Cell template is applied to `C2:C9` and instantiated with Html input components like TextBox, RadioButton, TextArea. You need to bind the events to perform any operations through HTML elements or Syncfusion® components. Here, we have added `change` event in to the MultiSelect control, and we have updated the selected data into the spreadsheet cell through that change event.
The following code example describes the above behavior.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/accessibility.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/accessibility.md
index 06c5e0b3ec..53c6fdad61 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/accessibility.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/accessibility.md
@@ -9,7 +9,7 @@ documentation: ug
# Accessibility in EJ2 TypeScript Spreadsheet control
-The Spreadsheet control followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
The accessibility compliance for the Spreadsheet control is outlined below.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/data-binding.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/data-binding.md
index eac769012f..1cb5734dd0 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/data-binding.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/data-binding.md
@@ -9,7 +9,7 @@ documentation: ug
# Data binding in EJ2 TypeScript Spreadsheet control
-The Spreadsheet uses [`DataManager`](https://helpej2.syncfusion.com/documentation/data/), which supports both RESTful JSON data services and local JavaScript object array binding to a range. The `dataSource` property can be assigned either with the instance of [`DataManager`](https://helpej2.syncfusion.com/documentation/data/) or JavaScript object array collection.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) uses [`DataManager`](https://helpej2.syncfusion.com/documentation/data/), which supports both RESTful JSON data services and local JavaScript object array binding to a range. The `dataSource` property can be assigned either with the instance of [`DataManager`](https://helpej2.syncfusion.com/documentation/data/) or JavaScript object array collection.
> To bind data to a cell, use `cell data binding` support.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/getting-started.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/getting-started.md
index 47dee7e436..516ded478f 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/getting-started.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/getting-started.md
@@ -9,7 +9,7 @@ documentation: ug
# Getting Started with TypeScript Spreadsheet control
-This section explains how to create a simple TypeScript application and add the [Syncfusion® TypeScript Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control with the minimum required setup.
+This section explains how to create a simple TypeScript application and add the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control with the minimum required setup.
## Prerequisites
@@ -142,7 +142,8 @@ You can also explore the Spreadsheet interactively using the live sample below.
{% previewsample "/document-processing/code-snippet/spreadsheet/javascript-es6/spreadsheet/getting-started-cs1" %}
-N> [View Sample in GitHub](https://github.com/SyncfusionExamples/getting-started-with-the-javascript-spreadsheet-control).
+N> [View Sample in GitHub](https://github.com/SyncfusionExamples/getting-started-with-the-javascript-spreadsheet-control). Looking for the full JavaScript Spreadsheet Editor component overview, features, pricing, and documentation? Visit the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) page.
+
## See also
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/mobile-responsiveness.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/mobile-responsiveness.md
index 4a7e230996..5c21146222 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/mobile-responsiveness.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/mobile-responsiveness.md
@@ -9,8 +9,10 @@ documentation: ug
# Mobile responsiveness in EJ2 TypeScript Spreadsheet control
-The Spreadsheet control rendered in desktop mode will be adaptive in all mobile devices where the layout gets adjusted based on their parent element’s dimensions to accommodate any resolution.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control rendered in desktop mode will be adaptive in all mobile devices where the layout gets adjusted based on their parent element’s dimensions to accommodate any resolution.
You can see the overflowed items of ribbon header, ribbon content, and sheet tab using touch and swipe action. The right navigation arrow is added at the end of the ribbon content through which the user can navigate towards overflowed items. Once you reached the rightmost end of the ribbon content, the right navigation arrow will change to left navigation arrow through which you can navigate to the left of the ribbon content.

+
+N> Looking for the full JavaScript Spreadsheet Editor component overview, features, pricing, and documentation? Visit the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) page.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/open.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/open.md
index 78c61d6798..32d0fcab08 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/open.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/open.md
@@ -9,7 +9,7 @@ documentation: ug
# Open in EJ2 TypeScript Spreadsheet control
-The Spreadsheet control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](../api/spreadsheet/#allowopen) to `true` and assign service url to the [`openUrl`](../api/spreadsheet/#openurl) property.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](../api/spreadsheet/#allowopen) to `true` and assign service url to the [`openUrl`](../api/spreadsheet/#openurl) property.
The following list of Excel file formats are supported in Spreadsheet:
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/overview.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/overview.md
index 5021492062..d87e4a163e 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/overview.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/overview.md
@@ -9,7 +9,7 @@ documentation: ug
# Overview of the JavaScript (ES6) Spreadsheet Control
-The [Syncfusion® JavaScript Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is an user interactive control 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.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is an user interactive control 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.

diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-best-practices.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-best-practices.md
index c5db85a97a..1c132a9516 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-best-practices.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-best-practices.md
@@ -9,7 +9,7 @@ documentation: ug
# Performance Best Practices in EJ2 TypeScript Spreadsheet Control
-Performance optimization is crucial when working with large datasets in the [Syncfusion® TypeScript Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). This documentation outlines best practices to enhance data handling efficiency and ensure a smooth, responsive user experience during various spreadsheet operations.
+Performance optimization is crucial when working with large datasets in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). This documentation outlines best practices to enhance data handling efficiency and ensure a smooth, responsive user experience during various spreadsheet operations.
## How to improve performance when opening Excel files in the Spreadsheet?
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-metrics.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-metrics.md
index ecafee5019..44cc439f7b 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-metrics.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-metrics.md
@@ -9,7 +9,7 @@ documentation: ug
# Performance Metrics for JavaScript Spreadsheet Control
-The [Syncfusion® Spreadsheet component](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) provides a powerful, Excel‑like experience for web applications, allowing users to create, edit, view, and manage spreadsheets with ease. It supports large datasets, formulas, and interactive features such as styling, validation, sorting, filtering, and file import/export while maintaining a smooth and responsive user experience.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) provides a powerful, Excel‑like experience for web applications, allowing users to create, edit, view, and manage spreadsheets with ease. It supports large datasets, formulas, and interactive features such as styling, validation, sorting, filtering, and file import/export while maintaining a smooth and responsive user experience.
This document presents measured performance results for the Spreadsheet when working with large datasets and common operations such as rendering, styling, validation, and file import/export.
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/print.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/print.md
index 1eb38b088f..211e053c9f 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/print.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/print.md
@@ -13,7 +13,7 @@ The printing functionality allows end-users to print all contents, such as table
## Default printing
-The active worksheet in the Spreadsheet can be printed by selecting the **File > Print** option in the ribbon menu. You can also initiate the printing using the `Ctrl` + `P` keyboard shortcut when the Spreadsheet is in focus. These two options print only the data from the active sheet without including rows headers, column headers and grid lines.
+The active worksheet in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) can be printed by selecting the **File > Print** option in the ribbon menu. You can also initiate the printing using the `Ctrl` + `P` keyboard shortcut when the Spreadsheet is in focus. These two options print only the data from the active sheet without including rows headers, column headers and grid lines.

diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/protect-sheet.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/protect-sheet.md
index 050356e4ca..3617c53a5c 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/protect-sheet.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/protect-sheet.md
@@ -9,7 +9,7 @@ documentation: ug
# Protect sheet in EJ2 TypeScript Spreadsheet control
-Sheet protection helps you to prevent the users from modifying the data in the spreadsheet.
+Sheet protection helps you to prevent the users from modifying the data in the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor).
## Protect Sheet
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/rows-and-columns.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/rows-and-columns.md
index 57fc4c7e4d..f00d8d3436 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/rows-and-columns.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/rows-and-columns.md
@@ -9,7 +9,7 @@ documentation: ug
# Rows and columns in EJ2 TypeScript Spreadsheet control
-Spreadsheet is a tabular format consisting of rows and columns. The intersection point of rows and columns are called as cells. The list of operations that you can perform in rows and columns are,
+[JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is a tabular format consisting of rows and columns. The intersection point of rows and columns are called as cells. The list of operations that you can perform in rows and columns are,
* Insert
* Delete
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/save.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/save.md
index 43433d4970..e9b8cd2dcc 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/save.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/save.md
@@ -9,7 +9,7 @@ documentation: ug
# Save in EJ2 TypeScript Spreadsheet control
-The Spreadsheet control saves its data, style, format, and more as Excel file document. To enable this feature, set [`allowSave`](../api/spreadsheet/#allowsave) to `true` and assign service url to the [`saveUrl`](../api/spreadsheet/#saveurl) property.
+The [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) control saves its data, style, format, and more as Excel file document. To enable this feature, set [`allowSave`](../api/spreadsheet/#allowsave) to `true` and assign service url to the [`saveUrl`](../api/spreadsheet/#saveurl) property.
The following list of Excel file formats are supported in Spreadsheet:
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/styles.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/styles.md
index b01b2d6b2a..33abaec5ad 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/styles.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/styles.md
@@ -9,7 +9,7 @@ documentation: ug
# Styles in EJ2 TypeScript Spreadsheet control
-To modify the Spreadsheet appearance, you need to override the default CSS of the spreadsheet. Please find the CSS structure that can be used to modify the Spreadsheet appearance. Also, you have an option to create your own custom theme for all the JavaScript controls using our [`Theme Studio`](https://ej2.syncfusion.com/themestudio/?theme=material).
+To modify the [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) appearance, you need to override the default CSS of the spreadsheet. Please find the CSS structure that can be used to modify the Spreadsheet appearance. Also, you have an option to create your own custom theme for all the JavaScript controls using our [`Theme Studio`](https://ej2.syncfusion.com/themestudio/?theme=material).
## Customizing the Spreadsheet
diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/template.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/template.md
index 2c05af02c8..0debc650aa 100644
--- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/template.md
+++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/template.md
@@ -9,7 +9,7 @@ documentation: ug
# Template in EJ2 TypeScript Spreadsheet control
-Cell Template is used for adding HTML elements into Spreadsheet. You can add the cell template in spreadsheet by using the `template` property and specify the address using the `address` property inside the `ranges` property. You can customize the Html elements similar to Syncfusion® components (TextBox, DropDownList, RadioButton, MultiSelect, DatePicker etc) by using the `beforeCellRender` event. In this demo, Cell template is applied to `C2:C9` and instantiated with Html input components like TextBox, RadioButton, TextArea. You need to bind the events to perform any operations through HTML elements or Syncfusion® components. Here, we have added `change` event in to the MultiSelect control, and we have updated the selected data into the spreadsheet cell through that change event.
+Cell Template is used for adding HTML elements into [JavaScript Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor). You can add the cell template in spreadsheet by using the `template` property and specify the address using the `address` property inside the `ranges` property. You can customize the Html elements similar to Syncfusion® components (TextBox, DropDownList, RadioButton, MultiSelect, DatePicker etc) by using the `beforeCellRender` event. In this demo, Cell template is applied to `C2:C9` and instantiated with Html input components like TextBox, RadioButton, TextArea. You need to bind the events to perform any operations through HTML elements or Syncfusion® components. Here, we have added `change` event in to the MultiSelect control, and we have updated the selected data into the spreadsheet cell through that change event.
The following code example describes the above behavior.