Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5512,6 +5512,36 @@
<li><a href="/document-processing/excel/spreadsheet/angular/overview">Overview</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/getting-started">Getting Started</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/data-binding">Data Binding</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/web-services/webservice-overview">Web Services</a>
<ul>
<li><a href="/document-processing/excel/spreadsheet/angular/web-services/webservice-using-aspnetcore">Using with ASP.NET Core</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/web-services/webservice-using-aspnetmvc">Using with ASP.NET MVC</a></li>
</ul>
</li>
<li><a href="/document-processing/excel/spreadsheet/angular/open-excel-files">Open Excel Files</a>
<ul>
<li><a href="/document-processing/excel/spreadsheet/angular/open-excel-file/from-aws-s3-bucket">From AWS S3</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/open-excel-file/from-azure-blob-storage">From Azure Blob Storage</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/open-excel-file/from-google-cloud-storage">From Google Cloud Storage</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/open-excel-file/from-google-drive">From Google Drive</a></li>
</ul>
</li>
<li><a href="/document-processing/excel/spreadsheet/angular/save-excel-files">Save Excel Files</a>
<ul>
<li><a href="/document-processing/excel/spreadsheet/angular/save-excel-file/to-aws-s3-bucket">To AWS S3</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/save-excel-file/to-azure-blob-storage">To Azure Blob Storage</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/save-excel-file/to-google-cloud-storage">To Google Cloud Storage</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/save-excel-file/to-google-drive">To Google Drive</a></li>
</ul>
</li>
<li><a href="/document-processing/excel/spreadsheet/angular/server-deployment/spreadsheet-server-docker-image-overview">Server Deployment</a>
<ul>
<li><a href="/document-processing/excel/spreadsheet/angular/server-deployment/spreadsheet-server-docker-image-overview">Spreadsheet Server Docker Overview</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/server-deployment/deploy-spreadsheet-docker-to-azure-using-azure-cli">Deploy Spreadsheet Docker to Azure App Service using Azure CLI</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/server-deployment/deploy-spreadsheet-server-to-aws-eks-using-docker">Deploy spreadsheet server to AWS EKS using Docker</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/server-deployment/publish-spreadsheet-server-to-azure-using-visual-studio">Publish Spreadsheet Server to Azure App Service using Visual Studio</a></li>
</ul>
</li>
<li><a href="/document-processing/excel/spreadsheet/angular/open-save">Open and Save</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/docker-deployment">Docker Deployment</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/worksheet">Worksheet</a></li>
Expand Down Expand Up @@ -5544,14 +5574,15 @@
<li><a href="/document-processing/excel/spreadsheet/angular/accessibility">Accessibility</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/keyboard-shortcuts">Keyboard Shortcuts</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/ej1-api-migration">Migration from Essential JS 1</a></li>
<li>How To
<li><a href="/document-processing/excel/spreadsheet/angular/how-to-overview.md">How To</a>
<ul>
<li><a href="/document-processing/excel/spreadsheet/angular/how-to/create-a-object-structure">Create a object structure </a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/how-to/change-active-sheet">Changing the active sheet while importing a file</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/how-to/identify-the-context-menu-opened">Identify the context menu opened</a></li>
</ul>
</li>
<li><a href="/document-processing/excel/spreadsheet/angular/mobile-responsiveness">Mobile Responsiveness</a></li>
<li><a href="/document-processing/excel/spreadsheet/angular/events">Events</a></li>
<li><a href="https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/">API Reference</a></li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Accessibility in Angular Spreadsheet component

The Spreadsheet component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
The Spreadsheet component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria#roles) that are commonly used to evaluate accessibility.

The accessibility compliance for the Spreadsheet component is outlined below.

Expand Down Expand Up @@ -61,7 +61,7 @@ The Spreadsheet component followed the [WAI-ARIA](https://www.w3.org/WAI/ARIA/ap

## Keyboard interaction

The Spreadsheet component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Spreadsheet component.
The Spreadsheet component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert#keyboardinteraction) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Spreadsheet component.

| Press | To do this |
|----------|-------------|
Expand Down
18 changes: 11 additions & 7 deletions Document-Processing/Excel/Spreadsheet/Angular/cell-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Cell Range in Angular Spreadsheet Component

A group of cells in a sheet is known as cell range.
A **cell range** is a group of cells in a sheet. It allows you to work with multiple cells together for operations such as formatting, formulas, and data manipulation.

## Wrap text

Expand Down Expand Up @@ -181,9 +181,9 @@ Auto Fill is used to fill the cells with data based on adjacent cells. It also f
You can do this by one of the following ways,

* Using “AutoFillOptions” menu which is open, while drag and drop the cell using fill handle element.
* Use the autoFill() method programmatically.
* Use the autoFill method programmatically.

The available parameters in `autoFill()` method are,
The available parameters in `autoFill` method are,

| Parameter | Type | Description |
|-----|------|----|
Expand Down Expand Up @@ -258,14 +258,14 @@ The following features have some limitations in Autofill:

## Clear

Clear feature helps you to clear the cell contents (formulas and data), formats (including number formats, conditional formats, and borders) in a spreadsheet. When you apply clear all, both the contents and the formats will be cleared simultaneously.
The **Clear** feature allows you to remove cell contents (formulas and data) and formats (including number formats, conditional formats, and borders) in a spreadsheet. When you apply **Clear All**, both the contents and the formats are removed simultaneously.

### Apply Clear Feature

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/angular/documentation/api/spreadsheet/index-default#clear) method to clear the values.
* Select the clear icon in the Ribbon toolbar under the `Home` Tab.
* Using the [`clear`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#clear) method to clear the values.

Clear has the following types in the spreadsheet,

Expand All @@ -278,7 +278,11 @@ 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/angular/documentation/api/spreadsheet/index-default#clear) method. The [clear](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#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.
You can clear cell contents and formats in the Spreadsheet by using the [`clear`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#clear) method. The `clear` method accepts two parameters:
* `type` – specifies the type of clear operation (`Clear All`, `Clear Formats`, `Clear Contents`, or `Clear Hyperlinks`).
* `range` – specifies the cell or range of cells to clear.

The following code example demonstrates how to clear cell contents and formats in a button click event.

{% tabs %}
{% highlight ts tabtitle="app.ts" %}
Expand Down
Loading