We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

A high-performance and feature-rich .NET MAUI Excel framework to work with Microsoft Excel documents. This framework has an Excel creation and editing library that allows you to create, read, and edit Microsoft Excel files. Its powerful conversion APIs make it easy to convert Excel files to HTML, images, and more. Syncfusion Excel library is compatible with .NET MAUI Windows, iOS, and Android platforms only.

Why choose Syncfusion .NET MAUI Excel Library?

.NET MAUI Excel deployment fees.

No server deployment fees

There are no distribution fees, or royalties, which makes Excel Library very cost-effective.

.NET MAUI Excel blazing fast performance.

Blazing-fast performance

Optimized for usage across iOS, Android, and Windows platforms, where speed and low memory usage are critical.

.NET MAUI Excel powerful APIs.

Powerful and comprehensive API

All the elements in a typical Excel document such as text, formatting, images, shapes, and tables are accessible through a comprehensive set of APIs.

.NET MAUI Excel library.

Proven Excel Library

Syncfusion Excel Library (Essential XlsIO) is a mature and proven product, having evolved over 13+ years.

.NET MAUI Excel fully documented.

Fully documented

Syncfusion Excel Library comes with extensive documentation, knowledge base, and samples.

Cross platform support in .NET MAUI Excel.

Cross-platform

Use a single API across all platforms.

Excel - creating and editing APIs

Syncfusion Excel Library (Essential XlsIO) is a high-performance .NET MAUI Excel framework that allows users to create, read, edit, and protect Excel documents in .NET MAUI applications without Microsoft Office or interop dependencies.

Import and export in .NET MAUI Excel library.

Import and export

Import data from various data sources, collection objects, and HTML tables. Also, export data to data tables, collection objects, and nested classes.

Charts in .NET MAUI Excel frameworK.

Excel charting

Excel Library supports 80+ chart types to visualize data. Similarly, sparklines are supported to visualize data within a cell.

Formulas in .NET MAUI Excel library.

Formulas

More than 400 Excel functions are supported to evaluate formula cells quickly. Similarly, add-in functions, external formulas, and an array of formulas are supported.

Template markers in .NET MAUI Excel library.

Template markers

Import data to Excel worksheets like mail merge in a Word document. Customized data importing is also supported.

.NET MAUI Excel formatting.

Formatting

Use various cell and text formatting options along with advanced conditional formatting features.

.NET MAUI Excel data processing.

Data processing

Perform various kinds of data processing such as data validation, sorting, and filtering.

Pivot tables used in .NET MAUI Excel library.

Pivot tables

Pivot tables and pivot charts are widely used features in spreadsheets due to their ease-of-use in summarizing data. Syncfusion Excel Library allows you to create and edit them with just a few lines of code.

.NET MAUI Excel protection.

Protection

Encrypt or decrypt password-protected Excel files. Also, protect the editing of workbooks, worksheets, and cells.

.NET MAUI Excel shapes.

Shapes

Create and edit various form controls, autoshapes, and comments.

.NET MAUI Excel Code Example

Easily get started with the .NET MAUI Excel Library using a few simple lines of C# code example as demonstrated below. Also explore our .NET MAUI Excel Library Example that shows you how to render and configure the .NET MAUI Excel.

//Create an instance of ExcelEngine
using (ExcelEngine excelEngine = new ExcelEngine())
{
    //Instantiate the Excel application object
    IApplication application = excelEngine.Excel;

    //Set the default application version
    application.DefaultVersion = ExcelVersion.Xlsx;

    //Load the existing Excel document into IWorkbook
    Assembly executingAssembly = typeof(App).GetTypeInfo().Assembly;
    Stream inputStream = executingAssembly.GetManifestResourceStream("MAUISample.Sample.xlsx");
    IWorkbook workbook = application.Workbooks.Open(inputStream);

    //Get the first worksheet in the workbook into IWorksheet
    IWorksheet worksheet = workbook.Worksheets[0];

    //Assign some text in a cell
    worksheet.Range["A3"].Text = "Hello World";

    //Save the document as stream
    MemoryStream stream = new MemoryStream();
    workbook.SaveAs(stream);
    stream.Position = 0;
	
    //Saves the memory stream as a file
    DependencyService.Get<ISave>().SaveAndView("Output.xlsx", "application/excel", stream);
}

Create and manipulate Excel on many platforms

Unlock the power of Excel creation and manipulation on any platform with our Excel Framework. It empowers you to easily create, read, and manipulate Excel documents programmatically across various platforms (applications), including .NET, Blazor, .NET MAUI, .NET Core, Flutter, WinUI, Xamarin, and UWP. Explore the platform-wise features of our Excel creation and manipulation library.

.NET Excel Library..NET
Excel Library

Blazor Excel Library.Blazor
Excel Library

.NET MAUI Excel Library..NET MAUI
Excel Library

.NET Core Excel Library..NET Core
Excel Library

Flutter Excel Library.Flutter
Excel Library

WinUI Excel Library.WinUI
Excel Library

Xamarin Excel Library.Xamarin
Excel Library

UWP Excel Library.UWP
Excel Library

Conversions

.NET MAUI convert Excel to PDF.

Excel to PDF

Convert an Excel workbook or worksheet to PDF format. Various customization options are provided, like embedding fonts, ignoring empty pages or worksheets, and showing or hiding headers and footers.

Worksheet to image conversion in .NET MAUI.

Worksheet to image

Worksheets can be converted to BMP, JPEG, PNG, and other image formats with content such as data, formatting, charts, tables, and shapes.

.NET MAUI convert Excel to CSV.

Excel to CSV/TSV

Convert spreadsheet data to CSV and TSV formats with their widely used, lightweight reports.

Excel to HTML conversion in .NET MAUI.

Excel to HTML

Dynamically render an Excel workbook or worksheet as an HTML file.

Excel to ODS conversion in .NET MAUI.

Excel to ODS

Save Excel files in ODS formats to use in various applications like OpenOffice and Google Sheets.

.NET MAUI convert Excel to SpreadsheetML.

Excel to SpreadsheetML

SpreadsheetML is easy to work with and designed to be human-readable and editable. Convert Excel files to SpreadsheetML with Syncfusion Excel Library.

.NET MAUI convert Excel to JSON.

Excel to JSON

Convert an Excel workbook or worksheet to a JSON file in schema and non-schema formats.

Frequently Asked Questions

The Syncfusion .NET MAUI Excel Framework provides the following features:

  • Create, read and edit Excel files with just a few lines of code.
  • Utilize top features: charts, formulas, tables, pivot tables, data validation, data import and export, conditional formatting, shapes, and security.
  • Convert Excel files into ODS, HTML, and images.
  • Excel charts can also be converted to images.
  • One of the best .NET MAUI Excel libraries on the market, offering a rich set of APIs to interact with the software.
  • Extensive demos, documentation, and videos to learn quickly and get started with Syncfusion XlsIO.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Apart from .NET MAUI, the Syncfusion Excel framework supports platforms for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, and ASP.NET Web Forms), mobile (Flutter, Xamarin, and UWP), and desktop (Windows Forms, WPF, WinUI, Flutter, Xamarin, and UWP).

You can find our Excel Framework demo, which demonstrates how to render and configure the .NET MAUI Excel.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Resources

5 Easy Ways to Protect Excel Data in C#

BLOG

5 Easy Ways to Protect Excel Data in C#

Read Blog →
.NET MAUI Cross-Platform App Accessibility

CASE STUDY

Syncfusion’s file format components helped me create the reports I needed, fast. – J. Pereira, Software Developer

Read Case Study →
Configuring Life Cycle Events in .NET MAUI Apps

VIDEOS

Syncfusion File Format Libraries - Manipulate Excel, Word, PowerPoint, and PDF Files

Watch Video →

Want to create, View, and edit Excel files in C# or VB.NET?

Start a free 30-day evaluation today!
DOWNLOAD FREE TRIAL

Other Document Processing Libraries

Xamarin Versus .NET MAUI

PDF

A PDF creation and manipulating framework that allows you to create, read, and manipulate PDF files in any .NET or Flutter application.

.NET MAUI Cross-Platform App Accessibility

Word

A Word creation and editing framework that allows you to create, read, and edit Word documents in any .NET or Java application.

Configuring Life Cycle Events in .NET MAUI Apps

PowerPoint

A PowerPoint creation and editing framework that allows you to create, read, and edit PowerPoint files programmatically in any .NET application.

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Scroll up icon
Live Chat Icon For mobile