diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/notes.md b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/notes.md index 126d4fe12..1ba4f2742 100644 --- a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/notes.md +++ b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/notes.md @@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -40,8 +40,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -52,8 +50,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -63,10 +59,10 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. ### Previous Note @@ -119,6 +115,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls). diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/notes.md b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/notes.md index 878eb042d..d2654c34b 100644 --- a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/notes.md +++ b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/notes.md @@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -40,8 +40,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -52,8 +50,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -63,10 +59,10 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. ### Previous Note @@ -119,6 +115,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls). diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Angular/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/notes.md b/Document-Processing/Excel/Spreadsheet/Angular/notes.md index fd9b548cf..3ca170df3 100644 --- a/Document-Processing/Excel/Spreadsheet/Angular/notes.md +++ b/Document-Processing/Excel/Spreadsheet/Angular/notes.md @@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -42,8 +42,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -54,8 +52,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -65,12 +61,12 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + ### Previous Note To navigate to the previous note: @@ -121,6 +117,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls). diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/notes.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/notes.md index abd669c0d..cbb068292 100644 --- a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/notes.md +++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/notes.md @@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -41,8 +41,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -53,8 +51,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -64,10 +60,10 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. ### Previous Note @@ -120,6 +116,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls). diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/notes.md b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/notes.md index af6d871e6..fb99feeb4 100644 --- a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/notes.md +++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/notes.md @@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -41,8 +41,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -53,8 +51,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -64,10 +60,10 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. ### Previous Note @@ -120,6 +116,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls). diff --git a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/React/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/React/notes.md b/Document-Processing/Excel/Spreadsheet/React/notes.md index bca9e39d2..b6683c055 100644 --- a/Document-Processing/Excel/Spreadsheet/React/notes.md +++ b/Document-Processing/Excel/Spreadsheet/React/notes.md @@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -41,8 +41,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -53,8 +51,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -64,10 +60,10 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. ### Previous Note @@ -120,6 +116,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls). diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_add_edit_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_add_edit_delete_note.gif new file mode 100644 index 000000000..c70474230 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_add_edit_delete_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_add_note.gif b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_add_note.gif deleted file mode 100644 index 21c9d9a24..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_add_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_delete_note.gif b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_delete_note.gif deleted file mode 100644 index 272acb620..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_delete_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_edit_note.gif b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_edit_note.gif deleted file mode 100644 index 5e45f0aa4..000000000 Binary files a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_edit_note.gif and /dev/null differ diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_next_previous_note.gif b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_next_previous_note.gif new file mode 100644 index 000000000..6655125ae Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_next_previous_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_show_hide_note.gif b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_show_hide_note.gif new file mode 100644 index 000000000..7eb3b1c8e Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/Vue/images/spreadsheet_show_hide_note.gif differ diff --git a/Document-Processing/Excel/Spreadsheet/Vue/notes.md b/Document-Processing/Excel/Spreadsheet/Vue/notes.md index 82e1f805a..6f924b718 100644 --- a/Document-Processing/Excel/Spreadsheet/Vue/notes.md +++ b/Document-Processing/Excel/Spreadsheet/Vue/notes.md @@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes. -![Spreadsheet showing a note](./images/spreadsheet_show_note.png) +![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif) In the below example, you can add, edit, save, and delete notes. @@ -41,8 +41,6 @@ In the active worksheet, you can add a note in the following ways: A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the Esc button to automatically save the note and close the dialog box. -![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif) - ## Editing a note In the active worksheet, you can modify the content of existing notes in the document: @@ -53,8 +51,6 @@ In the active worksheet, you can modify the content of existing notes in the doc The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the Esc button to automatically save the changes and close the dialog box. -![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif) - ## Deleting a note You can remove notes from cells using the following ways: @@ -64,10 +60,10 @@ You can remove notes from cells using the following ways: The note will be removed from the cell, and the red triangle indicator will be removed. -![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif) - ## Navigating between notes +![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif) + The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab. ### Previous Note @@ -120,6 +116,8 @@ All notes in the worksheet will appear as floating text boxes near their respect This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review. +![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif) + ## Saving the document with notes The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls).