Skip to content

Commit f91ecd9

Browse files
committed
1014442: modified content and samples for how to session
1 parent 3466818 commit f91ecd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/Excel/Spreadsheet/React/how-to/paste-values-without-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Paste Values Without Formatting and styles in React Spreadsheet
1111

12-
In the Syncfusion React Spreadsheet, you can make the paste action insert only the raw values into the cells, without bringing any formatting or styles from the copied content. This can be done by using the [actionBegin](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#actionbegin) event, where the Spreadsheet provides the details of the action being performed. When the action is a clipboard operation, you can set the paste type to Values, ensuring that only plain values are pasted into the sheet.
12+
In the Syncfusion React Spreadsheet, you can make the paste action insert only the raw values into the cells, without bringing any formatting or styles from the copied content. This can be done by using the [actionBegin](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#actionbegin) event, where the Spreadsheet provides the details of the action being performed. When the action is a clipboard operation, you can set the paste type to Values, ensuring that only plain values are pasted into the sheet.
1313

1414
The following example shows how to paste values without formatting.
1515

0 commit comments

Comments
 (0)