Skip to content
Open
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
4 changes: 2 additions & 2 deletions File-Formats/XlsIO/Overview.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions File-Formats/XlsIO/Worksheet-Rows-and-Columns-Manipulation.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down