Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions File-Formats/Presentation/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down