|
1 | 1 | # Create, View, Edit and Save Your Excel Files Using WPF Spreadsheet |
2 | | -This example demonstrates how to create, view, and edit the Excel files using our WPF Spreadsheet component. |
3 | 2 |
|
4 | | -## Blog reference |
5 | | -[Create, View, Edit and Save Your Excel Files Using WPF Spreadsheet](https://www.syncfusion.com/blogs/post/create-view-edit-and-save-your-excel-files-using-wpf-spreadsheet.aspx) |
| 3 | +This example demonstrates how to create, view, and edit Excel files using our WPF Spreadsheet component without requiring Microsoft Excel to be installed. |
| 4 | + |
| 5 | +## Prerequisites |
| 6 | + |
| 7 | +Before running this project, ensure you have the following installed: |
| 8 | + |
| 9 | +- **Visual Studio** 2019 or later |
| 10 | +- **.NET Framework** 4.6.2 or greater or **.NET Core** 8.0 or greater |
| 11 | + |
| 12 | +## Technologies Used |
| 13 | + |
| 14 | +- **WPF** (Windows Presentation Foundation) + **Syncfusion Spreadsheet** |
| 15 | + |
| 16 | +## Getting Started |
| 17 | + |
| 18 | +### 1. Clone the Repository |
| 19 | + |
| 20 | +Clone this repository to your local machine: |
| 21 | + |
| 22 | +```bash |
| 23 | +git clone https://github.com/SyncfusionExamples/capture-spreadsheet-events-wpf |
| 24 | +cd capture-spreadsheet-events-wpf |
| 25 | +``` |
| 26 | + |
| 27 | +### 2. Install Dependencies |
| 28 | + |
| 29 | +Install the required Syncfusion WPF Spreadsheet packages as dependencies: |
| 30 | + |
| 31 | +```bash |
| 32 | +dotnet add package Syncfusion.SfSpreadsheet.WPF |
| 33 | +dotnet add package Syncfusion.SfSpreadsheetHelper.WPF |
| 34 | +``` |
| 35 | + |
| 36 | +Alternatively, you can restore packages using: |
| 37 | + |
| 38 | +```bash |
| 39 | +dotnet restore |
| 40 | +``` |
| 41 | + |
| 42 | +### 3. Run the Application |
| 43 | + |
| 44 | +Run the project and test the feature directly from the WPF app: |
| 45 | + |
| 46 | +```bash |
| 47 | +dotnet run |
| 48 | +``` |
| 49 | + |
| 50 | +Or open the solution in Visual Studio and press `F5` to build and run the application. |
| 51 | + |
| 52 | +## Resources |
| 53 | + |
| 54 | +- https://help.syncfusion.com/document-processing/excel/spreadsheet/wpf/getting-started |
| 55 | +- https://www.syncfusion.com/blogs/post/create-view-edit-and-save-your-excel-files-using-wpf-spreadsheet.aspx |
0 commit comments