diff --git a/File-Formats/XlsIO/ASP-NET-Core_images/ASP-NET-Core_images_img9.png b/File-Formats/XlsIO/ASP-NET-Core_images/ASP-NET-Core_images_img9.png index 0fcc2bd8e..e97bc4f57 100644 Binary files a/File-Formats/XlsIO/ASP-NET-Core_images/ASP-NET-Core_images_img9.png and b/File-Formats/XlsIO/ASP-NET-Core_images/ASP-NET-Core_images_img9.png differ diff --git a/File-Formats/XlsIO/Create-read-edit-excel-files-in-asp-net-core-c-sharp.md b/File-Formats/XlsIO/Create-read-edit-excel-files-in-asp-net-core-c-sharp.md index 62d1ea7d5..883fda7ea 100644 --- a/File-Formats/XlsIO/Create-read-edit-excel-files-in-asp-net-core-c-sharp.md +++ b/File-Formats/XlsIO/Create-read-edit-excel-files-in-asp-net-core-c-sharp.md @@ -9,6 +9,9 @@ documentation: UG [Syncfusion Excel library for ASP.NET Core platform](https://www.syncfusion.com/document-processing/excel-framework/net-core/excel-library) can be used to create, read, edit Excel files. This also convert Excel files to PDF. +To quickly get started on creating an Excel document in ASP.NET Core, please check out this video: +{% youtube "https://www.youtube.com/watch?v=oLkSFvDLlEk" %} + ## Create a simple Excel report The below steps illustrates creating a simple Invoice formatted Excel document in ASP.NET Core. diff --git a/File-Formats/XlsIO/convert-excel-to-pdf-in-asp-net-core.md b/File-Formats/XlsIO/convert-excel-to-pdf-in-asp-net-core.md index 4468fb7fd..1c006c9bf 100644 --- a/File-Formats/XlsIO/convert-excel-to-pdf-in-asp-net-core.md +++ b/File-Formats/XlsIO/convert-excel-to-pdf-in-asp-net-core.md @@ -10,6 +10,9 @@ documentation: UG Syncfusion XlsIO is a [.NET Core Excel library](https://www.syncfusion.com/document-processing/excel-framework/net-core/excel-library) used to create, read, edit and **convert Excel documents** programmatically without **Microsoft Excel** or interop dependencies. Using this library, you can **convert an Excel document to PDF in ASP.NET Core**. +To quickly get started on converting an Excel document to a PDF in ASP.NET Core, please check out this video: +{% youtube "https://youtu.be/mMrGjypcSLw?si=A7E4E4_vR4505VoD" %} + ## Steps to convert an Excel document to PDF in C# Step 1: Create a new ASP.NET Core Web Application (Model-View-Controller).