Skip to content

Commit 9a9cd02

Browse files
Merge pull request #2157 from syncfusion-content/Resolve-Spreadsheet-conflicts
1003858: Resolved spreadsheet conflicts
2 parents f84435b + d85182b commit 9a9cd02

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ control: Notes
77
documentation: ug
88
---
99

10-
1110
# Notes in ASP.NET Core Spreadsheet control
1211

1312
The **Notes** feature is used to insert comments, provide feedback, suggest changes, or leave remarks on specific cells while reviewing documents in the Spreadsheet. You can enable or disable the notes functionality using the [enableNotes](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_EnableNotes) property, which defaults to **true**.
@@ -160,4 +159,4 @@ In the below example, you can navigate between notes using **Previous Note** and
160159
* When importing the document with notes, the formatting of the content in the notes will not be available. Similarly, while adding notes, we cannot apply formatting to them.
161160
* The style and appearance of the dialog box for the notes, including size, color, border, and other elements, cannot be directly changed.
162161
* Exporting the workbook along with notes is not supported in file formats such as Comma Separated Values (.csv), Excel Macro-Enabled Workbook (.xlsm), Excel Binary Workbook (.xlsb), and PDF Document (.pdf).
163-
* Notes added outside the used ranges of the worksheet will not be included in the exported document.
162+
* Notes added outside the used ranges of the worksheet will not be included in the exported document.

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ control: Notes
77
documentation: ug
88
---
99

10-
1110
# Notes in ASP.NET MVC Spreadsheet Control
1211

1312
The **Notes** feature is used to insert comments, provide feedback, suggest changes, or leave remarks on specific cells while reviewing documents in the Spreadsheet. You can enable or disable the notes functionality using the [enableNotes](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_EnableNotes) property, which defaults to **true**.
@@ -160,4 +159,4 @@ In the below example, you can navigate between notes using **Previous Note** and
160159
* When importing the document with notes, the formatting of the content in the notes will not be available. Similarly, while adding notes, we cannot apply formatting to them.
161160
* The style and appearance of the dialog box for the notes, including size, color, border, and other elements, cannot be directly changed.
162161
* Exporting the workbook along with notes is not supported in file formats such as Comma Separated Values (.csv), Excel Macro-Enabled Workbook (.xlsm), Excel Binary Workbook (.xlsb), and PDF Document (.pdf).
163-
* Notes added outside the used ranges of the worksheet will not be included in the exported document.
162+
* Notes added outside the used ranges of the worksheet will not be included in the exported document.

Document-Processing/Excel/Spreadsheet/Javascript-ES5/notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ control: Notes
77
documentation: ug
88
---
99

10+
1011
# Notes in EJ2 JavaScript Spreadsheet control
1112

1213
The **Notes** feature is used to insert comments, provide feedback, suggest changes, or leave remarks on specific cells while reviewing documents in the Spreadsheet. You can enable or disable the notes functionality using the [enableNotes](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/index-default#enablenotes) property, which defaults to **true**.

Document-Processing/Excel/Spreadsheet/React/notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ platform: document-processing
77
documentation: ug
88
---
99

10+
1011
# Notes in React Spreadsheet component
1112

1213
The **Notes** feature is used to insert comments, provide feedback, suggest changes, or leave remarks on specific cells while reviewing documents in the Spreadsheet. You can enable or disable the notes functionality using the [enableNotes](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#enablenotes) property, which defaults to **true**.

Document-Processing/Excel/Spreadsheet/Vue/notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ platform: document-processing
77
documentation: ug
88
---
99

10+
1011
# Notes in Vue Spreadsheet component
1112

1213
The **Notes** feature is used to insert comments, provide feedback, suggest changes, or leave remarks on specific cells while reviewing documents in the Spreadsheet. You can enable or disable the notes functionality using the [enableNotes](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/index-default#enablenotes) property, which defaults to **true**.

0 commit comments

Comments
 (0)