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
27 changes: 13 additions & 14 deletions Document-Processing/Excel/Spreadsheet/React/cell-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

A group of cells in a sheet is known as cell range.

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

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

Expand Down Expand Up @@ -44,12 +44,12 @@ The following code example shows the wrap text functionality in spreadsheet.

{% previewsample "/document-processing/code-snippet/spreadsheet/react/wrap-cs1" %}

### Limitations of Wrap text
### Limitations

The following features have some limitations in wrap text:
The following features have some limitations when using wrap text:

* Sorting with wrap text applied data.
* Merge with wrap text
- Sorting with wrap text applied data.
- Merge with wrap text

## Merge cells

Expand Down Expand Up @@ -89,12 +89,13 @@ The following code example shows the merge cells operation in spreadsheet.

{% previewsample "/document-processing/code-snippet/spreadsheet/react/merge-cs1" %}

### Limitations of Merge
### Limitations

The following features have some limitations in Merge:
The following features have some limitations when using merged cells:

* Merge with filter.
* Merge with wrap text.
- Merge with filter.
- Merge with wrap text.
- Merge with border style.

## Auto Fill

Expand Down Expand Up @@ -176,12 +177,10 @@ In the following sample, you can enable/disable the fill option on the button cl

{% previewsample "/document-processing/code-snippet/spreadsheet/react/autofill-cs1" %}

### Limitations of Autofill
### Limitations

The following features have some limitations in Autofill:

* Flash Fill option in Autofill feature.
* Fill with Conditional Formatting applied cells.
- The Flash Fill feature is not supported in the Auto Fill workflow.
- There is limitation for autofill with conditional formatting applied cells.

## Clear

Expand Down
9 changes: 5 additions & 4 deletions Document-Processing/Excel/Spreadsheet/React/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ The following example shows, how to prevent the paste action in spreadsheet. In

## Limitations

* External clipboard is not fully supported while copying data from another source and pasting into a spreadsheet, it only works with basic supports (Values, Number, cell, and Text formatting).
* If you copy =SUM(A2,B2) and paste, the formula reference will change depending on the pasted cell address but we don't have support for nested formula(formula reference will be same).
* Clipboard is not supported with conditional formatting (values only pasting).
* We have limitation while copying the whole sheet data and pasting it into another sheet.
- External clipboard is not fully supported while copying data from another source and pasting into a spreadsheet, it only works with basic supports (Values, Number, cell, and Text formatting).
- If you copy =SUM(A2,B2) and paste, the formula reference will change depending on the pasted cell address but we don't have support for nested formula(formula reference will be same).
- Clipboard is not supported with conditional formatting (values only pasting).
- We have limitation while copying the whole sheet data and pasting it into another sheet.
- Paste options are not enabled when copying from an external sheet; external clipboard paste works only through keyboard shortcuts (Ctrl + V).

## Note

Expand Down
7 changes: 6 additions & 1 deletion Document-Processing/Excel/Spreadsheet/React/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,17 @@ In the below sample, comments are added to a specific cell using cell data bindi
* **Author Identity**: The author name for each comment and reply is static once set. When exporting, the author information is preserved for all comments, even if multiple authors exist in the workbook.
* **New comment**: When the "Comments" review pane is enabled, adding a new comment renders the drafted comment editor directly in the "Comments" review pane.

## Limitations
* **Un-posted comments are not stored**: If you type in the comment editor and close it without clicking **Post**, the entered text is not saved and will not appear when you reopen the editor. Only posted content is persisted in the comment model.
* **Comments and Notes cannot coexist**: When a cell contains comment, notes cannot be added. Similarly, if a cell already has a notes, comment cannot be added.
* **Comments in Print**: Comments are not included in print output.
* **Non-collaborative**: Real-time multi-user synchronization is not supported. However, when exporting and re-importing the workbook, the author information for each comment and reply is preserved.

## Limitations
- **Un-posted comments are not stored**: If you type in the comment editor and close it without clicking **Post**, the entered text is not saved and will not appear when you reopen the editor. Only posted content is persisted in the comment model.
* **Comments and Notes cannot coexist**: When a cell contains comment, notes cannot be added. Similarly, if a cell already has a notes, comment cannot be added.
* **Comments in Print**: Comments are not included in print output.
* **Non-collaborative**: Real-time multi-user synchronization is not supported. However, when exporting and re-importing the workbook, the author information for each comment and reply is preserved.

## See Also
* [Notes](./notes)
* [Hyperlink](./link)
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The following features have some limitations in Data Validation:
* Insert row between the data validation.
* Copy/paste with data validation.
* Delete cells between data validation applied range.
* Custom error message in data validation.

## See Also

Expand Down
1 change: 1 addition & 0 deletions Document-Processing/Excel/Spreadsheet/React/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ The following features have some limitations in Filter:
* Insert/delete row/column between the filter applied cells.
* Merge cells with filter.
* Copy/cut paste the filter applied cells.
* Filter by color.

## Note

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ The following features have some limitations in Insert/Delete:
* Insert row/column between the data validation.
* Insert row/column between the conditional formatting applied cells.
* Insert/delete row/column between the filter applied cells.
* Insert/delete cells are not supported.

## Hide and show

Expand Down
2 changes: 2 additions & 0 deletions Document-Processing/Excel/Spreadsheet/React/searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ In the following sample, searching can be done by following ways:
## Limitations

* Undo/redo for Replace All is not supported in this feature.
* Replace All is not supported for selected range.
* Find and Replace in Formulas, Notes not supported.

## Note

Expand Down
1 change: 1 addition & 0 deletions Document-Processing/Excel/Spreadsheet/React/sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ The following errors have been handled for sorting,
## Limitations

* Sorting is not supported with formula contained cells.
* Sort by color is not supported.

## Note

Expand Down