Skip to content

Commit 1ca3d7d

Browse files
authored
Merge pull request #158 from SyncfusionExamples/InteractiveDemoPage-XlsIO
InteractiveDemoPage-XlsIO Changes
2 parents 5c8b85c + f35f425 commit 1ca3d7d

File tree

4 files changed

+5
-5
lines changed
  • Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF
  • Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table
  • Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet
  • Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image

4 files changed

+5
-5
lines changed

Excel to PDF/Workbook to PDF/.NET/Workbook to PDF/Workbook to PDF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Step 1: Create a new C# Console Application project.
88

99
Step 2: Name the project.
1010

11-
Step 3: Install the [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIO.Net.Core) NuGet package as reference to your .NET Standard applications from [NuGet.org](https://www.nuget.org).
11+
Step 3: Install the [Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core) NuGet package as reference to your .NET Standard applications from [NuGet.org](https://www.nuget.org).
1212

1313
Step 4: Include the following namespaces in the **Program.cs** file.
1414
```csharp

Import Data to Template/Import Data Table/.NET/Import Data Table/Import Data Table/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bind data from a data table to a template marker using C#
22

3-
The Syncfusion® [.NET Excel Library](https://www.syncfusion.com/document-processing/excel-framework/net/excel-library) (XlsIO) enables you to create, read, and edit Excel documents programmatically without Microsoft Excel or interop dependencies. Using this library, you can **bind data from a data table to a template marker** using C#.
3+
The Syncfusion® [.NET Excel Library](https://www.syncfusion.com/document-processing/excel-framework/net/excel-library) (XlsIO) enables you to create, read, and edit Excel documents programmatically without Microsoft Excel or interop dependencies. Using this library, you can **import data from data table to predefined Excel template** using C#.
44

55
## Steps to bind data from a data table to a template marker programmatically
66

@@ -65,4 +65,4 @@ using (ExcelEngine excelEngine = new ExcelEngine())
6565
{% endhighlight %}
6666
{% endtabs %}
6767

68-
More information about binding data from a data table to a template marker can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-template-markers#bind-from-datatable) section.
68+
More information about binding data to a template marker can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-template-markers#bind-from-datatable) section.

Import and Export Data/DataTable to Worksheet/.NET/DataTable to Worksheet/DataTable to Worksheet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ class Program
6666
}
6767
```
6868

69-
More information about importing data from a data table to an Excel document can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/import-export/import-to-excel#datatable-to-excel) section.
69+
More information about importing data to an Excel document can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/import-export/import-to-excel#datatable-to-excel) section.

Worksheet to Image/Worksheet to Image/.NET/Worksheet to Image/Worksheet to Image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Step 1: Create a new C# Console Application project.
88

99
Step 2: Name the project.
1010

11-
Step 3: Install the [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIO.Net.Core) NuGet package as reference to your .NET Standard applications from [NuGet.org](https://www.nuget.org).
11+
Step 3: Install the [Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core) NuGet package as reference to your .NET Standard applications from [NuGet.org](https://www.nuget.org).
1212

1313
Step 4: Include the following namespaces in the **Program.cs** file.
1414
```csharp

0 commit comments

Comments
 (0)