From 845b56f60c4e3c846d4042a417b1a6018ebd7eee Mon Sep 17 00:00:00 2001 From: RahulRavikumar Date: Thu, 23 Jul 2026 18:30:36 +0530 Subject: [PATCH 1/3] 1043242: Enhanced Documentation Quality in Vue Platform --- .../Excel/Spreadsheet/Vue/cell-range.md | 2 +- .../Excel/Spreadsheet/Vue/clipboard.md | 2 +- .../Excel/Spreadsheet/Vue/context-menu.md | 2 +- .../Excel/Spreadsheet/Vue/data-binding.md | 2 +- .../Spreadsheet/Vue/docker-deployment.md | 2 +- .../Excel/Spreadsheet/Vue/editing.md | 2 +- .../Excel/Spreadsheet/Vue/filter.md | 2 +- .../Excel/Spreadsheet/Vue/formatting.md | 2 +- .../Excel/Spreadsheet/Vue/formulas.md | 2 +- .../Excel/Spreadsheet/Vue/freeze-pane.md | 2 +- .../Excel/Spreadsheet/Vue/global-local.md | 2 +- .../Excel/Spreadsheet/Vue/illustrations.md | 2 +- .../Spreadsheet/Vue/keyboard-shortcuts.md | 2 +- .../Excel/Spreadsheet/Vue/link.md | 2 +- .../Excel/Spreadsheet/Vue/open-save.md | 2 +- .../Excel/Spreadsheet/Vue/overview.md | 2 +- .../Vue/performance-best-practices.md | 28 +++++------ .../Excel/Spreadsheet/Vue/protect-sheet.md | 18 +++---- .../Excel/Spreadsheet/Vue/ribbon.md | 6 +-- .../Excel/Spreadsheet/Vue/rows-and-columns.md | 32 ++++++------- .../Excel/Spreadsheet/Vue/scrolling.md | 10 ++-- .../Excel/Spreadsheet/Vue/searching.md | 6 +-- .../Excel/Spreadsheet/Vue/selection.md | 48 +++++++++---------- .../Excel/Spreadsheet/Vue/sort.md | 8 ++-- .../Excel/Spreadsheet/Vue/suspend-resume.md | 4 +- .../Excel/Spreadsheet/Vue/template.md | 4 +- .../Excel/Spreadsheet/Vue/undo-redo.md | 10 ++-- .../Excel/Spreadsheet/Vue/worksheet.md | 32 ++++++------- 28 files changed, 119 insertions(+), 119 deletions(-) diff --git a/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md b/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md index 32b904abed..f34bb69839 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md @@ -207,7 +207,7 @@ Clear the cell contents and formats in the Spreadsheet document by using the [cl ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md b/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md index 6ae3de027e..d4e5e0ad03 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md @@ -94,4 +94,4 @@ The following example shows, how to prevent the paste action in spreadsheet. In ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. \ No newline at end of file +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md b/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md index 1ac24a45bd..69247c3bad 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md @@ -115,7 +115,7 @@ In this demo, Rename item is disabled in the pager context menu. ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md b/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md index 32d5348fab..50533c50fa 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md @@ -168,7 +168,7 @@ The following code example demonstrates how to dynamically update data using the ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md b/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md index c77d8128c1..1cc5722a92 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md @@ -57,7 +57,7 @@ docker-compose up Now the Spreadsheet server Docker instance runs on localhost with the provided port number `http://localhost:6002`. Open this link in a browser and navigate to the Spreadsheet Web API open and save service at `http://localhost:6002/api/spreadsheet/open` and `http://localhost:6002/api/spreadsheet/save`. -**Step 4:** Append the URLs of the Docker instance running services to the [`openUrl`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#openurl) property as `http://localhost:6002/api/spreadsheet/open` and the [`saveUrl`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveurl) property as `http://localhost:6002/api/spreadsheet/save` in the client-side Spreadsheet component. For more information on how to get started with the Spreadsheet component, refer to this [`getting started page.`](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/getting-started). +**Step 4:** Append the URLs of the Docker instance running services to the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openurl) property as `http://localhost:6002/api/spreadsheet/open` and the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveurl) property as `http://localhost:6002/api/spreadsheet/save` in the client-side Spreadsheet component. For more information on how to get started with the Spreadsheet component, refer to this [`getting started page.`](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/getting-started). {% tabs %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/editing.md b/Document-Processing/Excel/Spreadsheet/Vue/editing.md index fcd9431722..06a9b7474f 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/editing.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/editing.md @@ -55,7 +55,7 @@ The following sample shows how to prevent the editing and cell save. Here `E` co ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/filter.md b/Document-Processing/Excel/Spreadsheet/Vue/filter.md index f8ed97c380..d6551ff686 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/filter.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/filter.md @@ -105,7 +105,7 @@ The following features have some limitations in Filter: ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/formatting.md b/Document-Processing/Excel/Spreadsheet/Vue/formatting.md index 12b1679b2d..2c30866490 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/formatting.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/formatting.md @@ -357,7 +357,7 @@ The following code example shows the subscript and superscript formatting in cel ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/formulas.md b/Document-Processing/Excel/Spreadsheet/Vue/formulas.md index 92086f1520..b67ba2c29e 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/formulas.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/formulas.md @@ -175,7 +175,7 @@ If you enter an invalid formula in a cell, an error dialog with an error message ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md b/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md index c7e6e44822..ebe7e567f5 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md @@ -64,7 +64,7 @@ Here, we have listed out the limitations with Freeze Panes feature. ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/global-local.md b/Document-Processing/Excel/Spreadsheet/Vue/global-local.md index bcb64f6b46..04be496fc0 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/global-local.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/global-local.md @@ -622,7 +622,7 @@ RTL provides an option to switch the text direction and layout of the Spreadshee ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md b/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md index efb7e0d4f1..ed98742871 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md @@ -191,7 +191,7 @@ The following features have some limitations in the Chart: ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/keyboard-shortcuts.md b/Document-Processing/Excel/Spreadsheet/Vue/keyboard-shortcuts.md index 54341893a3..c6e9b21b6c 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/keyboard-shortcuts.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/keyboard-shortcuts.md @@ -117,7 +117,7 @@ The keyboard shortcuts supported in the Spreadsheet are, ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/link.md b/Document-Processing/Excel/Spreadsheet/Vue/link.md index a9f37df51a..6d070527dd 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/link.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/link.md @@ -70,7 +70,7 @@ There is an event named `beforeHyperlinkClick` which triggers only on clicking h ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/open-save.md b/Document-Processing/Excel/Spreadsheet/Vue/open-save.md index 18d52efa8d..e4d82402cf 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/open-save.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/open-save.md @@ -1188,7 +1188,7 @@ And also refer [this](https://help.syncfusion.com/document-processing/excel/spre ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/overview.md b/Document-Processing/Excel/Spreadsheet/Vue/overview.md index 170ba1d8b3..4a74042469 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/overview.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/overview.md @@ -9,7 +9,7 @@ documentation: ug # Overview of the Vue Spreadsheet Component -The [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) 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. +The [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) is a user interactive component to organize and analyze data in a tabular format with configuration options for customization. It loads data by importing an Excel or CSV file, or from local and remote data sources such as JSON, RESTful services, and OData services. The populated data can be exported to Excel (XLSX, XLS), CSV, and PDF formats. ![Vue Spreadsheet Component](./images/overview-banner.png) diff --git a/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md b/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md index 898c5e61fa..13976dcc12 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md @@ -3,7 +3,7 @@ layout: post title: Performance practices in Vue Spreadsheet component | Syncfusion description: Learn here all about performance best practices in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more. platform: document-processing -control: Performance +control: Spreadsheet documentation: ug --- @@ -21,22 +21,22 @@ This approach significantly reduces initial load time, DOM size, and memory usag For more details, refer to the [virtual scrolling documentation](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/scrolling#virtual-scrolling). -### Chunk response processing +### Chunk Response Processing -When opening large Excel files with extensive data and features, server responses can become too large—leading to memory issues or connection failures during transmission. The Chunk Response Processing feature addresses this by breaking the response into smaller chunks and sending them in parallel to the client. +When opening large Excel files with extensive data and features, the server response can become too large, leading to memory issues or connection failures during transmission. Chunk Response Processing breaks the response into smaller pieces and sends them in parallel to the client These chunks are combined on the client side to load the Excel data smoothly into the Spreadsheet. This approach avoids transmission failures due to memory constraints and ensures reliable and efficient loading of large files. To enable the chunk response processing feature, you can refer to the following UG section: * [Chunk Response Processing](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/open-save#chunk-response-processing) -### Configure JSON serialization options during open +### Configure JSON Serialization Options During Open -Serialization options in the Vue Spreadsheet allow you to exclude specific features—such as styles, formats, charts, images, wrap, etc.—from the `Workbook JSON object` when opening it in the Spreadsheet using the [`openFromJson`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method. By skipping unnecessary features, you can significantly improve performance, especially when working with large or complex workbooks. +Serialization options in the Vue Spreadsheet allow you to exclude specific features—such as styles, formats, charts, images, wrap, etc.—from the `Workbook JSON object` when opening it in the Spreadsheet using the [`openFromJson`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method. By skipping unnecessary features, you can significantly improve performance, especially when working with large or complex workbooks. This is particularly useful when: * You need only the raw data without formatting. -* You're opening the `Workbook JSON object` in the Spreadsheet using the [`openFromJson`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method. +* You're opening the `Workbook JSON object` in the Spreadsheet using the [`openFromJson`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openfromjson) method. * You want to minimize the size of the JSON payload and optimize processing speed. Refer to the following UG section to learn how to configure these options: @@ -75,7 +75,7 @@ public IActionResult Open(IFormCollection openRequest) } ``` -### Optimize Excel open with parsing options +### Optimize Excel Open with Parsing Options To improve performance when opening large Excel files, use parsing options like `IgnoreStyle` and `IgnoreFormat` to skip unnecessary styles and formats. This reduces memory usage, speeds up loading, and minimizes JSON size—especially helpful for files with many styled but empty cells. @@ -84,7 +84,7 @@ To learn how to configure these parsing options, please refer to the UG section ## How to improve performance on formula calculation in Spreadsheet? -### Manual calculation mode +### Manual Calculation Mode Manual Calculation Mode in the Vue Spreadsheet is a performance optimization feature that allows you to delay formula recalculations until they are explicitly triggered. By default, the Spreadsheet automatically recalculates formulas whenever a dependent cell is edited or changed. While this behavior works well for small datasets, it can result in noticeable lag or UI freezing when working with large spreadsheets that contain many formulas or complex calculation chains. @@ -104,7 +104,7 @@ To learn more about Manual Calculation Mode and how to enable it, you can refer When saving large Excel files with extensive data and features using **File → Save As** or the **save** method, the Spreadsheet triggers a server API call through a form submit operation. This can lead to performance issues such as timeouts or delays, particularly due to the size and complexity of the workbook. -To mitigate these issues during the save operation, you can set the [`isFullPost`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/beforeSaveEventArgs/#isfullpost) property to **false** in the [`beforeSave`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event of the Spreadsheet. +To mitigate these issues during the save operation, you can set the [`isFullPost`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/beforeSaveEventArgs/#isfullpost) property to **false** in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event of the Spreadsheet. The following code example shows how to set `isFullPost` to **false** in the Spreadsheet component: @@ -168,7 +168,7 @@ export default { }, methods: { beforeSave: function (args) { - args.isFullPost = false; + args.isFullPost = false; }, } } @@ -190,13 +190,13 @@ export default { {% endhighlight %} {% endtabs %} -### Configure JSON serialization options during save +### Configure JSON Serialization Options During Save -Serialization options in the Vue Spreadsheet allow you to exclude specific features such as styles, formats, charts, images, wrap, etc. from the `Workbook JSON object` when saving it using the [`saveAsJson`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveasjson) method in the Spreadsheet. By skipping unnecessary features, you can significantly improve performance, especially when working with large or complex workbooks. +Serialization options in the Vue Spreadsheet allow you to exclude specific features such as styles, formats, charts, images, wrap, etc. from the `Workbook JSON object` when saving it using the [`saveAsJson`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveasjson) method in the Spreadsheet. By skipping unnecessary features, you can significantly improve performance, especially when working with large or complex workbooks. This is particularly useful when: * You need only the raw data without formatting. -* You're saving the `Workbook JSON object` using the [`saveAsJson`](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveasjson) method in the Spreadsheet. +* You're saving the `Workbook JSON object` using the [`saveAsJson`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveasjson) method in the Spreadsheet. * You want to minimize the size of the JSON payload and optimize processing speed. Proper use of serialization options during save improves performance and reduces the time taken during the save process. @@ -207,7 +207,7 @@ Refer to the following UG section to learn how to configure these options: ## How to improve cell selection performance in Spreadsheet? -### Disabling aggregate calculation +### Disabling Aggregate Calculation When working with large datasets in the Vue Spreadsheet, user interactions such as selecting a large range of cells can experience delays. This occurs because, by default, the Spreadsheet performs aggregate calculations (e.g., SUM, AVERAGE, COUNT, MIN, and MAX) on the selected range and displays the results in the sheet tab panel at the bottom-right corner. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md b/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md index 6a47a23486..cecdc3f158 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md @@ -16,11 +16,11 @@ Sheet protection helps you to prevent the users from modifying the data in the s Protect sheet feature helps you to prevent the unknown users from accidentally changing, editing, moving, or deleting data in a spreadsheet. You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property to enable or disable the Protecting functionality. -> * The default value for `isProtected` property is `false`. +> * The default value of the `isProtected` property is `false`. By default in protected sheet, selecting, formatting, inserting, deleting functionalities are disabled. To enable some of the above said functionalities the `protectSettings` options are used in a protected spreadsheet. -The available `protectSettings` options in spreadsheet are, +The available `protectSettings` options are: | Options | Uses | |-----|------| @@ -38,7 +38,7 @@ By default, the `Protect Sheet` module is injected internally into the Spreadshe In the active Spreadsheet, the sheet protection can be done by any of the following ways: -* Select the Protect Sheet item in the Ribbon toolbar under the Data Tab, and then select your desired options. +* In the Ribbon toolbar, select the **Data** tab and then choose **Protect Sheet**, then select your desired options. * Right-click the sheet tab, select the Protect Sheet item in the context menu, and then select your desired options. * Use the [`protectSheet()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#protectsheet) method programmatically. @@ -67,11 +67,11 @@ Unprotect sheet is used to enable all the functionalities that are already disab In the active Spreadsheet, the sheet Unprotection can be done by any of the following ways: -* Select the `Unprotect Sheet` item in the Ribbon toolbar under the Data Tab. +* In the Ribbon toolbar, select the **Data** tab and then choose **Unprotect Sheet**. * Right-click the sheet tab, select the `Unprotect Sheet` item in the context menu. * Use the [`unprotectSheet()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#unprotectsheet) method programmatically. -## Unlock the particular cells in the protected sheet +## Unlock specific cells in a protected sheet In protected spreadsheet, to make some particular cell or range of cells are editable, you can use [`lockCells()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#lockcells) method, with the parameter `range` and `isLocked` property as false. @@ -152,13 +152,13 @@ Protect workbook feature helps you to protect the workbook so that users cannot You can use the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property to protect workbook with password. You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property to protect or unprotect the workbook without the password. -> The default value for `isProtected` property is `false`. +> The default value of the `isProtected` property is `false`. **User Interface**: In the active Spreadsheet, you can protect the worksheet by selecting the Data tab in the Ribbon toolbar and choosing the `Protect Workbook` item. Then, enter the password and confirm it and click on OK. -The following example shows `Protect Workbook` by using the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property in the Spreadsheet control. +The following example shows **Protect Workbook** using the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property on the Spreadsheet control. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -171,7 +171,7 @@ The following example shows `Protect Workbook` by using the [`isProtected`](http {% previewsample "/document-processing/code-snippet/spreadsheet/vue/local-data-binding-cs4" %} -The following example shows `Protect Workbook` by using the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property in the Spreadsheet control. To unprotect the workbook, click the unprotect workbook button in the data tab and provide the password as syncfusion® in the dialog box. +The following example shows **Protect Workbook** using the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property in the Spreadsheet control. To unprotect the workbook, click **Unprotect Workbook** in the data tab and provide the password as syncfusion® in the dialog box. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -200,7 +200,7 @@ In the active Spreadsheet, the workbook Unprotection can be done in any of the f ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md b/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md index e235300c70..a6e015cc46 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md @@ -9,11 +9,11 @@ documentation: ug # Ribbon in Vue Spreadsheet component -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. +The Ribbon in the Syncfusion Vue Spreadsheet component organizes spreadsheet features into a series of tabs. Click the expand or collapse icon to expand or collapse the ribbon toolbar dynamically. ## Ribbon Customization -You can customize the ribbon using the following methods, +You can customize the ribbon using the following methods. | Method | Action | |-------|---------| @@ -42,7 +42,7 @@ The following code example shows the usage of ribbon customization. ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/rows-and-columns.md b/Document-Processing/Excel/Spreadsheet/Vue/rows-and-columns.md index bbc5c334cf..aa9ed17a28 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/rows-and-columns.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/rows-and-columns.md @@ -9,7 +9,7 @@ documentation: ug # Rows and columns in Vue Spreadsheet component -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, +Spreadsheet is a tabular format consisting of rows and columns. The intersection of a row and a column is called a cell. The list of operations that you can perform in rows and columns are, * Insert * Delete @@ -17,13 +17,13 @@ Spreadsheet is a tabular format consisting of rows and columns. The intersection ## Insert -You can insert rows or columns anywhere in a spreadsheet. Use the [`allowInsert`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowinsert) property to enable or disable the insert option in Spreadsheet. +You can insert rows or columns anywhere in the spreadsheet. Use the [`allowInsert`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowinsert) property to enable or disable the insert option in the Spreadsheet. The default value is `true`. ### Row The rows can be inserted in the following ways, -* Using [`insertRow`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertrow) method, you can insert the rows once the component is loaded. +* Using [`insertRow`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertrow) method, you can insert the rows once the component is loaded. * Using context menu, insert the empty rows in the desired position. The following code example shows the options for inserting rows in the spreadsheet. @@ -43,7 +43,7 @@ The following code example shows the options for inserting rows in the spreadshe The columns can be inserted in the following ways, -* Using [`insertColumn`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertcolumn) method, you can insert the columns once the component is loaded. +* Using [`insertColumn`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertcolumn) method, you can insert the columns once the component is loaded. * Using context menu, insert the empty columns in the desired position. The following code example shows the options for inserting columns in the spreadsheet. @@ -61,11 +61,11 @@ The following code example shows the options for inserting columns in the spread ## Delete -Delete support provides an option for deleting the rows and columns in the spreadsheet. Use [`allowDelete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowdelete) property to enable or disable the delete option in Spreadsheet. +Delete support provides an option for deleting the rows and columns in the spreadsheet. Use [`allowDelete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowdelete) property to enable or disable the delete option in Spreadsheet. The rows and columns can be deleted dynamically in the following ways, -* Using [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) method, you can delete the loaded rows and columns. +* Using [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#delete) method, you can delete the loaded rows and columns. * Using context menu, you can delete the selected rows and columns. The following code example shows the delete operation of rows and columns in the spreadsheet. @@ -96,7 +96,7 @@ You can show or hide the rows and columns in the spreadsheet through property bi ### Row -The rows can be hidden or shown through the following ways, +The rows can be hidden or shown in the following ways: * Using `hidden` property in row, you can hide/show the rows at initial load. * Using `hideRow` method, you can hide the rows by specifying the start and end row index, set the last argument `hide` as `false` to unhide the hidden rows. @@ -104,7 +104,7 @@ The rows can be hidden or shown through the following ways, ### Column -The columns can be hidden or shown through following ways, +The columns can be hidden or shown in the following ways: * Using `hidden` property in columns, you can hide/show the columns at initial load. * Using `hideColumn` method, you can hide the columns by specifying the start and end column index, set the last argument `hide` as `false` to unhide the hidden columns. @@ -125,18 +125,18 @@ The following code example shows the hide/show rows and columns operation in the ## Size -You can change the size of rows and columns in the spreadsheet by using [setRowsHeight](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#setrowsheight) and [setColumnsWidth](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#setcolumnswidth) methods. +You can change the size of rows and columns in the spreadsheet by using [`setRowsHeight`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#setrowsheight) and [`setColumnsWidth`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#setcolumnswidth) methods. ### Row -You can change the height of single or multiple rows by using the [setRowsHeight](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#setrowsheight) method. +You can change the height of single or multiple rows by using the [`setRowsHeight`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#setrowsheight) method. -You can provide the following type of ranges to the method: +You can provide the following types of ranges to the method: * Single row range: `['2:2']` * Multiple rows range: `['1:100']` * Multiple rows with discontinuous range: `['1:10', '15:25', '30:40']` -* Multiple rows with different sheets: `[Sheet1!1:50, 'Sheet2!1:50', 'Sheet3!1:50']` +* Multiple rows with different sheets: `['Sheet1!1:50', 'Sheet2!1:50', 'Sheet3!1:50']` The following code example shows how to change the height for single/multiple rows in the spreadsheet. @@ -153,14 +153,14 @@ The following code example shows how to change the height for single/multiple ro ### Column -You can change the width of single or multiple columns by using the [setColumnsWidth](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#setcolumnswidth) method. +You can change the width of single or multiple columns by using the [`setColumnsWidth`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#setcolumnswidth) method. You can provide the following type of ranges to the method: * Single column range: `['F:F']` * Multiple columns range: `['A:F']` * Multiple columns with discontinuous range: `['A:C', 'G:I', 'K:M']` -* Multiple columns with different sheets: `[Sheet1!A:H, 'Sheet2!A:H', 'Sheet3!A:H']` +* Multiple columns with different sheets: `['Sheet1!A:H', 'Sheet2!A:H', 'Sheet3!A:H']` The following code example shows how to change the width for single/multiple columns in the spreadsheet. @@ -177,7 +177,7 @@ The following code example shows how to change the width for single/multiple col ## Changing text in column headers -Using the [`beforeCellRender`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforecellrender) event, you can change the text in the column headers. In that event, you can use the `e-header-cell` class to identify the header cell element and update its text value. +Using the [`beforeCellRender`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforecellrender) event, you can change the text in the column headers. In that event, you can use the `e-header-cell` class to identify the header cell element and update its text value. The following code example shows how to change the text in the column headers. @@ -194,7 +194,7 @@ The following code example shows how to change the text in the column headers. ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md b/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md index 7b4c99255d..2bd49293cd 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md @@ -20,13 +20,13 @@ You have the following options in Scrolling by using [`scrollSettings`](https:// ## Finite Scrolling -Finite scrolling supports two type of modes in scrolling. You can use the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property in [`scrollSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#scrollsettings) to specify the mode of scrolling. +Finite scrolling supports two types of modes. You can use the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property in [`scrollSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#scrollsettings) to specify the mode of scrolling. * Finite - This mode does not create a new row/column when the scrollbar reaches the end. This can be achieved by setting the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property as `true`. * Infinite - This mode creates a new row/column when the scrollbar reaches the end. This can be achieved by setting the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property as `false`. -> By Default, the `isFinite` property is `false`. +> By default, the `isFinite` property is `false`. ## Virtual Scrolling @@ -34,7 +34,7 @@ Finite scrolling supports two type of modes in scrolling. You can use the [`isFi In virtual scrolling `enableVirtualization` is set to true means, it allows you to load the spreadsheet data while scrolling. -> By Default, the `enableVirtualization` property is `true`. +> By default, the `enableVirtualization` property is `true`. **User Interface**: @@ -46,7 +46,7 @@ You can scroll through the worksheet using one of the following ways, ## Finite scrolling with defined rows and columns -If you want to perform scrolling with defined rows and columns, you must define `rowCount` and `colCount` in the [`sheets`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sheets) property and set `isFinite` as true and `enableVirtualization` as false in `scrollSettings`. +To restrict scrolling to a fixed range, define `rowCount` and `colCount` in the [`sheets`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sheets) property, set `isFinite` to `true`, and set `enableVirtualization` to `false` in `scrollSettings`. The following code example shows the finite scrolling with defined rows and columns in the spreadsheet. Here, we used rowCount as 20 and colCount as 20, after reaching the 20th row or 20th column you can't able to scroll. @@ -63,4 +63,4 @@ The following code example shows the finite scrolling with defined rows and colu ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. \ No newline at end of file +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/Vue/searching.md b/Document-Processing/Excel/Spreadsheet/Vue/searching.md index d7958265d4..521631c9b0 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/searching.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/searching.md @@ -59,8 +59,8 @@ Go to feature is used to navigate to a specific cell address in the sheet or wor * Select the Home tab in the Ribbon toolbar, and then select the Search icon. * Enter any value in the search textbox. -* Select the next (or) previous button to find the entered value in the spreadsheet. -* You can have more options to find values by selecting the more options in the search toolbar. +* Select the Next or Previous button to find the entered value in the spreadsheet. +* Select the more options in the search toolbar to access additional search properties. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -79,4 +79,4 @@ Go to feature is used to navigate to a specific cell address in the sheet or wor ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. \ No newline at end of file +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/Vue/selection.md b/Document-Processing/Excel/Spreadsheet/Vue/selection.md index b3baf0b1f6..e13a758e9f 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/selection.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/selection.md @@ -9,11 +9,11 @@ documentation: ug # Selection in Vue Spreadsheet component -Selection provides interactive support to highlight the cell, row, or column that you select. Selection can be done through Mouse, Touch, or Keyboard interaction. To enable selection, set `mode` as `Single` | `Multiple` in [`selectionSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectionsettings). If you set `mode` to `None`, it disables the UI selection. +Selection provides interactive support to highlight the cell, row, or column that you select. Selection can be done through Mouse, Touch, or Keyboard interaction. To enable selection, set `mode` as `Single` | `Multiple` in [`selectionSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectionsettings). If you set `mode` to `None`, it disables the UI selection. -> * The default value for `mode` in `selectionSettings` is `Multiple`. +> * The default value for `mode` in `selectionSettings` is `Multiple`. -You have the following options in Selection, +Selection supports the following options: * Cell selection * Row selection @@ -21,15 +21,15 @@ You have the following options in Selection, ## Cell selection -Cell selection is used to select a single or multiple cells. It can be performed using the [`selectRange`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectrange) method. +Cell selection is used to select a single cell or a range of cells. Use the [`selectRange`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectrange) method to perform cell selection programmatically. **User Interface**: -* Click on a cell to select it (or) use the `arrow` keys to navigate to it and select it. -* To select a range, select a cell, then use the left mouse button to select and drag over to other cells (or) use the `Shift + arrow` keys to select the range. -* To select non-adjacent cells and cell ranges, hold `Ctrl` and select the cells. +* Click on a cell to select it, or use the arrow keys to navigate to and select it. +* To select a range, select a cell, then drag with the left mouse button over the range, or hold `Shift` and use the arrow keys. +* To select non-adjacent cells and cell ranges, hold `Ctrl` and select each cell or range. -You can quickly locate and select specific cells or ranges by entering their names or cell references in the Name box, which is located to the left of the formula bar, and also select named or unnamed cells or ranges by using the Go To (`Ctrl+G`) command. +You can quickly locate and select specific cells or ranges by entering their names or cell references in the Name box, located to the left of the formula bar. You can also select named or unnamed cells or ranges using the Go To (`Ctrl+G`) command. ## Row selection @@ -37,14 +37,14 @@ Row selection is used to select a single or multiple rows. **User Interface**: -You can perform row selection in any of the following ways, +You can perform row selection in any of the following ways: -* By clicking the row header. -* To select multiple rows, select a row header with the left mouse button and drag over to other row headers (or) use the `Shift + arrow` keys to select multiple rows. -* To select non-adjacent rows, hold `Ctrl` and select the row header. -* You can also use the `selectRange` method for row selection. +* Click the row header. +* To select multiple adjacent rows, click a row header and drag over other row headers, or hold `Shift` and use the arrow keys. +* To select non-adjacent rows, hold `Ctrl` and select each row header. +* Programmatically, you can use the `selectRange` method for row selection. -The following sample shows the row selection in the spreadsheet, here selecting the 5th row using the `selectRange` method. +The following sample shows row selection in the spreadsheet, selecting the 5th row using the `selectRange` method. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -63,14 +63,14 @@ Column selection is used to select a single or multiple columns. **User Interface**: -You can perform column selection in any of the following ways, +You can perform column selection in any of the following ways: -* By clicking the column header. -* To select multiple columns, select a column header with the left mouse button and drag over to other column headers (or) use the `Shift + arrow` keys to select the multiple columns. -* To select non-adjacent columns, hold `Ctrl` and select the column header. -* You can also use the `selectRange` method for row selection. +* Click the column header. +* To select multiple adjacent columns, click a column header and drag over other column headers, or hold `Shift` and use the arrow keys. +* To select non-adjacent columns, hold `Ctrl` and select each column header. +* Programmatically, you can use the `selectRange` method for row selection. -The following sample shows the column selection in the spreadsheet, here selecting the 3rd column using the `selectRange` method. +The following sample shows column selection in the spreadsheet, selecting the 3rd column using the `selectRange` method. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -85,7 +85,7 @@ The following sample shows the column selection in the spreadsheet, here selecti ## Get selected cell values -You can select single or multiple cells, rows, or columns using mouse and keyboard interactions. You can also programmatically perform selections using the [selectRange](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectrange) method. This selection behavior is controlled by the [selectionSettings](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectionsettings) property. Finally, you can retrieve the selected cell values as a collection using the [getData](https://helpej2.syncfusion.com/vue/documentation/api/spreadsheet/#getdata) method. +You can select single or multiple cells, rows, or columns using mouse and keyboard interactions. You can also perform selections programmatically using the [selectRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectrange) method. This selection behavior is controlled by the [selectionSettings](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectionsettings) property. Finally, you can retrieve the selected cell values as a collection using the [getData](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#getdata) method. Below is a code example demonstrating how to retrieve the selected cell values as a collection programmatically: @@ -102,7 +102,7 @@ Below is a code example demonstrating how to retrieve the selected cell values a ## Remove Selection -The following sample shows, how to remove the selection in the spreadsheet. Here changing the `mode` as `None` in [`selectionSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectionsettings) to disable's the UI selection. +The following sample shows how to disable the selection in the spreadsheet. Setting `mode` to `None` in [`selectionSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectionsettings) disables the UI selection. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -117,8 +117,8 @@ The following sample shows, how to remove the selection in the spreadsheet. Here ## Limitations -* We have a limitation while performing the Select All(`ctrl + A`). You can do this only by clicking the Select All button at the top left corner. +* The `Ctrl+A` shortcut does not select all cells. To select all cells, click the Select All button at the top-left corner of the sheet. ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. \ No newline at end of file +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/Vue/sort.md b/Document-Processing/Excel/Spreadsheet/Vue/sort.md index 47c5013077..256411aa6c 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/sort.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/sort.md @@ -9,7 +9,7 @@ documentation: ug # Sort in Vue Spreadsheet component -Sorting helps arranging the data to a specific order in a selected range of cells. You can use the [`allowSorting`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowsorting) property to enable or disable sorting functionality. +Sorting helps arrange the data in a specific order within a selected range of cells. Use the [`allowSorting`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowsorting) property to enable or disable sorting functionality. > * The default value for `allowSorting` property is `true`. @@ -92,7 +92,7 @@ When you want to perform sorting on multiple columns, it can be done by any of t ### Custom sort dialog -The custom sort dialog helps sorting multiple columns in the selected range by utilizing the rich UI. This dialog will be appeared while choosing the `Custom sort…` from the Ribbon item or context menu item. By default, sort criteria with the first column name from the selected range will be appeared in the dialog on initial load and it cannot be removed. +The custom sort dialog sorts multiple columns in the selected range by utilizing the rich UI. This dialog appears when you choose the `Custom sort…` item from the Ribbon or context menu. By default, the first column name from the selected range appears in the dialog on initial load and it cannot be removed. You can add multiple criteria using the `Add Column` button at the bottom of the dialog. Thus, multiple columns can be specified with different sort order. The newly added sort criteria items can be removed using the `delete` icons at the end of each items. @@ -100,7 +100,7 @@ You can refer to the [`Data contains header`](./sort/#data-contains-header) topi ### Passing sort criteria manually -The multi-column sorting can also be performed manually by passing sort options to the `sort()` method programmatically. The `sortOption` have the following arguments: +The multi-column sorting can also be performed manually by passing sort options to the `sort()` method programmatically. The `sortOption` has the following arguments: * [`sortDescriptors`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortdescriptors) – Sort criteria collection that holds the collection of field name, sort order, and [`sortComparer`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortcomparer). * `containsHeader` – Boolean argument that specifies whether the range has headers in it. * `caseSensitive` – Boolean argument that specifies whether the range needs to consider case. @@ -161,7 +161,7 @@ The following errors have been handled for sorting, ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md b/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md index d37ecb1caf..6a986f4533 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md @@ -78,7 +78,7 @@ Suspends visual updates in the Spreadsheet. Resumes visual updates and applies all pending changes. **Behavior:** -- Applies all operations performed after `suspendRefresh` +- Applies all operations performed between `suspendRefresh` and `resumeRefresh` - Refreshes the Spreadsheet UI once - Improves rendering efficiency for bulk operations @@ -120,7 +120,7 @@ The following types of operations can be performed between `suspendRefresh` and - Use suspend and resume UI refresh when multiple operations are executed together. - Avoid using it for few or simple operations. -- Useful during initialization and large data updates. +- This feature is useful during initialization and large data updates. - Data and model changes are processed during the suspended state; only visual refresh is delayed. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/template.md b/Document-Processing/Excel/Spreadsheet/Vue/template.md index 07b59d8a89..4e9db63ef7 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/template.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/template.md @@ -2,7 +2,7 @@ layout: post title: Template in Vue Spreadsheet component | Syncfusion description: Learn here all about Template in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more. -control: Template +control: Template platform: document-processing documentation: ug --- @@ -161,7 +161,7 @@ Sample link: [`Cell template`](https://document.syncfusion.com/demos/spreadsheet ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md b/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md index 7c55d9a6c3..5112de1dd0 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md @@ -2,7 +2,7 @@ layout: post title: Undo redo in Vue Spreadsheet component | Syncfusion description: Learn here all about Undo redo in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more. -control: Undo redo +control: Undo redo platform: document-processing documentation: ug --- @@ -11,7 +11,7 @@ documentation: ug `Undo` option helps you to undone the last action performed and `Redo` option helps you to do the same action which is reverted in the Spreadsheet. You can use the [`allowUndoRedo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowundoredo) property to enable or disable undo redo functionality in spreadsheet. -> * The default value for `allowUndoRedo` property is `true`. +> * The default value of the `allowUndoRedo` property is `true`. By default, the `UndoRedo` module is injected internally into Spreadsheet to perform undo redo. @@ -19,7 +19,7 @@ By default, the `UndoRedo` module is injected internally into Spreadsheet to per It reverses the last action you performed with Spreadsheet. Undo can be done by any of the following ways: -* Select the undo item from HOME tab in Ribbon toolbar. +* Select the **Undo** item from the **HOME** tab in the Ribbon toolbar. * Use `Ctrl + Z` keyboard shortcut to perform the undo. * Use the [`undo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#undo) method programmatically. @@ -27,7 +27,7 @@ It reverses the last action you performed with Spreadsheet. Undo can be done by It reverses the last undo action you performed with Spreadsheet. Redo can be done by any of the following ways: -* Select the redo item from HOME tab in Ribbon toolbar. +* Select the **Redo** item from the **HOME** tab in the Ribbon toolbar. * Use `Ctrl + Y` keyboard shortcut to perform the redo. * Use the [`redo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#redo) method programmatically. @@ -50,7 +50,7 @@ The following code example shows `How to update and customize your own actions f ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md b/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md index 6c5dd7ac82..d22ff8cf61 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md @@ -2,7 +2,7 @@ layout: post title: Worksheet in Vue Spreadsheet component | Syncfusion description: Learn here all about Worksheet in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more. -control: Worksheet +control: Spreadsheet platform: document-processing documentation: ug --- @@ -13,7 +13,7 @@ Worksheet is a collection of cells organized in the form of rows and columns tha ## Add sheet -You can dynamically add or insert a sheet by one of the following ways, +You can dynamically add or insert a sheet in one of the following ways, * Click the `Add Sheet` button in the sheet tab. This will add a new empty sheet next to current active sheet. * Right-click on the sheet tab, and then select `Insert` option from the context menu to insert a new empty sheet before the current active sheet. @@ -34,7 +34,7 @@ The following code example shows the insert sheet operation in spreadsheet. ### Insert a sheet programmatically and make it active sheet -A sheet is a collection of cells organized in the form of rows and columns that allows you to store, format, and manipulate the data. Using [insertSheet](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertsheet) method, you can insert one or more sheets at the desired index. Then, you can make the inserted sheet as active sheet by focusing the start cell of that sheet using the [goTo](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#goto) method. +Using the [insertSheet](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertsheet) method, you can insert one or more sheets at the desired index. Then, you can make the inserted sheet the active sheet by focusing the start cell of that sheet using the [goTo](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#goto) method. The following code example shows how to insert a sheet programmatically and make it the active sheet. @@ -51,30 +51,30 @@ The following code example shows how to insert a sheet programmatically and make ## Delete sheet -The Spreadsheet has support for removing an existing worksheet. You can dynamically delete the existing sheet by the following way, +The Spreadsheet has support for removing an existing worksheet. You can dynamically delete the existing sheet in one of the following ways: -* Right-click on the sheet tab, and then select `Delete` option from context menu. -* Using [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete ) method to delete the sheets. +* Right-click on the sheet tab, and then select the `Delete` option from the context menu. +* Use the [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) method to delete the sheets. ## Rename sheet -You can dynamically rename an existing worksheet in the following way, +You can dynamically rename an existing worksheet in one of the following ways: -* Right-click on the sheet tab, and then select `Rename` option from the context menu. +* Right-click on the sheet tab, and then select the `Rename` option from the context menu. ## Headers -By default, the row and column headers are visible in worksheets. You can dynamically show or hide worksheet headers by using one of the following ways, +By default, the row and column headers are visible in worksheets. You can dynamically show or hide worksheet headers in one of the following ways: -* Switch to `View` tab, and then select `Hide Headers` option to hide both the row and column headers. -* Set `showHeaders` property in `sheets` as `true` or `false` to show or hide the headers at initial load. By default, the `showHeaders` property is enabled in each worksheet. +* Switch to the `View` tab, and then select the `Hide Headers` option to hide both the row and column headers. +* Set the `showHeaders` property of a sheet to `true` or `false` to show or hide the headers at initial load. By default, the `showHeaders` property is enabled in each worksheet. ## Gridlines -Gridlines act as a border like appearance of cells. They are used to distinguish cells on the worksheet. You can dynamically show or hide gridlines by using one of the following ways, +Gridlines appear as cell borders. They are used to distinguish cells on the worksheet. You can dynamically show or hide gridlines in one of the following ways: -* Switch to `View` tab, and then select `Hide Gridlines` option to hide the gridlines in worksheet. -* Set `showGridLines` property in `sheets` as `true` or `false` to show or hide the gridlines at initial load. By default, the `showGridLines` property is enabled in each worksheet. +* Switch to the `View` tab, and then select the `Hide Gridlines` option to hide the gridlines in the worksheet. +* Set the `showGridLines` property of a sheet to `true` or `false` to show or hide the gridlines at initial load. By default, the `showGridLines` property is enabled in each worksheet. The following code example shows the headers and gridlines operation in spreadsheet. @@ -93,7 +93,7 @@ The following code example shows the headers and gridlines operation in spreadsh Hiding a worksheet can help prevent unauthorized or accidental changes to your file. -There are three visibility state as like Microsoft Excel, +There are three visibility states, like Microsoft Excel: | State | Description | |-------|---------| @@ -116,7 +116,7 @@ The following code example shows the three types of sheet visibility state. ## Note -You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Vue Spreadsheet example](https://document.syncfusion.com/demos/spreadsheet-editor/vue/#/tailwind3/spreadsheet/default.html) to knows how to present and manipulate data. +You can refer to our [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) feature tour page for its groundbreaking feature representations. ## See Also From 4e2a873c49951b2b1b1e81b68e587b95d934c1f6 Mon Sep 17 00:00:00 2001 From: RahulRavikumar Date: Fri, 24 Jul 2026 16:05:44 +0530 Subject: [PATCH 2/3] 1043242: Enhanced Documentation Quality in Vue Platform --- .../Excel/Spreadsheet/Vue/overview.md | 2 +- .../Spreadsheet/Vue/performance-best-practices.md | 2 +- .../Excel/Spreadsheet/Vue/protect-sheet.md | 4 ++-- Document-Processing/Excel/Spreadsheet/Vue/ribbon.md | 2 +- .../Excel/Spreadsheet/Vue/searching.md | 2 +- .../Excel/Spreadsheet/Vue/selection.md | 12 ++++++------ .../Excel/Spreadsheet/Vue/suspend-resume.md | 2 +- .../Excel/Spreadsheet/Vue/worksheet.md | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Document-Processing/Excel/Spreadsheet/Vue/overview.md b/Document-Processing/Excel/Spreadsheet/Vue/overview.md index 4a74042469..bfe70cf78a 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/overview.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/overview.md @@ -9,7 +9,7 @@ documentation: ug # Overview of the Vue Spreadsheet Component -The [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) is a user interactive component to organize and analyze data in a tabular format with configuration options for customization. It loads data by importing an Excel or CSV file, or from local and remote data sources such as JSON, RESTful services, and OData services. The populated data can be exported to Excel (XLSX, XLS), CSV, and PDF formats. +The [Vue Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/vue-spreadsheet-editor) is a user interactive component to organize and analyze data in a tabular format with configuration options for customization. It loads 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 to Excel (XLSX, XLS), CSV, and PDF formats. ![Vue Spreadsheet Component](./images/overview-banner.png) diff --git a/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md b/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md index 13976dcc12..10dcd6ef6c 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md @@ -23,7 +23,7 @@ For more details, refer to the [virtual scrolling documentation](https://help.sy ### Chunk Response Processing -When opening large Excel files with extensive data and features, the server response can become too large, leading to memory issues or connection failures during transmission. Chunk Response Processing breaks the response into smaller pieces and sends them in parallel to the client +When opening large Excel files with extensive data and features, server responses can become too large—leading to memory issues or connection failures during transmission. The Chunk Response Processing feature addresses this by breaking the response into smaller chunks and sending them in parallel to the client. These chunks are combined on the client side to load the Excel data smoothly into the Spreadsheet. This approach avoids transmission failures due to memory constraints and ensures reliable and efficient loading of large files. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md b/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md index cecdc3f158..29b8aaaf98 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md @@ -158,7 +158,7 @@ You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api In the active Spreadsheet, you can protect the worksheet by selecting the Data tab in the Ribbon toolbar and choosing the `Protect Workbook` item. Then, enter the password and confirm it and click on OK. -The following example shows **Protect Workbook** using the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property on the Spreadsheet control. +The following example shows **Protect Workbook** using the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property in the Spreadsheet control. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -171,7 +171,7 @@ The following example shows **Protect Workbook** using the [`isProtected`](https {% previewsample "/document-processing/code-snippet/spreadsheet/vue/local-data-binding-cs4" %} -The following example shows **Protect Workbook** using the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property in the Spreadsheet control. To unprotect the workbook, click **Unprotect Workbook** in the data tab and provide the password as syncfusion® in the dialog box. +The following example shows **Protect Workbook** using the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property in the Spreadsheet control. To unprotect the workbook, click **Unprotect Workbook** button in the data tab and provide the password as syncfusion® in the dialog box. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md b/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md index a6e015cc46..9f896784ae 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md @@ -9,7 +9,7 @@ documentation: ug # Ribbon in Vue Spreadsheet component -The Ribbon in the Syncfusion Vue Spreadsheet component organizes spreadsheet features into a series of tabs. Click the expand or collapse icon to expand or collapse the ribbon toolbar dynamically. +It helps to organize a spreadsheet's features into a series of tabs. Click the expand or collapse icon to expand or collapse the ribbon toolbar dynamically. ## Ribbon Customization diff --git a/Document-Processing/Excel/Spreadsheet/Vue/searching.md b/Document-Processing/Excel/Spreadsheet/Vue/searching.md index 521631c9b0..bf03d10ff3 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/searching.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/searching.md @@ -60,7 +60,7 @@ Go to feature is used to navigate to a specific cell address in the sheet or wor * Select the Home tab in the Ribbon toolbar, and then select the Search icon. * Enter any value in the search textbox. * Select the Next or Previous button to find the entered value in the spreadsheet. -* Select the more options in the search toolbar to access additional search properties. +* You can have more options to find values by selecting the more options in the search toolbar. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/selection.md b/Document-Processing/Excel/Spreadsheet/Vue/selection.md index e13a758e9f..512ad5d028 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/selection.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/selection.md @@ -13,7 +13,7 @@ Selection provides interactive support to highlight the cell, row, or column tha > * The default value for `mode` in `selectionSettings` is `Multiple`. -Selection supports the following options: +You have the following options in Selection, * Cell selection * Row selection @@ -21,7 +21,7 @@ Selection supports the following options: ## Cell selection -Cell selection is used to select a single cell or a range of cells. Use the [`selectRange`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectrange) method to perform cell selection programmatically. +Cell selection is used to select a single cell or a range of cells. It can be performed using the [`selectRange`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectrange) method. **User Interface**: @@ -40,9 +40,9 @@ Row selection is used to select a single or multiple rows. You can perform row selection in any of the following ways: * Click the row header. -* To select multiple adjacent rows, click a row header and drag over other row headers, or hold `Shift` and use the arrow keys. +* To select multiple rows, select a row header with the left mouse button and drag over to other row headers (or) use the `Shift + arrow` keys to select multiple rows. * To select non-adjacent rows, hold `Ctrl` and select each row header. -* Programmatically, you can use the `selectRange` method for row selection. +* You can also use the `selectRange` method for row selection. The following sample shows row selection in the spreadsheet, selecting the 5th row using the `selectRange` method. @@ -66,9 +66,9 @@ Column selection is used to select a single or multiple columns. You can perform column selection in any of the following ways: * Click the column header. -* To select multiple adjacent columns, click a column header and drag over other column headers, or hold `Shift` and use the arrow keys. +* To select multiple columns, select a column header with the left mouse button and drag over to other column headers (or) use the `Shift + arrow` keys to select the multiple columns. * To select non-adjacent columns, hold `Ctrl` and select each column header. -* Programmatically, you can use the `selectRange` method for row selection. +* You can also use the `selectRange` method for row selection. The following sample shows column selection in the spreadsheet, selecting the 3rd column using the `selectRange` method. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md b/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md index 6a986f4533..4f99bb6b07 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/suspend-resume.md @@ -120,7 +120,7 @@ The following types of operations can be performed between `suspendRefresh` and - Use suspend and resume UI refresh when multiple operations are executed together. - Avoid using it for few or simple operations. -- This feature is useful during initialization and large data updates. +- Useful during initialization and large data updates. - Data and model changes are processed during the suspended state; only visual refresh is delayed. ## See Also diff --git a/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md b/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md index d22ff8cf61..17c5e47e16 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md @@ -54,7 +54,7 @@ The following code example shows how to insert a sheet programmatically and make The Spreadsheet has support for removing an existing worksheet. You can dynamically delete the existing sheet in one of the following ways: * Right-click on the sheet tab, and then select the `Delete` option from the context menu. -* Use the [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) method to delete the sheets. +* Using [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) method to delete the sheets. ## Rename sheet @@ -67,14 +67,14 @@ You can dynamically rename an existing worksheet in one of the following ways: By default, the row and column headers are visible in worksheets. You can dynamically show or hide worksheet headers in one of the following ways: * Switch to the `View` tab, and then select the `Hide Headers` option to hide both the row and column headers. -* Set the `showHeaders` property of a sheet to `true` or `false` to show or hide the headers at initial load. By default, the `showHeaders` property is enabled in each worksheet. +* Set the `showHeaders` property in `sheets` as `true` or `false` to show or hide the headers at initial load. By default, the `showHeaders` property is enabled in each worksheet. ## Gridlines Gridlines appear as cell borders. They are used to distinguish cells on the worksheet. You can dynamically show or hide gridlines in one of the following ways: * Switch to the `View` tab, and then select the `Hide Gridlines` option to hide the gridlines in the worksheet. -* Set the `showGridLines` property of a sheet to `true` or `false` to show or hide the gridlines at initial load. By default, the `showGridLines` property is enabled in each worksheet. +* Set the `showGridLines` property in `sheets` as `true` or `false` to show or hide the gridlines at initial load. By default, the `showGridLines` property is enabled in each worksheet. The following code example shows the headers and gridlines operation in spreadsheet. From 3fd78315b30ac559ecdec8cced3faa6e94c11c59 Mon Sep 17 00:00:00 2001 From: RahulRavikumar Date: Fri, 24 Jul 2026 18:38:20 +0530 Subject: [PATCH 3/3] 1043242: Resolved Front Matter error --- .../Excel/Spreadsheet/Vue/cell-range.md | 24 ++++----- .../Excel/Spreadsheet/Vue/clipboard.md | 10 ++-- .../Excel/Spreadsheet/Vue/context-menu.md | 42 +++++++-------- .../Excel/Spreadsheet/Vue/data-binding.md | 8 +-- .../Spreadsheet/Vue/docker-deployment.md | 2 +- .../Excel/Spreadsheet/Vue/editing.md | 10 ++-- .../Excel/Spreadsheet/Vue/filter.md | 16 +++--- .../Excel/Spreadsheet/Vue/formulas.md | 20 +++---- .../Excel/Spreadsheet/Vue/freeze-pane.md | 4 +- .../Excel/Spreadsheet/Vue/global-local.md | 6 +-- .../Excel/Spreadsheet/Vue/illustrations.md | 14 ++--- .../Excel/Spreadsheet/Vue/link.md | 6 +-- .../Excel/Spreadsheet/Vue/open-save.md | 52 +++++++++---------- .../Vue/performance-best-practices.md | 6 +-- .../Excel/Spreadsheet/Vue/protect-sheet.md | 20 +++---- .../Excel/Spreadsheet/Vue/ribbon.md | 18 +++---- .../Excel/Spreadsheet/Vue/scrolling.md | 12 ++--- .../Excel/Spreadsheet/Vue/searching.md | 10 ++-- .../Excel/Spreadsheet/Vue/selection.md | 2 +- .../Excel/Spreadsheet/Vue/sort.md | 18 +++---- .../Excel/Spreadsheet/Vue/undo-redo.md | 8 +-- .../Excel/Spreadsheet/Vue/worksheet.md | 6 +-- 22 files changed, 157 insertions(+), 157 deletions(-) diff --git a/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md b/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md index f34bb69839..4cec1a9ba5 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/cell-range.md @@ -13,13 +13,13 @@ A group of cells in a sheet is known as cell range. ## Wrap text -Wrap text allows you to display large content as multiple lines in a single cell. By default, the wrap text support is enabled. Use the [`allowWrap`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowwrap) property to enable or disable the wrap text support in spreadsheet. +Wrap text allows you to display large content as multiple lines in a single cell. By default, the wrap text support is enabled. Use the [`allowWrap`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowwrap) property to enable or disable the wrap text support in spreadsheet. Wrap text can be applied or removed to a cell or range of cells in the following ways, * Using the `wrap` property in `cell`, you can enable or disable wrap text to a cell at initial load. * Select or deselect wrap button from ribbon toolbar to apply or remove the wrap text to the selected range. -* Using the [`wrap`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#wrap) method, you can apply or remove the wrap text once the component is loaded. +* Using the [`wrap`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#wrap) method, you can apply or remove the wrap text once the component is loaded. The following code example shows the wrap text functionality in spreadsheet. @@ -43,13 +43,13 @@ The following features have some limitations in wrap text: ## Merge cells -Merge cells allows users to span two or more cells in the same row or column into a single cell. When cells with multiple values are merged, top-left most cell data will be the data for the merged cell. By default, the merge cells option is enabled. Use [`allowMerge`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowmerge) property to enable or disable the merge cells option in spreadsheet. +Merge cells allows users to span two or more cells in the same row or column into a single cell. When cells with multiple values are merged, top-left most cell data will be the data for the merged cell. By default, the merge cells option is enabled. Use [`allowMerge`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowmerge) property to enable or disable the merge cells option in spreadsheet. You can merge the range of cells in the following ways, * Set the `rowSpan` and `colSpan` property in `cell` to merge the number of cells at initial load. * Select the range of cells and apply merge by selecting the desired option from ribbon toolbar. -* Use [`merge`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#merge) method to merge the range of cells, once the component is loaded. +* Use [`merge`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#merge) method to merge the range of cells, once the component is loaded. The available merge options in spreadsheet are, @@ -82,7 +82,7 @@ The following features have some limitations in Merge: ## Data Validation -Data Validation is used to restrict the user from entering the invalid data. You can use the [`allowDataValidation`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowdatavalidation) property to enable or disable data validation. +Data Validation is used to restrict the user from entering the invalid data. You can use the [`allowDataValidation`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowdatavalidation) property to enable or disable data validation. > * The default value for `allowDataValidation` property is `true`. @@ -93,7 +93,7 @@ You can apply data validation to restrict the type of data or the values that us You can apply data validation by using one of the following ways, * Select the Data tab in the Ribbon toolbar, and then choose the Data Validation item. -* Use the [`addDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#adddatavalidation) method programmatically. +* Use the [`addDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#adddatavalidation) method programmatically. ### Clear Validation @@ -102,7 +102,7 @@ Clear validation feature is used to remove data validations from the specified r You can clear data validation rule by one of the following ways, * Select the Data tab in the Ribbon toolbar, and then choose the Clear Validation item. -* Use the [`removeDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removedatavalidation) method programmatically. +* Use the [`removeDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#removedatavalidation) method programmatically. ### Highlight Invalid Data @@ -111,7 +111,7 @@ Highlight invalid data feature is used to highlight the previously entered inval You can highlight an invalid data by using one of the following ways, * Select the Data tab in the Ribbon toolbar, and then choose the Highlight Invalid Data item. -* Use the [`addInvalidHighlight()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addinvalidhighlight) method programmatically. +* Use the [`addInvalidHighlight()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addinvalidhighlight) method programmatically. ### Clear Highlighted Invalid Data @@ -120,7 +120,7 @@ Clear highlight feature is used to remove the highlight from invalid cells. You can clear the highlighted invalid data by using the following ways, * Select the Data tab in the Ribbon toolbar, and then choose the Clear Highlight item. -* Use the [`removeInvalidHighlight()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removeinvalidhighlight) method programmatically. +* Use the [`removeInvalidHighlight()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#removeinvalidhighlight) method programmatically. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -146,7 +146,7 @@ When this rule is applied, the Spreadsheet evaluates the entered value against t You can apply custom data validation using two methods. * The first is through the Data Validation dialog in the Ribbon toolbar. Navigate to the Data tab, select the Data Validation option, and choose the Custom type from the Allow dropdown menu. -* The second method is programmatically, using the [`addDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#adddatavalidation) method, which allows developers to set custom rules dynamically via code. +* The second method is programmatically, using the [`addDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#adddatavalidation) method, which allows developers to set custom rules dynamically via code. The following code example demonstrates how to add custom data validation with a formula in a Spreadsheet. @@ -179,7 +179,7 @@ Clear feature helps you to clear the cell contents (formulas and data), formats You can apply clear feature by using one of the following ways, * Select the clear icon in the Ribbon toolbar under the Home Tab. -* Using the [`clear()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clear) method to clear the values. +* Using the [`clear()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#clear) method to clear the values. Clear has the following types in the spreadsheet, @@ -192,7 +192,7 @@ Clear has the following types in the spreadsheet, ### Methods -Clear the cell contents and formats in the Spreadsheet document by using the [clear](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clear) method. The [clear](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clear) method has `type` and `range` as parameters. The following code example shows how to clear the cell contents and formats in the button click event. +Clear the cell contents and formats in the Spreadsheet document by using the [clear](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#clear) method. The [clear](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#clear) method has `type` and `range` as parameters. The following code example shows how to clear the cell contents and formats in the button click event. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md b/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md index d4e5e0ad03..ad7a537396 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/clipboard.md @@ -9,7 +9,7 @@ documentation: ug # Clipboard in Vue Spreadsheet component -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/vue/documentation/api/spreadsheet/#enableclipboard) property in Spreadsheet. +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/vue/documentation/api/spreadsheet#enableclipboard) property in Spreadsheet. > By default, the `enableClipboard` property is true. @@ -24,7 +24,7 @@ Cut can be done in one of the following ways. * Using Cut button in the Ribbon’s HOME tab to perform cut operation. * Using Cut option in the Context Menu. * Using `Ctrl + X` | `Command + X` keyboard shortcut. -* Using the [`cut`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#cut) method. +* Using the [`cut`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#cut) method. ## Copy @@ -37,7 +37,7 @@ Copy can be done in one of the following ways. * Using Copy button in the Ribbon’s HOME tab to perform copy operation. * Using Copy option in the Context Menu. * Using `Ctrl + C` | `Command + C` keyboard shortcut. -* Using the [`copy`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#copy) method. +* Using the [`copy`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#copy) method. ## Paste @@ -55,7 +55,7 @@ Paste can be done in one of the following ways. * Using Paste button in the Ribbon’s HOME tab to perform paste operation. * Using Paste option in the Context Menu. * Using `Ctrl + V` | `Command + V` keyboard shortcut. -* Using the [`paste`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#paste) method. +* Using the [`paste`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#paste) method. > If you use the Keyboard shortcut key for cut (`Ctrl + X`) | copy (`Ctrl + C`) from other sources, you should use `Ctrl + V` shortcut while pasting into the spreadsheet. @@ -72,7 +72,7 @@ Paste can be done in one of the following ways. ## Prevent the paste functionality -The following example shows, how to prevent the paste action in spreadsheet. In [`actionBegin`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#actionbegin) event, you can set `cancel` argument as false in paste request type. +The following example shows, how to prevent the paste action in spreadsheet. In [`actionBegin`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#actionbegin) event, you can set `cancel` argument as false in paste request type. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md b/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md index 69247c3bad..e8260be747 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/context-menu.md @@ -9,7 +9,7 @@ documentation: ug # Context menu in Vue Spreadsheet component -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/vue/documentation/api/spreadsheet/#enablecontextmenu) property to enable/disable context menu. +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/vue/documentation/api/spreadsheet#enablecontextmenu) property to enable/disable context menu. > The default value for the `enableContextMenu` property is `true`. @@ -19,13 +19,13 @@ Please find the table below for default context menu items and their actions. | Context Menu items | Action | |-------|---------| -| [`Cut`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#cut) | Cut the selected cells data to the clipboard, you can select a cell where you want to move the data. | -| [`Copy`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#copy) | Copy the selected cells data to the clipboard, so that you can paste it to somewhere else. | -| [`Paste`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#paste) | Paste the data from clipboard to spreadsheet. | -| [`Paste Special`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#paste) | `Values` - Paste the data values from clipboard to spreadsheet. `Formats` - Paste the data formats from clipboard to spreadsheet. | -| [`Filter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#filter) | Perform filtering to the selected cells based on an active cell’s value. | -| [`Sort`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sort) | Perform sorting to the selected range of cells by ascending or descending. | -| [`Hyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hyperlink) | Create a link in the spreadsheet to navigate to web links or cell reference within the sheet or other sheets in the Spreadsheet. | +| [`Cut`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#cut) | Cut the selected cells data to the clipboard, you can select a cell where you want to move the data. | +| [`Copy`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#copy) | Copy the selected cells data to the clipboard, so that you can paste it to somewhere else. | +| [`Paste`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#paste) | Paste the data from clipboard to spreadsheet. | +| [`Paste Special`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#paste) | `Values` - Paste the data values from clipboard to spreadsheet. `Formats` - Paste the data formats from clipboard to spreadsheet. | +| [`Filter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#filter) | Perform filtering to the selected cells based on an active cell’s value. | +| [`Sort`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sort) | Perform sorting to the selected range of cells by ascending or descending. | +| [`Hyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hyperlink) | Create a link in the spreadsheet to navigate to web links or cell reference within the sheet or other sheets in the Spreadsheet. | ## Context Menu Items in Row Header / Column Header @@ -33,14 +33,14 @@ Please find the table below for default context menu items and their actions. | Context Menu items | Action | |-------|---------| -| [`Cut`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#cut) | Cut the selected row/column header data to the clipboard, you can select a cell where you want to move the data. | -| [`Copy`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#copy) | Copy the selected row/column header data to the clipboard, so that you can paste it to somewhere else. | -| [`Paste`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#paste) | Paste the data from clipboard to spreadsheet. | -| [`Paste Special`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#paste) | `Values` - Paste the data values from clipboard to spreadsheet. `Formats` - Paste the data formats from clipboard to spreadsheet. | -| [`Insert Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertrow) / [`Insert Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertcolumn) | Insert new rows or columns into the worksheet. | -| [`Delete Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) / [`Delete Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) | Delete existing rows or columns from the worksheet. | -| [`Hide Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hiderow) / [`Hide Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hidecolumn) | Hide the rows or columns. | -| [`UnHide Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hiderow) / [`UnHide Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hidecolumn) | Show the hidden rows or columns. | +| [`Cut`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#cut) | Cut the selected row/column header data to the clipboard, you can select a cell where you want to move the data. | +| [`Copy`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#copy) | Copy the selected row/column header data to the clipboard, so that you can paste it to somewhere else. | +| [`Paste`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#paste) | Paste the data from clipboard to spreadsheet. | +| [`Paste Special`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#paste) | `Values` - Paste the data values from clipboard to spreadsheet. `Formats` - Paste the data formats from clipboard to spreadsheet. | +| [`Insert Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertrow) / [`Insert Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertcolumn) | Insert new rows or columns into the worksheet. | +| [`Delete Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#delete) / [`Delete Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#delete) | Delete existing rows or columns from the worksheet. | +| [`Hide Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hiderow) / [`Hide Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hidecolumn) | Hide the rows or columns. | +| [`UnHide Rows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hiderow) / [`UnHide Columns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hidecolumn) | Show the hidden rows or columns. | ## Context Menu Items in Pager @@ -51,8 +51,8 @@ Please find the table below for default context menu items and their actions. | `Insert` | Insert a new worksheet in front of an existing worksheet in the spreadsheet. | | `Delete` | Delete the selected worksheet from the spreadsheet. | | `Rename` | Rename the selected worksheet. | -| [`Protect Sheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#protectsheet) | Prevent unwanted changes from others by limiting their ability to edit. | -| [`Hide`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hide) |Hide the selected worksheet. | +| [`Protect Sheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#protectsheet) | Prevent unwanted changes from others by limiting their ability to edit. | +| [`Hide`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hide) |Hide the selected worksheet. | ## Context Menu Customization @@ -64,7 +64,7 @@ You can perform the following context menu customization options in the spreadsh ### Add Context Menu Items -You can add the custom items in context menu using the [`addContextMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addcontextmenuitems) in `contextmenuBeforeOpen` event +You can add the custom items in context menu using the [`addContextMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addcontextmenuitems) in `contextmenuBeforeOpen` event In this demo, Custom Item is added after the Paste item in the context menu. @@ -81,7 +81,7 @@ In this demo, Custom Item is added after the Paste item in the context menu. ### Remove Context Menu Items -You can remove the items in context menu using the [`removeContextMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removecontextmenuitems) in `contextmenuBeforeOpen` event +You can remove the items in context menu using the [`removeContextMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#removecontextmenuitems) in `contextmenuBeforeOpen` event In this demo, Insert Column item has been removed from the row/column header context menu. @@ -98,7 +98,7 @@ In this demo, Insert Column item has been removed from the row/column header con ### Enable/Disable Context Menu Items -You can enable/disable the items in context menu using the [`enableContextMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#enablecontextmenuitems) in `contextmenuBeforeOpen` event +You can enable/disable the items in context menu using the [`enableContextMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#enablecontextmenuitems) in `contextmenuBeforeOpen` event In this demo, Rename item is disabled in the pager context menu. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md b/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md index 50533c50fa..7d85bdc644 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/data-binding.md @@ -34,7 +34,7 @@ Refer to the following code example for local data binding. ### Customizing column data mapping -By default, when a data source is bound to a sheet, columns are auto-assigned from the data source fields sequentially. This means that the first field in the data source is assigned to Column A, the second to Column B, and so on, sequentially. However, now you can customize the column assignments by specifying the appropriate field names in the desired order using the [fieldsOrder](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel/#fieldsorder) property. +By default, when a data source is bound to a sheet, columns are auto-assigned from the data source fields sequentially. This means that the first field in the data source is assigned to Column A, the second to Column B, and so on, sequentially. However, now you can customize the column assignments by specifying the appropriate field names in the desired order using the [fieldsOrder](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel#fieldsorder) property. > You can customize the mapping of column data only in the local data binding support. @@ -149,11 +149,11 @@ The following table defines the arguments of the `dataSourceChanged` event. ## Dynamic data binding using updateRange method -The [updateRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#updaterange) method allows you to dynamically update the [dataSource](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel/#datasource) in a spreadsheet without manually iterating through each cell. This method is especially useful for efficiently applying bulk updates to a specific range within the spreadsheet. +The [updateRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#updaterange) method allows you to dynamically update the [dataSource](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel#datasource) in a spreadsheet without manually iterating through each cell. This method is especially useful for efficiently applying bulk updates to a specific range within the spreadsheet. -To use the [updateRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#updaterange) method, provide the new [dataSource](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel/#datasource) and specify the starting cell for the update using the [startCell](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel/#startcell) property of the `RangeDirective`. Additionally, set the `sheetIndex` to target the appropriate sheet for the update. +To use the [updateRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#updaterange) method, provide the new [dataSource](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel#datasource) and specify the starting cell for the update using the [startCell](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/rangeModel#startcell) property of the `RangeDirective`. Additionally, set the `sheetIndex` to target the appropriate sheet for the update. -The following code example demonstrates how to dynamically update data using the [updateRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#updaterange) method. +The following code example demonstrates how to dynamically update data using the [updateRange](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#updaterange) method. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md b/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md index 1cc5722a92..fe0047a1b9 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/docker-deployment.md @@ -57,7 +57,7 @@ docker-compose up Now the Spreadsheet server Docker instance runs on localhost with the provided port number `http://localhost:6002`. Open this link in a browser and navigate to the Spreadsheet Web API open and save service at `http://localhost:6002/api/spreadsheet/open` and `http://localhost:6002/api/spreadsheet/save`. -**Step 4:** Append the URLs of the Docker instance running services to the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openurl) property as `http://localhost:6002/api/spreadsheet/open` and the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveurl) property as `http://localhost:6002/api/spreadsheet/save` in the client-side Spreadsheet component. For more information on how to get started with the Spreadsheet component, refer to this [`getting started page.`](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/getting-started). +**Step 4:** Append the URLs of the Docker instance running services to the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openurl) property as `http://localhost:6002/api/spreadsheet/open` and the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveurl) property as `http://localhost:6002/api/spreadsheet/save` in the client-side Spreadsheet component. For more information on how to get started with the Spreadsheet component, refer to this [`getting started page.`](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/getting-started). {% tabs %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/editing.md b/Document-Processing/Excel/Spreadsheet/Vue/editing.md index 06a9b7474f..ad12234ebc 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/editing.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/editing.md @@ -9,7 +9,7 @@ documentation: ug # Editing in Vue Spreadsheet component -You can edit the contents of a cell directly in the cell or by typing in the formula bar. By default, the editing feature is enabled in the spreadsheet. Use the [`allowEditing`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowediting) property to enable or disable the editing feature. +You can edit the contents of a cell directly in the cell or by typing in the formula bar. By default, the editing feature is enabled in the spreadsheet. Use the [`allowEditing`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowediting) property to enable or disable the editing feature. ## Edit cell @@ -19,7 +19,7 @@ You can start editing by one of the following ways, * Press `F2` key to edit the active cell. * Use formula bar to perform editing. * Use `BACKSPACE` or `SPACE` key to clear the cell content and start the edit mode. -* Using the [`startEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#startedit) method. +* Using the [`startEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#startedit) method. ## Save cell @@ -27,16 +27,16 @@ If the cell is in editable state, you can save the edited cell by one of the fol * Perform mouse click on any other cell rather than the current editing cell. * Press `Enter` or `Tab` keys to save the edited cell content. -* Using the [`endEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#endedit) method. +* Using the [`endEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#endedit) method. ## Cancel editing To cancel the editing without saving the changes, you can use one of the following ways, * Press `ESCAPE` key, this will remove the editable state and update the unchanged cell content. -* Using the [`closeEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#closeedit) method. +* Using the [`closeEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#closeedit) method. -The following sample shows how to prevent the editing and cell save. Here `E` column prevent the editing by using cancel argument as true in [`cellEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#celledit) event. In `D` column, prevent saving the edited changes by using cancel argument as true in [`beforeCellSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforecellsave) and use [`closeEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#closeedit) method in spreadsheet. +The following sample shows how to prevent the editing and cell save. Here `E` column prevent the editing by using cancel argument as true in [`cellEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#celledit) event. In `D` column, prevent saving the edited changes by using cancel argument as true in [`beforeCellSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforecellsave) and use [`closeEdit`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#closeedit) method in spreadsheet. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/filter.md b/Document-Processing/Excel/Spreadsheet/Vue/filter.md index d6551ff686..12bd1819a4 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/filter.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/filter.md @@ -9,7 +9,7 @@ documentation: ug # Filter in Vue Spreadsheet component -Filtering helps you to view specific rows in the spreadsheet by hiding the other rows. You can use the [`allowFiltering`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowfiltering) property to enable or disable filtering functionality. +Filtering helps you to view specific rows in the spreadsheet by hiding the other rows. You can use the [`allowFiltering`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowfiltering) property to enable or disable filtering functionality. > * The default value for `allowFiltering` property is `true`. @@ -21,17 +21,17 @@ In the active sheet, select a range of cells to filter by value of the cell. The * Select the filter item in the Ribbon toolbar. * Right-click the sheet, select the filter item in the context menu. -* Use the [`applyFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#applyfilter) method programmatically. +* Use the [`applyFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#applyfilter) method programmatically. * Use `Ctrl + Shift + L` keyboard shortcut to apply the filter. > * Use `Alt + Up/Down` keyboard shortcut to open the filter dialog. ## Filter by criteria -The [`applyFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#applyfilter) method will apply the filter UI, based on the predicate and range given in the arguments. +The [`applyFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#applyfilter) method will apply the filter UI, based on the predicate and range given in the arguments. -> * The [`beforeFilter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforefilter) event will be triggered before filtering the specified range. -> * The [`filterComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#filtercomplete) event will be triggered after the filter action is completed successfully. +> * The [`beforeFilter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforefilter) event will be triggered before filtering the specified range. +> * The [`filterComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#filtercomplete) event will be triggered after the filter action is completed successfully. The following code example shows `filter` functionality in the Spreadsheet control. @@ -56,7 +56,7 @@ After applying filter to a certain column, you may want to clear it to make all * Choose `Clear` option in ribbon toolbar under `Filter and Sort`. It clears the filters applied in the spreadsheet for all fields. -* Use the [`clearFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clearfilter) method programmatically, to clear the applied filters in spreadsheet for all fields. +* Use the [`clearFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#clearfilter) method programmatically, to clear the applied filters in spreadsheet for all fields. ## Clear filter on a field @@ -64,7 +64,7 @@ After filtering, you can clear/reset the filter for a field alone. It can be don * Click filter icon in the column’s header and then choose `Clear Filter` option from the filter dialog. * You can right-click on a filtered column cell and choose `Clear Filter from .` option from the context menu. -* Use the [`clearFilter(field)`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clearfilter) method programmatically, to clear the filter in a particular column. +* Use the [`clearFilter(field)`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#clearfilter) method programmatically, to clear the filter in a particular column. ## Reapply filter @@ -80,7 +80,7 @@ The following errors have been handled for filtering, ## Get data from filtered rows -Filtering allows you to view specific rows in a spreadsheet while hiding the others. The [`allowFiltering`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowfiltering) property allows you to enable or disable filtering functionality through the UI. You can also use the [`allowFiltering`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowfiltering) property and [`applyFilter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#applyfilter) method combination to filter data via code behind. The filtered rows can be identified by iterating through the row collection on the sheet and using the `isFiltered` property available in each row object. +Filtering allows you to view specific rows in a spreadsheet while hiding the others. The [`allowFiltering`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowfiltering) property allows you to enable or disable filtering functionality through the UI. You can also use the [`allowFiltering`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowfiltering) property and [`applyFilter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#applyfilter) method combination to filter data via code behind. The filtered rows can be identified by iterating through the row collection on the sheet and using the `isFiltered` property available in each row object. The following code example shows how to get the filtered rows. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/formulas.md b/Document-Processing/Excel/Spreadsheet/Vue/formulas.md index b67ba2c29e..4d9d0fda03 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/formulas.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/formulas.md @@ -18,7 +18,7 @@ You can set formula for a cell in the following ways, * Using the `formula` property from `cell`, you can set the formula or expression to each cell at initial load. * Set the formula or expression through data binding. * You can set formula for a cell by [`editing`](./editing). -* Using the [`updateCell`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#updatecell) method, you can set or update the cell formula. +* Using the [`updateCell`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#updatecell) method, you can set or update the cell formula. ## Culture-Based Argument Separator @@ -26,7 +26,7 @@ Previously, although you could import culture-based Excel files into the Spreads > Before importing culture-based Excel files, ensure that the Spreadsheet component is rendered with the corresponding culture. Additionally, launch the import/export services with the same culture to ensure compatibility. -When loading spreadsheet data with culture-based formula argument separators using cell data binding, local/remote data, or JSON, ensure to set the [listSeparator](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#listseparator) property value as the culture-based list separator from your end. Additionally, note that when importing an Excel file, the [listSeparator](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#listseparator) property will be updated based on the culture of the launched import/export service. +When loading spreadsheet data with culture-based formula argument separators using cell data binding, local/remote data, or JSON, ensure to set the [listSeparator](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#listseparator) property value as the culture-based list separator from your end. Additionally, note that when importing an Excel file, the [listSeparator](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#listseparator) property will be updated based on the culture of the launched import/export service. In the example below, the Spreadsheet component is rendered with the `German culture (de)`. Additionally, you can find references on how to set the culture-based argument separator and culture-based formatted numeric value as arguments to the formulas. @@ -45,7 +45,7 @@ In the example below, the Spreadsheet component is rendered with the `German cul The Spreadsheet includes a number of built-in formulas. For your convenience, a list of supported formulas can be found [here](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/formulas#supported-formulas). -You can define and use an unsupported formula, i.e. a user defined/custom formula, in the spreadsheet by using the [addCustomFunction](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addcustomfunction) function. Meanwhile, remember that you should define a user defined/custom formula whose results should only return a single value. If a user-defined/custom formula returns an array, it will be time-consuming to update adjacent cell values. +You can define and use an unsupported formula, i.e. a user defined/custom formula, in the spreadsheet by using the [addCustomFunction](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addcustomfunction) function. Meanwhile, remember that you should define a user defined/custom formula whose results should only return a single value. If a user-defined/custom formula returns an array, it will be time-consuming to update adjacent cell values. The following code example shows an unsupported formula in the spreadsheet. @@ -60,7 +60,7 @@ The following code example shows an unsupported formula in the spreadsheet. {% previewsample "/document-processing/code-snippet/spreadsheet/vue/formula-cs1" %} -Second, if you want to directly compute any formula or expression, you can use the [computeExpression](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#computeexpression) method. This method will work for both built-in and used-defined/custom formula. +Second, if you want to directly compute any formula or expression, you can use the [computeExpression](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#computeexpression) method. This method will work for both built-in and used-defined/custom formula. The following code example shows how to use `computeExpression` method in the spreadsheet. @@ -77,15 +77,15 @@ The following code example shows how to use `computeExpression` method in the sp ## Formula bar -Formula bar is used to edit or enter cell data in much easier way. By default, the formula bar is enabled in the spreadsheet. Use the [`showFormulaBar`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#showformulabar) property to enable or disable the formula bar. +Formula bar is used to edit or enter cell data in much easier way. By default, the formula bar is enabled in the spreadsheet. Use the [`showFormulaBar`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#showformulabar) property to enable or disable the formula bar. ## Named Ranges You can define a meaningful name for a cell range and use it in the formula for calculation. It makes your formula much easier to understand and maintain. You can add named ranges to the Spreadsheet in the following ways, -* Using the [`definedNames`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#definednames) collection, you can add multiple named ranges at initial load. -* Use the [`addDefinedName`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#adddefinedname) method to add a named range dynamically. -* You can remove an added named range dynamically using the [`removeDefinedName`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removedefinedname) method. +* Using the [`definedNames`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#definednames) collection, you can add multiple named ranges at initial load. +* Use the [`addDefinedName`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#adddefinedname) method to add a named range dynamically. +* You can remove an added named range dynamically using the [`removeDefinedName`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#removedefinedname) method. * Select the range of cells, and then enter the name for the selected range in the name box. The following code example shows the usage of named ranges support. @@ -108,13 +108,13 @@ The Spreadsheet provides a `Calculation Mode` feature like the calculation optio * `Automatic`: Formulas are recalculated instantly whenever a change occurs in the dependent cells. * `Manual`: Formulas are recalculated only when triggered explicitly by the user using options like `Calculate Sheet` or `Calculate Workbook`. -You can configure the calculate mode using the [`calculationMode`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#calculationmode) property of the Spreadsheet. These modes offer flexibility to balance real-time updates and performance optimization. +You can configure the calculate mode using the [`calculationMode`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#calculationmode) property of the Spreadsheet. These modes offer flexibility to balance real-time updates and performance optimization. ### Automatic Mode In Automatic Mode, formulas are recalculated instantly whenever a dependent cell is modified. This mode is perfect for scenarios where real-time updates are essential, ensuring that users see the latest results without additional actions. -For example, consider a spreadsheet where cell `C1` contains the formula `=A1+B1`. When the value in `A1` or `B1` changes, `C1` updates immediately without requiring any user intervention. You can enable this mode by setting the [`calculationMode`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#calculationmode) property to `Automatic`. +For example, consider a spreadsheet where cell `C1` contains the formula `=A1+B1`. When the value in `A1` or `B1` changes, `C1` updates immediately without requiring any user intervention. You can enable this mode by setting the [`calculationMode`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#calculationmode) property to `Automatic`. The following code example demonstrates how to set the Automatic calculation mode in a Spreadsheet. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md b/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md index ebe7e567f5..15951d82d8 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/freeze-pane.md @@ -9,7 +9,7 @@ documentation: ug # Freeze pane in Vue Spreadsheet component -Freeze Panes helps you to keep particular rows or columns visible when scrolling the sheet content in the spreadsheet. You can specify the number of frozen rows and columns using the [`frozenRows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#frozenrows) and [`frozenColumns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#frozencolumns) properties inside the [`Sheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sheets) property. +Freeze Panes helps you to keep particular rows or columns visible when scrolling the sheet content in the spreadsheet. You can specify the number of frozen rows and columns using the [`frozenRows`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#frozenrows) and [`frozenColumns`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#frozencolumns) properties inside the [`Sheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sheets) property. ## Apply freezepanes on UI @@ -18,7 +18,7 @@ Freeze Panes helps you to keep particular rows or columns visible when scrolling In the active spreadsheet, click the cell where you want to create freeze panes. Freeze panes can be done in any of the following ways: * Select the View tab in the Ribbon toolbar and choose the `Freeze Panes` item. -* Use the [`freezePanes`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#freezepanes) method programmatically. +* Use the [`freezePanes`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#freezepanes) method programmatically. ## FrozenRows diff --git a/Document-Processing/Excel/Spreadsheet/Vue/global-local.md b/Document-Processing/Excel/Spreadsheet/Vue/global-local.md index 04be496fc0..83f550ed24 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/global-local.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/global-local.md @@ -12,7 +12,7 @@ documentation: ug ## Localization The [`Localization`](https://ej2.syncfusion.com/vue/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 -[`locale`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#locale) value and translation object. +[`locale`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#locale) value and translation object. The following list of properties and their values are used in the Spreadsheet. @@ -603,11 +603,11 @@ export default { {% endhighlight %} {% endtabs %} -Internalization [`sample link`](https://codesandbox.io/s/vue-template-forked-cthq7?file=/src/App.vue) +Internalization [`sample link`](https://codesandbox.io/p/sandbox/vue-template-forked-cthq7) ## Right to left (RTL) -RTL provides an option to switch the text direction and layout of the Spreadsheet component from right to left. It improves the user experiences and accessibility for users who use right-to-left languages (Arabic, Farsi, Urdu, etc.). To enable RTL Spreadsheet, set the [`enableRtl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#enablertl) to true. +RTL provides an option to switch the text direction and layout of the Spreadsheet component from right to left. It improves the user experiences and accessibility for users who use right-to-left languages (Arabic, Farsi, Urdu, etc.). To enable RTL Spreadsheet, set the [`enableRtl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#enablertl) to true. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md b/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md index ed98742871..53e1c8d916 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/illustrations.md @@ -88,9 +88,9 @@ The following features have some limitations in Image: ## Chart -A chart is a graphical representation of data, that organizes and represents a set of numerical or qualitative data. It mostly displays the selected range of data in terms of `x`-axis and `y`-axis. You can use the [`allowChart`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowchart) property to enable or disable the chart functionality. +A chart is a graphical representation of data, that organizes and represents a set of numerical or qualitative data. It mostly displays the selected range of data in terms of `x`-axis and `y`-axis. You can use the [`allowChart`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowchart) property to enable or disable the chart functionality. ->* The default value for the [`allowChart`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowchart) property is `true`. +>* The default value for the [`allowChart`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowchart) property is `true`. ### Types of chart @@ -108,9 +108,9 @@ The following types of charts are available in the Spreadsheet. You can insert the chart by using one of the following ways, * Select the chart icon in the Ribbon toolbar under the Insert Tab. -* Use the [`insertChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertchart) method programmatically. +* Use the [`insertChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertchart) method programmatically. -The available parameter in the [`insertChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertchart) method is, +The available parameter in the [`insertChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertchart) method is, | Parameter | Type | Description | |-----|------|----| @@ -139,9 +139,9 @@ The available arguments in the `ChartModel` are: ### Delete Chart * If you want to delete the chart, just select the chart, and then press the Delete key. -* Use the [`deleteChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#deletechart) method programmatically. +* Use the [`deleteChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#deletechart) method programmatically. -The available parameter in the [`deleteChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#deletechart) method is, +The available parameter in the [`deleteChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#deletechart) method is, | Parameter | Type | Description | |-----|------|----| @@ -168,7 +168,7 @@ Chart feature allows you to view and insert a chart in a spreadsheet, and you ca #### Customization of line chart markers -Using the [`actionBegin`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#actionbegin) event, you can change the shape, size, fill color, and border of the line chart marker. In the following example, you can see the modified marker appearance, such as shape and size, while creating the line chart with UI interaction. +Using the [`actionBegin`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#actionbegin) event, you can change the shape, size, fill color, and border of the line chart marker. In the following example, you can see the modified marker appearance, such as shape and size, while creating the line chart with UI interaction. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/link.md b/Document-Processing/Excel/Spreadsheet/Vue/link.md index 6d070527dd..74a4fd4aa1 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/link.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/link.md @@ -9,7 +9,7 @@ documentation: ug # Link in Vue Spreadsheet component -Hyperlink is used to navigate to web links or cell reference within the sheet or to other sheets in Spreadsheet. You can use the [`allowHyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowHyperlink) property to enable or disable hyperlink functionality. +Hyperlink is used to navigate to web links or cell reference within the sheet or to other sheets in Spreadsheet. You can use the [`allowHyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowHyperlink) property to enable or disable hyperlink functionality. > * The default value for `allowHyperlink` property is `true`. @@ -24,7 +24,7 @@ In the active spreadsheet, click the cell where you want to create a hyperlink. * Select the INSERT tab in the Ribbon toolbar and choose the `Link` item. * Right-click the cell and then click Hyperlink item in the context menu. * Use `Ctrl + K` keyboard shortcut to apply the hyperlink. -* Use the [`addHyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addhyperlink) method programmatically. +* Use the [`addHyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addhyperlink) method programmatically. ## Edit Hyperlink @@ -47,7 +47,7 @@ Performing this operation remove a single hyperlink without losing the display t In the active spreadsheet, click the cell where you want to remove a hyperlink. remove hyperlink can be done by any of the following ways: * Right-click the cell and then click Remove Hyperlink item in the context menu. -* Use the [`removeHyperlink()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removehyperlink) method programmatically. +* Use the [`removeHyperlink()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#removehyperlink) method programmatically. ## How to change target attribute diff --git a/Document-Processing/Excel/Spreadsheet/Vue/open-save.md b/Document-Processing/Excel/Spreadsheet/Vue/open-save.md index e4d82402cf..aed302dde9 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/open-save.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/open-save.md @@ -13,13 +13,13 @@ 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/vue/documentation/api/spreadsheet/#allowopen) as `true` and assign service url to the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openurl) property. +The Spreadsheet control opens an Excel document with its data, style, format, and more. To enable this feature, set [`allowOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowopen) as `true` and assign service url to the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openurl) property. **User Interface**: In user interface you can open an Excel document by clicking `File > Open` menu item in ribbon. -The following sample shows the `Open` option by using the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openurl) property in the Spreadsheet control. You can also use the [`beforeOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforeopen) event to trigger before opening an Excel file. +The following sample shows the `Open` option by using the [`openUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openurl) property in the Spreadsheet control. You can also use the [`beforeOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforeopen) event to trigger before opening an Excel file. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -41,11 +41,11 @@ Please find the below table for the beforeOpen event arguments. | requestData | object | To provide the Form data. | > * Use `Ctrl + O` keyboard shortcut to open Excel documents. -> * The default value of the [allowOpen](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowopen) property is `true`. For demonstration purpose, we have showcased the [allowOpen](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowopen) property in previous code snippet. +> * The default value of the [allowOpen](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowopen) property is `true`. For demonstration purpose, we have showcased the [allowOpen](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowopen) property in previous code snippet. ### Open an excel file using a file uploader -If you explore your machine to select and upload an excel document using the file uploader, you will receive the uploaded document as a raw file in the [success](https://ej2.syncfusion.com/vue/documentation/api/uploader/#success) event of the file uploader. In this `success` event, you should pass the received raw file as an argument to the Spreadsheet's [open](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#open) method to see the appropriate output. +If you explore your machine to select and upload an excel document using the file uploader, you will receive the uploaded document as a raw file in the [success](https://ej2.syncfusion.com/vue/documentation/api/uploader#success) event of the file uploader. In this `success` event, you should pass the received raw file as an argument to the Spreadsheet's [open](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#open) method to see the appropriate output. The following code example shows how to import an excel document using file uploader in spreadsheet. @@ -62,7 +62,7 @@ The following code example shows how to import an excel document using file uplo ### Open an external URL excel file while initial load -You can achieve to access the remote excel file by using the [`created`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#created) event. In this event you can fetch the excel file and convert it to a blob. Convert this blob to a file and [`open`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#open) this file by using Spreadsheet component open method. +You can achieve to access the remote excel file by using the [`created`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#created) event. In this event you can fetch the excel file and convert it to a blob. Convert this blob to a file and [`open`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#open) this file by using Spreadsheet component open method. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -77,7 +77,7 @@ You can achieve to access the remote excel file by using the [`created`](https:/ ### Open an excel file from blob data -By default, the Spreadsheet component provides an option to browse files from the local file system and open them within the component. If you want to open an Excel file from blob data, you need to fetch the blob data from the server or another source and convert this blob data into a `File` object. Then, you can use the [open](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#open) method in the Spreadsheet component to load that `File` object. +By default, the Spreadsheet component provides an option to browse files from the local file system and open them within the component. If you want to open an Excel file from blob data, you need to fetch the blob data from the server or another source and convert this blob data into a `File` object. Then, you can use the [open](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#open) method in the Spreadsheet component to load that `File` object. Please find the code to fetch the blob data and load it into the Spreadsheet component below. @@ -94,7 +94,7 @@ Please find the code to fetch the blob data and load it into the Spreadsheet com ### Open an Excel file located on a server -By default, the Spreadsheet component provides an option to browse files from the local file system and open them within the component. If you want to load an Excel file located on a server, you need to configure the server endpoint to fetch the Excel file from the server location, process it using `Syncfusion.EJ2.Spreadsheet.AspNet.Core`, and send it back to the client side as `JSON data`. On the client side, you should use the [openFromJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method to load that `JSON data` into the Spreadsheet component. +By default, the Spreadsheet component provides an option to browse files from the local file system and open them within the component. If you want to load an Excel file located on a server, you need to configure the server endpoint to fetch the Excel file from the server location, process it using `Syncfusion.EJ2.Spreadsheet.AspNet.Core`, and send it back to the client side as `JSON data`. On the client side, you should use the [openFromJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openfromjson) method to load that `JSON data` into the Spreadsheet component. **Server Endpoint**: @@ -153,9 +153,9 @@ Before proceeding with the opening process, you should deploy the spreadsheet op [How to deploy a spreadsheet open and save web API service to AWS Lambda](https://support.syncfusion.com/kb/article/17184/how-to-deploy-a-spreadsheet-open-and-save-web-api-service-to-aws-lambda) -After deployment, you will get the AWS service URL for the open and save actions. Before opening the Excel file with this hosted open URL, you need to prevent the default file opening process to avoid getting a corrupted file on the open service end. The spreadsheet component appends the file to the `formData` and sends it to the open service, which causes the file to get corrupted. To prevent this, set the `args.cancel` value to `true` in the [`beforeOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforeopen) event. After that, you will get the selected file in the `beforeOpen` event argument. Then, convert this file into a base64 string and send it to the open service URL using a fetch request. +After deployment, you will get the AWS service URL for the open and save actions. Before opening the Excel file with this hosted open URL, you need to prevent the default file opening process to avoid getting a corrupted file on the open service end. The spreadsheet component appends the file to the `formData` and sends it to the open service, which causes the file to get corrupted. To prevent this, set the `args.cancel` value to `true` in the [`beforeOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforeopen) event. After that, you will get the selected file in the `beforeOpen` event argument. Then, convert this file into a base64 string and send it to the open service URL using a fetch request. -On the open service end, convert the base64 string back to a file and pass it as an argument to the workbook `Open` method. The open service will process the file and return the spreadsheet data in JSON format. You will then receive this JSON data in the fetch success callback. Finally, use the [openFromJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method to load this JSON data into the spreadsheet component. +On the open service end, convert the base64 string back to a file and pass it as an argument to the workbook `Open` method. The open service will process the file and return the spreadsheet data in JSON format. You will then receive this JSON data in the fetch success callback. Finally, use the [openFromJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openfromjson) method to load this JSON data into the spreadsheet component. The following code example shows how to open an Excel file using a hosted web service in AWS Lambda, as mentioned above. @@ -356,7 +356,7 @@ public class OpenOptions ### Open an excel file from Base64 string data -In the 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/vue/documentation/api/spreadsheet/#open) method in the spreadsheet. +In the 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/vue/documentation/api/spreadsheet#open) method in the spreadsheet. The following code example shows how to save the spreadsheet data as base64 string. {% tabs %} @@ -372,7 +372,7 @@ The following code example shows how to save the spreadsheet data as base64 stri ### Open excel file into a read-only mode -You can open excel file into a read-only mode by using the [`openComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#opencomplete) event. In this event, you must protect all the sheets and lock its used range cells by using [`protectSheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#protectsheet) and [`lockCells`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#lockcells) methods +You can open excel file into a read-only mode by using the [`openComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#opencomplete) event. In this event, you must protect all the sheets and lock its used range cells by using [`protectSheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#protectsheet) and [`lockCells`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#lockcells) methods {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -387,7 +387,7 @@ You can open excel file into a read-only mode by using the [`openComplete`](http ### Configure JSON deserialization options -Previously, when opening a workbook JSON object into the Spreadsheet using the [openFromJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method, the entire workbook, including all features specified in the JSON object, was processed and loaded into the Spreadsheet. +Previously, when opening a workbook JSON object into the Spreadsheet using the [openFromJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openfromjson) method, the entire workbook, including all features specified in the JSON object, was processed and loaded into the Spreadsheet. Now, you have the option to selectively ignore some features during the opening of the JSON object by configuring deserialization options and passing them as arguments to the `openFromJson` method. This argument is optional, and if not configured, the entire workbook JSON object will be loaded without ignoring any features. @@ -458,7 +458,7 @@ public IActionResult Open(IFormCollection openRequest) When opening large Excel files with many features and data, the server response can become very large. This might cause memory issues or connection problems during data transmission. The `Chunk Response Processing` feature solves this by dividing the server response into smaller parts, called chunks, and sending them to the client in parallel. The client receives these chunks and combines them to load the Excel data smoothly into the spreadsheet. -You can enable this feature by setting the [`chunkSize`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/openSettings/#chunksize) property in the [`openSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#opensettings) object. Set the [`chunkSize`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/openSettings/#chunksize) to a value greater than 0 (in bytes). The [`chunkSize`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/openSettings/#chunksize) defines how large each chunk will be. Make sure your server supports chunked responses to use this feature effectively. +You can enable this feature by setting the [`chunkSize`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/openSettings#chunksize) property in the [`openSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#opensettings) object. Set the [`chunkSize`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/openSettings#chunksize) to a value greater than 0 (in bytes). The [`chunkSize`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/openSettings#chunksize) defines how large each chunk will be. Make sure your server supports chunked responses to use this feature effectively. > This feature reduces memory usage on both the server and client, ensuring that resources are managed efficiently during data transmission. By sending smaller parts of data, it prevents connection issues that could occur with large payloads, making the transmission process more reliable. Additionally, it allows large Excel files to be loaded smoothly into the spreadsheet, providing a seamless user experience even with extensive data. @@ -592,7 +592,7 @@ The [attachment](https://www.syncfusion.com/downloads/support/directtrac/general ### Add custom header during open -You can add your own custom header to the open action in the Spreadsheet. For processing the data, it has to be sent from server to client side and adding customer header can provide privacy to the data with the help of Authorization Token. Through the [`beforeOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforeopen) event, the custom header can be added to the request during open action. +You can add your own custom header to the open action in the Spreadsheet. For processing the data, it has to be sent from server to client side and adding customer header can provide privacy to the data with the help of Authorization Token. Through the [`beforeOpen`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforeopen) event, the custom header can be added to the request during open action. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -635,13 +635,13 @@ The following list of Excel file formats are supported in Spreadsheet: ## Save -The Spreadsheet control saves its data, style, format, and more as Excel file document. To enable this feature, set [`allowSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowsave) as `true` and assign service url to the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveurl) property. +The Spreadsheet control saves its data, style, format, and more as Excel file document. To enable this feature, set [`allowSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowsave) as `true` and assign service url to the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveurl) property. **User Interface**: In user interface, you can save Spreadsheet data as Excel document by clicking `File > Save As` menu item in ribbon. -The following sample shows the `Save` option by using the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveurl) property in the Spreadsheet control. You can also use the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event to trigger before saving the Spreadsheet as an Excel file. +The following sample shows the `Save` option by using the [`saveUrl`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveurl) property in the Spreadsheet control. You can also use the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event to trigger before saving the Spreadsheet as an Excel file. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -667,12 +667,12 @@ Please find the below table for the beforeSave event arguments. | cancel | boolean | To prevent the save operations. | > * Use `Ctrl + S` keyboard shortcut to save the Spreadsheet data as Excel file. -> * The default value of [allowSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowsave) property is `true`. For demonstration purpose, we have showcased the [allowSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowsave) property in previous code snippet. +> * The default value of [allowSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowsave) property is `true`. For demonstration purpose, we have showcased the [allowSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowsave) property in previous code snippet. > * Demo purpose only, we have used the online web service url link. ### Save an excel file as blob data -By default, the Spreadsheet component saves the Excel file and downloads it to the local file system. If you want to save an Excel file as blob data, you need to set `needBlobData` property to **true** and `isFullPost` property to **false** in the [beforeSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event of the spreadsheet. Subsequently, you will receive the spreadsheet data as a blob in the [saveComplete](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#savecomplete) event. You can then post the blob data to the server endpoint for saving. +By default, the Spreadsheet component saves the Excel file and downloads it to the local file system. If you want to save an Excel file as blob data, you need to set `needBlobData` property to **true** and `isFullPost` property to **false** in the [beforeSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event of the spreadsheet. Subsequently, you will receive the spreadsheet data as a blob in the [saveComplete](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#savecomplete) event. You can then post the blob data to the server endpoint for saving. Please find below the code to retrieve blob data from the Spreadsheet component below. @@ -689,7 +689,7 @@ Please find below the code to retrieve blob data from the Spreadsheet component ### Save an Excel file to a server -By default, the Spreadsheet component saves the Excel file and downloads it to the local file system. If you want to save an Excel file to a server location, you need to configure the server endpoint to convert the spreadsheet data into a file stream and save it to the server location. To do this, first, on the client side, you must convert the spreadsheet data into `JSON` format using the [saveAsJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveasjson) method and send it to the server endpoint. On the server endpoint, you should convert the received spreadsheet `JSON` data into a file stream using `Syncfusion.EJ2.Spreadsheet.AspNet.Core`, then convert the stream into an Excel file, and finally save it to the server location. +By default, the Spreadsheet component saves the Excel file and downloads it to the local file system. If you want to save an Excel file to a server location, you need to configure the server endpoint to convert the spreadsheet data into a file stream and save it to the server location. To do this, first, on the client side, you must convert the spreadsheet data into `JSON` format using the [saveAsJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveasjson) method and send it to the server endpoint. On the server endpoint, you should convert the received spreadsheet `JSON` data into a file stream using `Syncfusion.EJ2.Spreadsheet.AspNet.Core`, then convert the stream into an Excel file, and finally save it to the server location. **Client Side**: @@ -760,7 +760,7 @@ Before proceeding with the save process, you should deploy the spreadsheet open/ [How to deploy a spreadsheet open and save web API service to AWS Lambda](https://support.syncfusion.com/kb/article/17184/how-to-deploy-a-spreadsheet-open-and-save-web-api-service-to-aws-lambda) -After deployment, you will get the AWS service URL for the open and save actions. Before saving the Excel file with this hosted save URL, you need to prevent the default save action to avoid getting a corrupted excel file on the client end. The save service returns the file stream as a result to the client, which can cause the file to become corrupted. To prevent this, set the `args.cancel` value to `true` in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event. After that, convert the spreadsheet data into JSON format using the [saveAsJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveasjson) method in the `beforeSave` event and send it to the save service endpoint URL using a fetch request. +After deployment, you will get the AWS service URL for the open and save actions. Before saving the Excel file with this hosted save URL, you need to prevent the default save action to avoid getting a corrupted excel file on the client end. The save service returns the file stream as a result to the client, which can cause the file to become corrupted. To prevent this, set the `args.cancel` value to `true` in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event. After that, convert the spreadsheet data into JSON format using the [saveAsJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveasjson) method in the `beforeSave` event and send it to the save service endpoint URL using a fetch request. On the server side, the save service will take the received JSON data, pass it to the workbook `Save` method, and return the result as a base64 string. The fetch success callback will receive the Excel file in base64 string format on the client side. Finally, you can then convert the base64 string back to a file on the client end to obtain a non-corrupted Excel file. @@ -1004,7 +1004,7 @@ public string Save([FromForm]SaveSettings saveSettings) In the Spreadsheet component, there is currently no direct option to save data as a `Base64` string. You can achieve this by saving the Spreadsheet data as blob data and then converting that saved blob data to a `Base64` string using `FileReader`. -> You can get the Spreadsheet data as blob in the [saveComplete](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#savecomplete) event when you set the `needBlobData` as **true** and `isFullPost` as **false** in the [beforeSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event. +> You can get the Spreadsheet data as blob in the [saveComplete](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#savecomplete) event when you set the `needBlobData` as **true** and `isFullPost` as **false** in the [beforeSave](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event. The following code example shows how to save the spreadsheet data as base64 string. @@ -1021,7 +1021,7 @@ The following code example shows how to save the spreadsheet data as base64 stri ### Configure JSON serialization options -Previously, when saving the Spreadsheet as a workbook JSON object using the [saveAsJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#saveasjson) method, the entire workbook with all loaded features were processed and saved as a JSON object. +Previously, when saving the Spreadsheet as a workbook JSON object using the [saveAsJson](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#saveasjson) method, the entire workbook with all loaded features were processed and saved as a JSON object. Now, you have the option to selectively ignore some features while saving the Spreadsheet as a JSON object by configuring serialization options and passing them as arguments to the `saveAsJson` method. This argument is optional, and if not configured, the entire workbook JSON object will be saved without ignoring any features. @@ -1058,7 +1058,7 @@ The following code snippet demonstrates how to configure the serialization optio ### Send and receive custom params from client to server -Passing the custom parameters from client to server by using [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event. +Passing the custom parameters from client to server by using [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -1084,7 +1084,7 @@ Server side code snippets: ### Add custom header during save -You can add your own custom header to the save action in the Spreadsheet. For processing the data, it has to be sent from client to server side and adding customer header can provide privacy to the data with the help of Authorization Token. Through the [`fileMenuItemSelect`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#filemenuitemselect) event, the custom header can be added to the request during save action. +You can add your own custom header to the save action in the Spreadsheet. For processing the data, it has to be sent from client to server side and adding customer header can provide privacy to the data with the help of Authorization Token. Through the [`fileMenuItemSelect`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#filemenuitemselect) event, the custom header can be added to the request during save action. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -1099,7 +1099,7 @@ You can add your own custom header to the save action in the Spreadsheet. For pr ### Change the PDF orientation -By default, the PDF document is created in **Portrait** orientation. You can change the orientation of the PDF document by using the `args.pdfLayoutSettings.orientation` argument settings in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesave) event. +By default, the PDF document is created in **Portrait** orientation. You can change the orientation of the PDF document by using the `args.pdfLayoutSettings.orientation` argument settings in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event. The possible values are: @@ -1128,7 +1128,7 @@ The following list of Excel file formats are supported in Spreadsheet: ### Methods -To save the Spreadsheet document as an `xlsx, xls, csv, or pdf` file, by using [save](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#save) method should be called with the `url`, `fileName` and `saveType` as parameters. The following code example shows to save the spreadsheet file as an `xlsx, xls, csv, or pdf` in the button click event. +To save the Spreadsheet document as an `xlsx, xls, csv, or pdf` file, by using [save](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#save) method should be called with the `url`, `fileName` and `saveType` as parameters. The following code example shows to save the spreadsheet file as an `xlsx, xls, csv, or pdf` in the button click event. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md b/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md index 10dcd6ef6c..25659cc4b3 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/performance-best-practices.md @@ -32,7 +32,7 @@ To enable the chunk response processing feature, you can refer to the following ### Configure JSON Serialization Options During Open -Serialization options in the Vue Spreadsheet allow you to exclude specific features—such as styles, formats, charts, images, wrap, etc.—from the `Workbook JSON object` when opening it in the Spreadsheet using the [`openFromJson`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#openfromjson) method. By skipping unnecessary features, you can significantly improve performance, especially when working with large or complex workbooks. +Serialization options in the Vue Spreadsheet allow you to exclude specific features—such as styles, formats, charts, images, wrap, etc.—from the `Workbook JSON object` when opening it in the Spreadsheet using the [`openFromJson`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#openfromjson) method. By skipping unnecessary features, you can significantly improve performance, especially when working with large or complex workbooks. This is particularly useful when: * You need only the raw data without formatting. @@ -104,7 +104,7 @@ To learn more about Manual Calculation Mode and how to enable it, you can refer When saving large Excel files with extensive data and features using **File → Save As** or the **save** method, the Spreadsheet triggers a server API call through a form submit operation. This can lead to performance issues such as timeouts or delays, particularly due to the size and complexity of the workbook. -To mitigate these issues during the save operation, you can set the [`isFullPost`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/beforeSaveEventArgs/#isfullpost) property to **false** in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event of the Spreadsheet. +To mitigate these issues during the save operation, you can set the [`isFullPost`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/beforeSaveEventArgs#isfullpost) property to **false** in the [`beforeSave`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesave) event of the Spreadsheet. The following code example shows how to set `isFullPost` to **false** in the Spreadsheet component: @@ -211,7 +211,7 @@ Refer to the following UG section to learn how to configure these options: When working with large datasets in the Vue Spreadsheet, user interactions such as selecting a large range of cells can experience delays. This occurs because, by default, the Spreadsheet performs aggregate calculations (e.g., SUM, AVERAGE, COUNT, MIN, and MAX) on the selected range and displays the results in the sheet tab panel at the bottom-right corner. -To enhance the responsiveness of cell selection, particularly in performance-critical scenarios, consider disabling unnecessary aggregate calculations using the [`showAggregate`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#showaggregate) property. +To enhance the responsiveness of cell selection, particularly in performance-critical scenarios, consider disabling unnecessary aggregate calculations using the [`showAggregate`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#showaggregate) property. Benefits: * Reduces selection lag when dealing with large data ranges. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md b/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md index 29b8aaaf98..cc32090380 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/protect-sheet.md @@ -14,7 +14,7 @@ Sheet protection helps you to prevent the users from modifying the data in the s ## Protect Sheet Protect sheet feature helps you to prevent the unknown users from accidentally changing, editing, moving, or deleting data in a spreadsheet. -You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property to enable or disable the Protecting functionality. +You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#isprotected) property to enable or disable the Protecting functionality. > * The default value of the `isProtected` property is `false`. @@ -40,7 +40,7 @@ In the active Spreadsheet, the sheet protection can be done by any of the follow * In the Ribbon toolbar, select the **Data** tab and then choose **Protect Sheet**, then select your desired options. * Right-click the sheet tab, select the Protect Sheet item in the context menu, and then select your desired options. -* Use the [`protectSheet()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#protectsheet) method programmatically. +* Use the [`protectSheet()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#protectsheet) method programmatically. The following example shows `Protect Sheet` functionality in the Spreadsheet control. @@ -69,11 +69,11 @@ In the active Spreadsheet, the sheet Unprotection can be done by any of the foll * In the Ribbon toolbar, select the **Data** tab and then choose **Unprotect Sheet**. * Right-click the sheet tab, select the `Unprotect Sheet` item in the context menu. -* Use the [`unprotectSheet()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#unprotectsheet) method programmatically. +* Use the [`unprotectSheet()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#unprotectsheet) method programmatically. ## Unlock specific cells in a protected sheet -In protected spreadsheet, to make some particular cell or range of cells are editable, you can use [`lockCells()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#lockcells) method, with the parameter `range` and `isLocked` property as false. +In protected spreadsheet, to make some particular cell or range of cells are editable, you can use [`lockCells()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#lockcells) method, with the parameter `range` and `isLocked` property as false. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -88,9 +88,9 @@ In protected spreadsheet, to make some particular cell or range of cells are edi ## Make cells read-only without protecting worksheet -Previously, you could make cells read-only by protecting the entire sheet using the [protectSheet](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#protectsheet) method or through the UI option. Meanwhile, to make a specific range of cells editable within a protected sheet, you needed to use the [lockCells](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#lockcells) method, passing the `range` parameter and setting the `isLocked` property to **false**. +Previously, you could make cells read-only by protecting the entire sheet using the [protectSheet](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#protectsheet) method or through the UI option. Meanwhile, to make a specific range of cells editable within a protected sheet, you needed to use the [lockCells](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#lockcells) method, passing the `range` parameter and setting the `isLocked` property to **false**. -Now, you can make an entire row, an entire column, or a specific range of cells read-only using the [setRangeReadOnly](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#setrangereadonly) method without protecting the entire sheet. This method accepts three parameters, as detailed in the following table: +Now, you can make an entire row, an entire column, or a specific range of cells read-only using the [setRangeReadOnly](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#setrangereadonly) method without protecting the entire sheet. This method accepts three parameters, as detailed in the following table: | Parameter | Description | |-----|------| @@ -149,8 +149,8 @@ The following example demonstrates how to make rows, columns, and cells read-onl ## Protect Workbook Protect workbook feature helps you to protect the workbook so that users cannot insert, delete, rename, hide the sheets in the spreadsheet. -You can use the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property to protect workbook with password. -You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property to protect or unprotect the workbook without the password. +You can use the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#password) property to protect workbook with password. +You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#isprotected) property to protect or unprotect the workbook without the password. > The default value of the `isProtected` property is `false`. @@ -158,7 +158,7 @@ You can use the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api In the active Spreadsheet, you can protect the worksheet by selecting the Data tab in the Ribbon toolbar and choosing the `Protect Workbook` item. Then, enter the password and confirm it and click on OK. -The following example shows **Protect Workbook** using the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#isprotected) property in the Spreadsheet control. +The following example shows **Protect Workbook** using the [`isProtected`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#isprotected) property in the Spreadsheet control. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} @@ -171,7 +171,7 @@ The following example shows **Protect Workbook** using the [`isProtected`](https {% previewsample "/document-processing/code-snippet/spreadsheet/vue/local-data-binding-cs4" %} -The following example shows **Protect Workbook** using the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#password) property in the Spreadsheet control. To unprotect the workbook, click **Unprotect Workbook** button in the data tab and provide the password as syncfusion® in the dialog box. +The following example shows **Protect Workbook** using the [`password`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#password) property in the Spreadsheet control. To unprotect the workbook, click **Unprotect Workbook** button in the data tab and provide the password as syncfusion® in the dialog box. {% tabs %} {% highlight html tabtitle="Composition API (~/src/App.vue)" %} diff --git a/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md b/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md index 9f896784ae..6f6d3d8169 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/ribbon.md @@ -17,15 +17,15 @@ You can customize the ribbon using the following methods. | Method | Action | |-------|---------| -| [`hideRibbonTabs`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hideribbontabs) | Used to show or hide the existing ribbon tabs. | -| [`enableRibbonTabs`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#enableribbontabs) | Used to enable or disable the existing ribbon tabs. | -| [`addRibbonTabs`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addribbontabs) | Used to add custom ribbon tabs. | -| [`hideToolbarItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hidetoolbaritems) | Used to show or hide the existing ribbon toolbar items. | -| [`enableToolbarItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#enabletoolbaritems) | Used to enable or disable the specified toolbar items. | -| [`addToolbarItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addtoolbaritems) | Used to add the custom items in ribbon toolbar. | -| [`hideFileMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hidefilemenuitems) | Used to show or hide the ribbon file menu items. | -| [`enableFileMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#enablefilemenuitems) | Used to enable or disable file menu items. | -| [`addFileMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addfilemenuitems) | Used to add custom file menu items. | +| [`hideRibbonTabs`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hideribbontabs) | Used to show or hide the existing ribbon tabs. | +| [`enableRibbonTabs`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#enableribbontabs) | Used to enable or disable the existing ribbon tabs. | +| [`addRibbonTabs`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addribbontabs) | Used to add custom ribbon tabs. | +| [`hideToolbarItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hidetoolbaritems) | Used to show or hide the existing ribbon toolbar items. | +| [`enableToolbarItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#enabletoolbaritems) | Used to enable or disable the specified toolbar items. | +| [`addToolbarItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addtoolbaritems) | Used to add the custom items in ribbon toolbar. | +| [`hideFileMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#hidefilemenuitems) | Used to show or hide the ribbon file menu items. | +| [`enableFileMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#enablefilemenuitems) | Used to enable or disable file menu items. | +| [`addFileMenuItems`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#addfilemenuitems) | Used to add custom file menu items. | The following code example shows the usage of ribbon customization. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md b/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md index 2bd49293cd..d97cdd7314 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/scrolling.md @@ -9,22 +9,22 @@ documentation: ug # Scrolling in Vue Spreadsheet component -Scrolling helps you to move quickly to different areas of the worksheet. It moves faster if we use horizontal and vertical scroll bars. Scrolling can be enabled by setting the [`allowScrolling`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowscrolling) as true. +Scrolling helps you to move quickly to different areas of the worksheet. It moves faster if we use horizontal and vertical scroll bars. Scrolling can be enabled by setting the [`allowScrolling`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowscrolling) as true. > By default, the `allowScrolling` property is true. -You have the following options in Scrolling by using [`scrollSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#scrollsettings). +You have the following options in Scrolling by using [`scrollSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#scrollsettings). * Finite scrolling. * Virtual scrolling. ## Finite Scrolling -Finite scrolling supports two types of modes. You can use the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property in [`scrollSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#scrollsettings) to specify the mode of scrolling. +Finite scrolling supports two types of modes. You can use the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings#isfinite) property in [`scrollSettings`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#scrollsettings) to specify the mode of scrolling. -* Finite - This mode does not create a new row/column when the scrollbar reaches the end. This can be achieved by setting the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property as `true`. +* Finite - This mode does not create a new row/column when the scrollbar reaches the end. This can be achieved by setting the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings#isfinite) property as `true`. -* Infinite - This mode creates a new row/column when the scrollbar reaches the end. This can be achieved by setting the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings/#isfinite) property as `false`. +* Infinite - This mode creates a new row/column when the scrollbar reaches the end. This can be achieved by setting the [`isFinite`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/scrollSettings#isfinite) property as `false`. > By default, the `isFinite` property is `false`. @@ -46,7 +46,7 @@ You can scroll through the worksheet using one of the following ways, ## Finite scrolling with defined rows and columns -To restrict scrolling to a fixed range, define `rowCount` and `colCount` in the [`sheets`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sheets) property, set `isFinite` to `true`, and set `enableVirtualization` to `false` in `scrollSettings`. +To restrict scrolling to a fixed range, define `rowCount` and `colCount` in the [`sheets`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sheets) property, set `isFinite` to `true`, and set `enableVirtualization` to `false` in `scrollSettings`. The following code example shows the finite scrolling with defined rows and columns in the spreadsheet. Here, we used rowCount as 20 and colCount as 20, after reaching the 20th row or 20th column you can't able to scroll. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/searching.md b/Document-Processing/Excel/Spreadsheet/Vue/searching.md index bf03d10ff3..1098dc8644 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/searching.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/searching.md @@ -9,7 +9,7 @@ documentation: ug # Searching in Vue Spreadsheet component -Find and Replace helps you to search for the target text and replace the found text with alternative text within the sheet or workbook. You can use the [`allowFindAndReplace`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowfindandreplace) property to enable or disable the Find and Replace functionality. +Find and Replace helps you to search for the target text and replace the found text with alternative text within the sheet or workbook. You can use the [`allowFindAndReplace`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowfindandreplace) property to enable or disable the Find and Replace functionality. > * The default value for `allowFindAndReplace` property is `true`. @@ -30,7 +30,7 @@ Find can be done by any of the following ways: > * `Match case`: To find the matched value with case sensitive. > * `Match exact cell contents`: To find the exact matched cell value with entire match cases. -* Using [`find()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#find) method to perform find operation. +* Using [`find()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#find) method to perform find operation. ## Replace @@ -43,8 +43,8 @@ Replace can be done by any of the following ways: * Use `Ctrl + H` key to open the Find and Replace dialog. * Use Replace button to change the found value in sheet or workbook. * Using Replace All button, all the matched criteria can be replaced with find value based on sheet or workbook. -* Using [`replace()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#replace) method to perform replace operation by passing the argument `args.replaceby` as `replace`. -* Using [`replace()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#replace) method to perform replace all operation by passing the argument `args.replaceby` as `replaceall`. +* Using [`replace()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#replace) method to perform replace operation by passing the argument `args.replaceby` as `replace`. +* Using [`replace()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#replace) method to perform replace all operation by passing the argument `args.replaceby` as `replaceall`. ## Go to @@ -53,7 +53,7 @@ Go to feature is used to navigate to a specific cell address in the sheet or wor **User Interface**: * Use `Ctrl + G` key to open the Go To dialog. -* Use [`goTo()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#goto) method to perform Go To operation. +* Use [`goTo()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#goto) method to perform Go To operation. In the following sample, searching can be done by following ways: diff --git a/Document-Processing/Excel/Spreadsheet/Vue/selection.md b/Document-Processing/Excel/Spreadsheet/Vue/selection.md index 512ad5d028..8b2868a40f 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/selection.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/selection.md @@ -21,7 +21,7 @@ You have the following options in Selection, ## Cell selection -Cell selection is used to select a single cell or a range of cells. It can be performed using the [`selectRange`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#selectrange) method. +Cell selection is used to select a single cell or a range of cells. It can be performed using the [`selectRange`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#selectrange) method. **User Interface**: diff --git a/Document-Processing/Excel/Spreadsheet/Vue/sort.md b/Document-Processing/Excel/Spreadsheet/Vue/sort.md index 256411aa6c..d89ef50c13 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/sort.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/sort.md @@ -9,7 +9,7 @@ documentation: ug # Sort in Vue Spreadsheet component -Sorting helps arrange the data in a specific order within a selected range of cells. Use the [`allowSorting`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowsorting) property to enable or disable sorting functionality. +Sorting helps arrange the data in a specific order within a selected range of cells. Use the [`allowSorting`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowsorting) property to enable or disable sorting functionality. > * The default value for `allowSorting` property is `true`. @@ -20,7 +20,7 @@ By default, the `sort` module is injected internally into Spreadsheet to perform In the active Spreadsheet, select a range of cells to sort by cell value. The range sort can be done by any of the following ways: * Select the sort item in the Ribbon toolbar and choose the ascending or descending item. * Right-click the sheet, select the sort item in the context menu and choose the ascending/descending item. -* Use the [`sort()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sort) method programmatically. +* Use the [`sort()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sort) method programmatically. The cell values can be sorted in the following orders: * Ascending @@ -30,8 +30,8 @@ The cell values can be sorted in the following orders: The `sort()` method with empty arguments will sort the selected range by active cell’s column as sort column in ascending order. -> * The [`beforeSort`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforesort) event will be triggered before sorting the specified range. -> * The [`sortComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortcomplete) event will be triggered after the sort action is completed successfully. +> * The [`beforeSort`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#beforesort) event will be triggered before sorting the specified range. +> * The [`sortComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sortcomplete) event will be triggered after the sort action is completed successfully. The following code example shows `Sort` functionality in the Spreadsheet control. @@ -48,7 +48,7 @@ The following code example shows `Sort` functionality in the Spreadsheet control ## Data contains header -You can specify whether the selected range of cells contains header. To specify, you need to set the [`containsHeader`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#containsheader) property to `true` and pass it as `sortOption` arguments of the sort() method. +You can specify whether the selected range of cells contains header. To specify, you need to set the [`containsHeader`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#containsheader) property to `true` and pass it as `sortOption` arguments of the sort() method. > * If the `containsHeader` property is not set and active cell column’s first cell value type is differed from the second cell value type, the first row data in the range are marked as column headers. @@ -65,7 +65,7 @@ In the custom sort dialog, the `Data contains header` checkbox is checked on loa ## Case sensitive sort -The default sort functionality of Spreadsheet is a case insensitive sorting. When you want to perform sorting with case sensitive, you need to set the [`caseSensitive`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#casesensitive) property to `true` and pass it as `sortOption` arguments of the sort() method. +The default sort functionality of Spreadsheet is a case insensitive sorting. When you want to perform sorting with case sensitive, you need to set the [`caseSensitive`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#casesensitive) property to `true` and pass it as `sortOption` arguments of the sort() method. Case sensitive sorting is applicable only for cells with alphabets. In ascending order sorting with case sensitive enabled, the cells with lower case text will be placed above the cells with upper case text. @@ -96,12 +96,12 @@ The custom sort dialog sorts multiple columns in the selected range by utilizing You can add multiple criteria using the `Add Column` button at the bottom of the dialog. Thus, multiple columns can be specified with different sort order. The newly added sort criteria items can be removed using the `delete` icons at the end of each items. -You can refer to the [`Data contains header`](./sort/#data-contains-header) topic to learn more about `Data contains header` checkbox. To learn more about `Case sensitive` checkbox, you can refer to [`Case sensitive sort`](./sort/#case-sensitive-sort) topic. +You can refer to the [`Data contains header`](./sort#data-contains-header) topic to learn more about `Data contains header` checkbox. To learn more about `Case sensitive` checkbox, you can refer to [`Case sensitive sort`](./sort#case-sensitive-sort) topic. ### Passing sort criteria manually The multi-column sorting can also be performed manually by passing sort options to the `sort()` method programmatically. The `sortOption` has the following arguments: -* [`sortDescriptors`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortdescriptors) – Sort criteria collection that holds the collection of field name, sort order, and [`sortComparer`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortcomparer). +* [`sortDescriptors`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sortdescriptors) – Sort criteria collection that holds the collection of field name, sort order, and [`sortComparer`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sortcomparer). * `containsHeader` – Boolean argument that specifies whether the range has headers in it. * `caseSensitive` – Boolean argument that specifies whether the range needs to consider case. @@ -121,7 +121,7 @@ The multi-column sorting can also be performed manually by passing sort options ## Custom sort comparer -The [`sortDescriptor`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortdescriptor) holds the [`sortComparer`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#sortcomparer) property, which is a function and it is used to customize the sort comparer for specific sort criteria. Each `sortDescriptor` can be customized using the custom sort comparer function. +The [`sortDescriptor`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sortdescriptor) holds the [`sortComparer`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#sortcomparer) property, which is a function and it is used to customize the sort comparer for specific sort criteria. Each `sortDescriptor` can be customized using the custom sort comparer function. By customizing sort comparer, you can define the sort action as desired. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md b/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md index 5112de1dd0..76d798a665 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/undo-redo.md @@ -9,7 +9,7 @@ documentation: ug # Undo redo in Vue Spreadsheet component -`Undo` option helps you to undone the last action performed and `Redo` option helps you to do the same action which is reverted in the Spreadsheet. You can use the [`allowUndoRedo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#allowundoredo) property to enable or disable undo redo functionality in spreadsheet. +`Undo` option helps you to undone the last action performed and `Redo` option helps you to do the same action which is reverted in the Spreadsheet. You can use the [`allowUndoRedo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#allowundoredo) property to enable or disable undo redo functionality in spreadsheet. > * The default value of the `allowUndoRedo` property is `true`. @@ -21,7 +21,7 @@ It reverses the last action you performed with Spreadsheet. Undo can be done by * Select the **Undo** item from the **HOME** tab in the Ribbon toolbar. * Use `Ctrl + Z` keyboard shortcut to perform the undo. -* Use the [`undo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#undo) method programmatically. +* Use the [`undo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#undo) method programmatically. ## Redo @@ -29,11 +29,11 @@ It reverses the last undo action you performed with Spreadsheet. Redo can be don * Select the **Redo** item from the **HOME** tab in the Ribbon toolbar. * Use `Ctrl + Y` keyboard shortcut to perform the redo. -* Use the [`redo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#redo) method programmatically. +* Use the [`redo`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#redo) method programmatically. ## Update custom actions in UndoRedo collection -You can update your own custom actions in UndoRedo collection, by using the [`updateUndoRedoCollection`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#updateundoredocollection) method. And also customize the undo redo operations of your custom action by using `actionComplete` event. +You can update your own custom actions in UndoRedo collection, by using the [`updateUndoRedoCollection`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#updateundoredocollection) method. And also customize the undo redo operations of your custom action by using `actionComplete` event. The following code example shows `How to update and customize your own actions for undo redo` functionality in the Spreadsheet control. diff --git a/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md b/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md index 17c5e47e16..d8dc8e40c4 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/worksheet.md @@ -17,7 +17,7 @@ You can dynamically add or insert a sheet in one of the following ways, * Click the `Add Sheet` button in the sheet tab. This will add a new empty sheet next to current active sheet. * Right-click on the sheet tab, and then select `Insert` option from the context menu to insert a new empty sheet before the current active sheet. -* Using [`insertSheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertsheet) method, you can insert one or more sheets at your desired index. +* Using [`insertSheet`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertsheet) method, you can insert one or more sheets at your desired index. The following code example shows the insert sheet operation in spreadsheet. @@ -34,7 +34,7 @@ The following code example shows the insert sheet operation in spreadsheet. ### Insert a sheet programmatically and make it active sheet -Using the [insertSheet](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertsheet) method, you can insert one or more sheets at the desired index. Then, you can make the inserted sheet the active sheet by focusing the start cell of that sheet using the [goTo](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#goto) method. +Using the [insertSheet](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#insertsheet) method, you can insert one or more sheets at the desired index. Then, you can make the inserted sheet the active sheet by focusing the start cell of that sheet using the [goTo](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#goto) method. The following code example shows how to insert a sheet programmatically and make it the active sheet. @@ -54,7 +54,7 @@ The following code example shows how to insert a sheet programmatically and make The Spreadsheet has support for removing an existing worksheet. You can dynamically delete the existing sheet in one of the following ways: * Right-click on the sheet tab, and then select the `Delete` option from the context menu. -* Using [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#delete) method to delete the sheets. +* Using [`delete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet#delete) method to delete the sheets. ## Rename sheet