Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
40aa097
1013149: Contents modified based on readable format and diataxis
eswaran-suyamprakasam Mar 11, 2026
96cf73e
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 11, 2026
8365356
Merge branch 'development' into EJ2-1013149-diataxiscontent
eswaran-suyamprakasam Mar 12, 2026
b9a11bd
Update context-menu title with lowercase
eswaran-suyamprakasam Mar 12, 2026
0013aa2
1013149: Resolved the CI error in url and text
eswaran-suyamprakasam Mar 12, 2026
ffa0804
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 12, 2026
1488217
Merge branch 'EJ2-1013149-diataxiscontent' of https://github.com/sync…
eswaran-suyamprakasam Mar 12, 2026
c18c9d4
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 12, 2026
da943b0
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 12, 2026
1085aa3
1013149: Modified the contents in readable format
eswaran-suyamprakasam Mar 12, 2026
9aacff2
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 13, 2026
519e3f1
1013149: Modified content for redability
eswaran-suyamprakasam Mar 13, 2026
19cc4d4
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 13, 2026
5789f32
1013149: Removed the CI error in url
eswaran-suyamprakasam Mar 13, 2026
a5985e7
1013149: Removed the paranthesis in method
eswaran-suyamprakasam Mar 13, 2026
c878cbb
1013149: Resolved the CI error in url
eswaran-suyamprakasam Mar 13, 2026
11f6784
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 13, 2026
f5bf368
1013149: Modified the formulas table by category
eswaran-suyamprakasam Mar 13, 2026
5b0f8ae
1013149: Formula table seperated for readability
eswaran-suyamprakasam Mar 13, 2026
347db6c
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 16, 2026
6b7a2b0
1013149: Resolved the CI error in url
eswaran-suyamprakasam Mar 16, 2026
9f9c600
1013149: Modified contents for the React UG
eswaran-suyamprakasam Mar 16, 2026
a6c56ac
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 16, 2026
d55a3d5
1013149: Resolved the CI errors in title
eswaran-suyamprakasam Mar 16, 2026
0fe3a44
1013149: Modified the content of ribbon and template
eswaran-suyamprakasam Mar 17, 2026
23ceb7e
Merge branch 'development' of https://github.com/syncfusion-content/d…
eswaran-suyamprakasam Mar 17, 2026
51ff04c
1021957: Contents modified based on readable format and diataxis
DinakarSF4212 Apr 20, 2026
6dd73ed
1021957: Contents modified based on readable format and diataxis
DinakarSF4212 Apr 20, 2026
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
4 changes: 2 additions & 2 deletions Document-Processing/Excel/Spreadsheet/React/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Accessibility in React 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
20 changes: 12 additions & 8 deletions Document-Processing/Excel/Spreadsheet/React/cell-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ documentation: ug

# Cell range in React 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.

To get started quickly with Cell Range, you can check on this video:
To get started quickly with `Cell Range`, you can check out this video:

{% youtube "https://www.youtube.com/watch?v=izgXkfzUMBQ" %}

Expand Down Expand Up @@ -104,9 +104,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 @@ -184,14 +184,14 @@ In the following sample, you can enable/disable the fill option on the button cl

## 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/react/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/react/documentation/api/spreadsheet/index-default#clear) method to clear the values.

Clear has the following types in the spreadsheet,

Expand All @@ -204,7 +204,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/react/documentation/api/spreadsheet/index-default#clear) method. The [clear](https://ej2.syncfusion.com/react/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/react/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 js tabtitle="app.jsx" %}
Expand Down
Loading