Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-182391-File-Format-changes-Excel #2065

Open
wants to merge 1 commit into
base: hotfix/hotfix-v25.1.35
Choose a base branch
from
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