Skip to content

Commit 7cd08aa

Browse files
Merge branch 'development' into EJ2-1015637-agent-builder
2 parents 4df9ec4 + 43b33f5 commit 7cd08aa

8 files changed

Lines changed: 234 additions & 22 deletions

File tree

Document-Processing-toc.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7776,7 +7776,10 @@
77767776
</li>
77777777
<li>
77787778
<a href="/document-processing/frequently-asked-question">FAQ</a>
7779-
<ul>
7779+
<ul>
7780+
<li>
7781+
<a href="/document-processing/faq/how-does-syncfusion-document-processing-manage-fonts">How does Syncfusion Document Processing manage fonts during Office to PDF/Image conversions and PDF processing workflows?</a>
7782+
</li>
77807783
<li>
77817784
<a href="/document-processing/faq/how-to-resolve-libskiasharp-not-found-exception-in-net8-and-net9-on-linux">How to resolve LibSkiaSharp not found exception specifically while using SkiaSharp version upto v2.88.8 in .NET 8 and .NET 9 applications hosted on AWS Linux?</a>
77827785
</li>
@@ -7790,7 +7793,7 @@
77907793
</li>
77917794
<li>
77927795
Release Notes
7793-
<ul>
7796+
<ul><li>2026 Volume 1 - v33.*<ul><li><a href="/document-processing/release-notes/v33.1.44">v33.1.44 Main Release</a></li></ul></li>
77947797
<li>
77957798
2025 Volume 4 - v32.*
77967799
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1313

1414
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.
1515

16-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
16+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1717

1818
In the below example, you can add, edit, save, and delete notes.
1919

@@ -39,7 +39,6 @@ In the active worksheet, you can add a note in the following ways:
3939

4040
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 <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4141

42-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
4342

4443
## Editing a note
4544

@@ -51,7 +50,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5150

5251
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 <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5352

54-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
5553

5654
## Deleting a note
5755

@@ -62,12 +60,13 @@ You can remove notes from cells using the following ways:
6260

6361
The note will be removed from the cell, and the red triangle indicator will be removed.
6462

65-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
6663

6764
## Navigating between notes
6865

6966
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.
7067

68+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
69+
7170
### Previous Note
7271

7372
To navigate to the previous note:
@@ -118,6 +117,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
118117
119118
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
120119

120+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
121+
121122
## Saving the document with notes
122123

123124
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).

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1313

1414
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.
1515

16-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
16+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1717

1818
In the below example, you can add, edit, save, and delete notes.
1919

@@ -39,7 +39,6 @@ In the active worksheet, you can add a note in the following ways:
3939

4040
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 <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4141

42-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
4342

4443
## Editing a note
4544

@@ -51,7 +50,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5150

5251
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 <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5352

54-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
5553

5654
## Deleting a note
5755

@@ -62,12 +60,13 @@ You can remove notes from cells using the following ways:
6260

6361
The note will be removed from the cell, and the red triangle indicator will be removed.
6462

65-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
6663

6764
## Navigating between notes
6865

6966
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.
7067

68+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
69+
7170
### Previous Note
7271

7372
To navigate to the previous note:
@@ -118,6 +117,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
118117
119118
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
120119

120+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
121+
121122
## Saving the document with notes
122123

123124
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).

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1414

1515
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.
1616

17-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
17+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1818

1919
In the below example, you can add, edit, save, and delete notes.
2020

@@ -42,7 +42,6 @@ In the active worksheet, you can add a note in the following ways:
4242

4343
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 <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4444

45-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
4645

4746
## Editing a note
4847

@@ -54,7 +53,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5453

5554
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 <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5655

57-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
5856

5957
## Deleting a note
6058

@@ -65,12 +63,13 @@ You can remove notes from cells using the following ways:
6563

6664
The note will be removed from the cell, and the red triangle indicator will be removed.
6765

68-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
6966

7067
## Navigating between notes
7168

7269
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.
7370

71+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
72+
7473
### Previous Note
7574

7675
To navigate to the previous note:
@@ -121,6 +120,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
121120
122121
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
123122

123+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
124+
124125
## Saving the document with notes
125126

126127
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).

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1414

1515
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.
1616

17-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
17+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1818

1919
In the below example, you can add, edit, save, and delete notes.
2020

@@ -42,7 +42,6 @@ In the active worksheet, you can add a note in the following ways:
4242

4343
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 <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4444

45-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
4645

4746
## Editing a note
4847

@@ -54,7 +53,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5453

5554
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 <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5655

57-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
5856

5957
## Deleting a note
6058

@@ -65,12 +63,13 @@ You can remove notes from cells using the following ways:
6563

6664
The note will be removed from the cell, and the red triangle indicator will be removed.
6765

68-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
6966

7067
## Navigating between notes
7168

7269
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.
7370

71+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
72+
7473
### Previous Note
7574

7675
To navigate to the previous note:
@@ -121,6 +120,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
121120
122121
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
123122

123+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
124+
124125
## Saving the document with notes
125126

126127
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).

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1414

1515
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.
1616

17-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
17+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1818

1919
In the below example, you can add, edit, save, and delete notes.
2020

@@ -42,7 +42,6 @@ In the active worksheet, you can add a note in the following ways:
4242

4343
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 <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4444

45-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
4645

4746
## Editing a note
4847

@@ -54,7 +53,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5453

5554
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 <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5655

57-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
5856

5957
## Deleting a note
6058

@@ -65,12 +63,13 @@ You can remove notes from cells using the following ways:
6563

6664
The note will be removed from the cell, and the red triangle indicator will be removed.
6765

68-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
6966

7067
## Navigating between notes
7168

7269
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.
7370

71+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
72+
7473
### Previous Note
7574

7675
To navigate to the previous note:
@@ -121,6 +120,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
121120
122121
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
123122

123+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
124+
124125
## Saving the document with notes
125126

126127
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).

0 commit comments

Comments
 (0)