Search Results for

    Show / Hide Table of Contents

    IronXL - The Excel Library for .Net

    IronXL is a powerful .NET Excel library that enables developers to read, generate, and edit Excel files (XLS, XLSX) without relying on Microsoft.Office.Interop.Excel.

    With IronXL, developers can seamlessly read, modify, and create spreadsheets in .NET applications and websites, offering a fast and intuitive approach to working with Excel files in C#.

    Quickstart Guide: https://ironsoftware.com/csharp/excel/
    Nuget Package : https://www.nuget.org/packages/IronXL.Excel/

    Key Library Features

    • Intuitive C# & VB.NET Excel Spreadsheet API
    • No need to install MS Office or Excel Interop
    • Read, edit, and create Excel spreadsheet files
    • Fully supports .NET Core, .NET Framework, and Azure
    • Import data from XLS, XLSX, CSV, TSV
    • Export worksheets to XLS, XLSX, CSV, TSV, JSON
    • Work with spreadsheets as System.Data.DataSet and System.Data.DataTable objects
    • Excel formulas are recalculated every time a sheet is edited
    • Intuitive range setting using WorkSheet["A1:B10"] syntax.
    • Sort ranges, columns, and rows
    • Style cells – font, size, background pattern, border, alignment, and number formats

    Compatibility

    IronXL works well in C#, VB.NET, MVC, ASP.NET projects for Websites, Console & Desktop APPs.

    Works with:

    • .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, and .NET Core, Standard, and Framework 4.6.2+
    • Windows, macOS, Linux, Docker, Azure, and AWS
    • Console, Desktop, and Web Apps. MVC, Blazor, MAUI, Razor Pages, Web Forms

    Does NOT require Excel or MS office to be installed.

    C# Excel Code Example

    using IronXL;
      
    // Create new Excel WorkBook document
    // The default file format is XLSX, but we can override that for legacy support
    WorkBook workbook = WorkBook.Create(ExcelFileFormat.XLS);
    workbook.Metadata.Author = "IronXL";
    
    // Add a blank WorkSheet
    WorkSheet worksheet = workbook.CreateWorkSheet("new_sheet");
    // Add data and styles to the new worksheet
    
    worksheet["A1"].Value = "Hello World";
    worksheet["A2"].Style.BottomBorder.SetColor("#ff6600");
    worksheet["A2"].Style.BottomBorder.Type = IronXL.Styles.BorderType.Double;
    
    // Save the excel file
    workbook.SaveAs("NewExcelFile.xls");
    

    Further Documentation

    • Code Examples : https://ironsoftware.com/csharp/excel/examples/read-excel/
    • How-To Guides : https://ironsoftware.com/csharp/excel/how-to/create-xlsx-file-c-sharp/
    • Tutorials : https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/
    • MSDN Class Reference : https://ironsoftware.com/csharp/excel/object-reference/
    • Support : support@ironsoftware.com
    • Improve this Doc
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronXL_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronXL