syncfusion-winforms-spreadsheet-editor
Installation
SKILL.md
Syncfusion Windows Forms Spreadsheet Editor
Overview
Create Excel-like viewer/editor UI in Windows Forms using Syncfusion Spreadsheet control. This skill generates C# Windows Forms code for interactive spreadsheet functionality.
Key Capabilities
- Create & Edit: Workbooks (.xlsx, .xls, .xlsm), worksheets, cell editing, formatting, styles
- Advanced Features: 400+ formulas, named ranges, data validation, dropdown lists, cell locking, worksheet protection
- UI Components: SpreadsheetRibbon (File, Home, Insert, Formulas tabs), interactive editing
- Visual Elements: Charts (Column, Line, Pie, Bar, Area, Scatter, etc.), sparklines (Line, Column, Win/Loss)
- Navigation: Hyperlinks (web URLs, email, files, workbook navigation)
Quick Start Examples
Example 1
User: "Show me how to create a spreadsheet with data and formulas"
Result: C# code generated to create workbook, set cell values, and add formulas