diff --git a/File-Formats/Presentation/Getting-Started.md b/File-Formats/Presentation/Getting-Started.md index f1c5e81f5..fcec7d564 100644 --- a/File-Formats/Presentation/Getting-Started.md +++ b/File-Formats/Presentation/Getting-Started.md @@ -11,6 +11,9 @@ documentation: UG In this page, you can learn how to create a simple [.NET PowerPoint Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) by using Essential Presentation API. +To quickly get started on creating a PowerPoint presentation, please check out this video: +{% youtube "https://www.youtube.com/watch?v=OSGwosNnN0o" %} + For creating and manipulating a PowerPoint Presentation, include the following assemblies in the application. diff --git a/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md b/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md index c1588c169..a344ab0aa 100644 --- a/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md +++ b/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md @@ -7,7 +7,7 @@ documentation: UG --- # Create an Excel file in a Console application -[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. +[Syncfusion Excel library for .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. ## Create a simple Excel report using .NET Core