You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

IronXL.Excel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

IronXL.Excel

IronXL allows developers to read, generate, and edit Excel (and other spreadsheet files) in .NET applications and websites. It provides a fast and intuitive way to work with Excel and other spreadsheet files in C#. For code samples, documentation, and more, visit https://ironsoftware.com/csharp/excel/. IronXL operates independently of Office Excel Interop, making it compatible with .NET Framework, .NET Core, and Azure without requiring additional dependencies or the installation of Microsoft Office. Key library features include: * Importing data from XLS, XLSX, CSV, and TSV files. * Exporting workbooks and worksheets to XLS, XLSX, CSV, TSV, and JSON formats. * Encrypting and decrypting XLSX, XLSM, and XLTX files with password protection. * Working with spreadsheets as System.Data.DataSet and System.Data.DataTable objects. * Automatic formula recalculation whenever a sheet is edited. * Intuitive range settings using the WorkSheet["A1:B10"] syntax. * Sorting ranges, columns, and rows. * Styling cells with options for font, size, background patterns, borders, alignment, and number formats. IronXL is compatible with C#, VB.NET, MVC, and ASP.NET projects, supporting websites, console apps, and desktop applications. Supported environments include: * .NET Core 2, 3.1 * .NET 5, 6, 7, 8, 9 and 10 * .NET Standard 2 and 3 * .NET Framework 4.6.2 and above * Xamarin, SharePoint, Mono * Azure, AWS, and other cloud hosting platforms * Windows, Linux, macOS, and mobile platforms Licensing and support are available for commercial deployments. For complete documentation, visit https://ironsoftware.com/csharp/excel/. For support please contact us: support@ironsoftware.com

2025.7.15
nugetNuGet
Version published
Maintainers
1
Created
Source

IronXL is the Excel Library for .NET to read, generate and edit Excel (and other Spreadsheet files) in .NET projects. IronXL supports .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core, Standard & Framework without the need to install MS Office or Excel Interop.

Visit our website for a quick-start guide at https://ironsoftware.com/csharp/excel/

C# Code Example:

using IronXL; WorkBook xlsWorkbook = WorkBook.Create(ExcelFileFormat.XLS); xlsWorkbook.Metadata.Author = "IronXL"; WorkSheet xlsSheet = xlsWorkbook.CreateWorkSheet("new_sheet"); xlsSheet["A1"].Value = "Hello World"; xlsSheet["A2"].Style.BottomBorder.SetColor("#ff6600"); xlsSheet["A2"].Style.BottomBorder.Type = IronXL.Styles.BorderType.Double; xlsWorkbook.SaveAs("NewExcelFile.xls"); //Save the excel file

Compatibility

  • C#, F#, and VB.NET
  • .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, and Framework 4.6.2
  • Console, Web, and Desktop Apps
  • Windows, macOs, Linux, macOS, and Azure
  • Microsoft Visual Studio or Jetbrains ReSharper & Rider

Code Examples : https://ironsoftware.com/csharp/excel/examples/read-excel/ API Reference : https://ironsoftware.com/csharp/excel/object-reference/ Tutorials : https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/ Licensing : https://ironsoftware.com/csharp/excel/licensing/ Support : support@ironsoftware.com

Keywords

Excel

FAQs

Package last updated on 22 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.