Skip to content

Commit ee05822

Browse files
Merge pull request #2572 from syncfusion-content/WPF_SP_Skill_HF
Added the documentation for Desktop Spreadsheet Editor skills
2 parents f2582c3 + 77aa5b0 commit ee05822

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Document-Processing/Skills/document-sdk.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills eliminate c
5656
<td><a href="https://help.syncfusion.com/document-processing/data-extraction/overview">Smart Data Extraction</a></td>
5757
<td><a href="https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-smart-data-extraction">syncfusion-dotnet-smart-data-extraction</a></td>
5858
</tr>
59+
<tr>
60+
<td><a href="https://help.syncfusion.com/windowsforms/calculation-engine/overview">Calculate</a></td>
61+
<td><a href="https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-calculate">syncfusion-dotnet-calculate</a></td>
62+
</tr>
5963
</tbody>
6064
</table>
6165

@@ -114,6 +118,7 @@ Select skills to install (space to toggle)
114118
│ ◻ syncfusion-dotnet-powerpoint
115119
│ ◻ syncfusion-dotnet-markdown
116120
│ ◻ syncfusion-dotnet-smart-data-extraction
121+
│ ◻ syncfusion-dotnet-calculate
117122
│ ◻ syncfusion-java-word
118123
│ ◻ syncfusion-flutter-pdf
119124
│ ◻ syncfusion-javascript-pdf
@@ -192,6 +197,7 @@ Once skills are installed, the assistant can generate Syncfusion<sup style="font
192197
- "Show me DocIO code to create a Word document with a title and a paragraph."
193198
- "Generate a C# snippet to add a table to a PowerPoint slide."
194199
- "Show me code to extract all fields and tables from a PDF as JSON using Smart Data Extraction."
200+
- "Show me how to parse and compute formulas using CalcQuickBase"
195201

196202
**Execute Task (Mode 2):**
197203

Document-Processing/Skills/spreadsheet-editor-sdk.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Spreadsheet Editor SDK Skills a
2222
| [ASP.NET MVC](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-mvc/overview) | [syncfusion-aspnetmvc-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-aspnetmvc-spreadsheet-editor) |
2323
| [TypeScript](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/overview) | [syncfusion-javascript-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-javascript-spreadsheet-editor) |
2424
| [Vue](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/overview) | [syncfusion-vue-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-vue-spreadsheet-editor) |
25+
| [UWP](https://help.syncfusion.com/document-processing/excel/spreadsheet/uwp/overview) | [syncfusion-uwp-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-uwp-spreadsheet-editor) |
26+
| [WPF](https://help.syncfusion.com/document-processing/excel/spreadsheet/wpf/overview) | [syncfusion-wpf-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-wpf-spreadsheet-editor) |
27+
| [WinForms](https://help.syncfusion.com/document-processing/excel/spreadsheet/winforms/overview) | [syncfusion-winforms-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-winforms-spreadsheet-editor) |
2528

2629
## Prerequisites
2730

@@ -77,6 +80,9 @@ Select skills to install (space to toggle)
7780
│ ◻ ssyncfusion-aspnetmvc-spreadsheet-editor
7881
│ ◻ syncfusion-javascript-spreadsheet-editor
7982
│ ◻ syncfusion-vue-spreadsheet-editor
83+
│ ◻ syncfusion-uwp-spreadsheet-editor
84+
│ ◻ syncfusion-wpf-spreadsheet-editor
85+
│ ◻ syncfusion-winforms-spreadsheet-editor
8086
│ .....
8187

8288
{% endhighlight %}
@@ -143,6 +149,7 @@ Once skills are installed, the assistant can generate spreadsheet editor code. B
143149
- "How to export the spreadsheet as PDF using Vue Spreadsheet Editor?"
144150
- "Show me code to apply number formatting to currency columns in React Spreadsheet Editor."
145151
- "How do I enable cell editing and data validation in Angular Spreadsheet Editor?"
152+
- "Generate code to add hyperlinks that navigate to other sheets in the workbook in WPF Spreadsheet."
146153

147154
## Skills CLI Commands
148155

0 commit comments

Comments
 (0)