From ff4ae6fd9761ef04683abdefcbf0cd214103b8ee Mon Sep 17 00:00:00 2001 From: KurmithaSF4004 Date: Mon, 18 Mar 2024 11:13:43 +0530 Subject: [PATCH] 873967_Maui --- .../XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md b/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md index 86acdc21c..2fa66954f 100644 --- a/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md +++ b/File-Formats/XlsIO/Create-read-edit-excel-files-in-maui-c-sharp.md @@ -622,7 +622,7 @@ public class PreviewControllerDS : QLPreviewControllerDataSource {% endhighlight %} {% endtabs %} -A complete working example of creating an Excel document in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/Create%20Excel). +A complete working example of creating an Excel document in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/CreateExcel). By executing the program in windows, you will get the **Excel document** as follows. @@ -666,7 +666,7 @@ using (ExcelEngine excelEngine = new ExcelEngine()) {% endhighlight %} {% endtabs %} -A complete working example of how to read and edit an Excel file in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/Edit%20Excel). +A complete working example of how to read and edit an Excel file in the .NET MAUI application in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Getting%20Started/.NET%20MAUI/EditExcel). Click [here](https://www.syncfusion.com/document-processing/excel-framework/maui) to explore the rich set of Syncfusion Excel library (XlsIO) features.