How To Export ASP.NET Core Scheduler Appointments To An Excel Document
A quick-start ASP.NET Core project that shows how to Export Scheduler Appointments to an Excel document. This project contains code to export documents with custom fields, individual occurrences of recurring series, and custom event data. It also contains code to change the file name, format, and column headers.
Refer to the exporting documentation for the Syncfusion ASP.NET Core Scheduler component: https://ej2.syncfusion.com/aspnetcore/documentation/schedule/exporting
Check out this online example of exporting in the Syncfusion ASP.NET Core Scheduler component: https://ej2.syncfusion.com/aspnetcore/Schedule/ExcelExport#/fluent
Watch the video to get started with the ASP.NET Core Scheduler component: https://www.youtube.com/watch?v=1YVOmjid1Ow
Project pre-requisites
Make sure that you have the compatible versions of Visual Studio 2022 and .NET 7.0 SDK framework in your machine before starting to work on this project.
How to run this application?
To run this application, you need to clone the how-to-export-asp.net-core-scheduler-appointments-to-an-excel-document
repository and then press the F5
key to run the application.