From 29c1ef8dcaedcc8b21755814c8282c743ca43a37 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Tue, 23 Apr 2024 14:27:28 +0300 Subject: [PATCH] SEO-182391-File-Format-changes-Excel --- File-Formats/XlsIO/Overview.md | 4 ++-- File-Formats/XlsIO/Worksheet-Rows-and-Columns-Manipulation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/File-Formats/XlsIO/Overview.md b/File-Formats/XlsIO/Overview.md index 3eb5a3644..30c8fd140 100644 --- a/File-Formats/XlsIO/Overview.md +++ b/File-Formats/XlsIO/Overview.md @@ -1,12 +1,12 @@ --- -title: Overview of Syncfusion Excel (XlsIO) library | Syncfusion +title: Overview of .NET Excel (XlsIO) Library | Syncfusion description: .NET Excel library create, read, edit & convert Excel file in WinForms, WPF, UWP, ASP.NET Core, ASP.NET MVC, Xamarin, Blazor, WinUI and .NET MAUI applications. platform: file-formats control: XlsIO documentation: UG --- -# Overview of Syncfusion Excel (XlsIO) library +# Overview of .NET Excel (XlsIO) Library [**Essential XlsIO**](https://www.syncfusion.com/document-processing/excel-framework/net) is a native **.****NET** class library that can be used to create and modify **Microsoft** **Excel** files by using C#, VB.NET and managed C++ code. It is a non-UI component that provides a full-fledged object model that facilitates accessing & manipulating the spreadsheets without any dependency of Microsoft Office COM libraries & Microsoft Office. diff --git a/File-Formats/XlsIO/Worksheet-Rows-and-Columns-Manipulation.md b/File-Formats/XlsIO/Worksheet-Rows-and-Columns-Manipulation.md index df132bf0a..4a6529bac 100644 --- a/File-Formats/XlsIO/Worksheet-Rows-and-Columns-Manipulation.md +++ b/File-Formats/XlsIO/Worksheet-Rows-and-Columns-Manipulation.md @@ -1,12 +1,12 @@ --- -title: Worksheet Rows and Columns Manipulation | Syncfusion +title: Worksheet Rows and Columns Manipulation in .NET Excel | Syncfusion description: Briefs about Row & Column manipulations in XlsIO. It provides manipulation options equivalent to Excel such as insertion, deletion, hiding and more. platform: file-formats control: XlsIO documentation: UG --- -# Worksheet Rows and Columns Manipulation +# Worksheet Rows and Columns Manipulation in .NET Excel The Essential XlsIO provides rows and columns manipulation options equivalent to Excel such as insertion, deletion, hiding, adjusting dimensions, grouping, sub-totaling and more through [IWorksheet](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorksheet.html) interface.