Skip to content

Commit 1d992fb

Browse files
authored
Merge pull request #2107 from syncfusion-content/886171-Add-Video-XlsIO
886171-Add-Video-links
2 parents 8ac173d + 767c233 commit 1d992fb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
-85.3 KB
Loading

File-Formats/XlsIO/Create-read-edit-excel-files-in-asp-net-core-c-sharp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ documentation: UG
99

1010
[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.
1111

12+
To quickly get started on creating an Excel document in ASP.NET Core, please check out this video:
13+
{% youtube "https://www.youtube.com/watch?v=oLkSFvDLlEk" %}
14+
1215
## Create a simple Excel report
1316

1417
The below steps illustrates creating a simple Invoice formatted Excel document in ASP.NET Core.

File-Formats/XlsIO/convert-excel-to-pdf-in-asp-net-core.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ documentation: UG
1010

1111
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**.
1212

13+
To quickly get started on converting an Excel document to a PDF in ASP.NET Core, please check out this video:
14+
{% youtube "https://youtu.be/mMrGjypcSLw?si=A7E4E4_vR4505VoD" %}
15+
1316
## Steps to convert an Excel document to PDF in C#
1417

1518
Step 1: Create a new ASP.NET Core Web Application (Model-View-Controller).

0 commit comments

Comments
 (0)