The C# Excel Library Icon

The C# Excel Library

2022.12.10926
Read & write excel with C# Excel Library for .net coders
The C# Excel Library screenshot
C# Excel Library for .Net Applications
IronXL is a C# .NET software library allowing .net software engineers to read and write Excel XSLX, XLS, & CSV Spreadsheets in .NET Framework and .NET Core applications and websites. It is available from https://ironsoftware.com/csharp/excel/ It is also available on NuGet using the package name IronXL.Excel https://www.nuget.org/packages/IronXL.Excel/. IronXL does not require use of Office Excel Interop and does not require Microsoft Excel to be installed on a server. All without other dependancies. A quick and natural approach to create Excel and Other Spreadsheet files in C# and VB.NET. * Read / Import Data from XLS/XLSX/CSV/TSV. * Export Excel WorkSheets to XLS/XLSX/CSV/TSV/JSON. * Work with Spreadsheets as System.Data.DataSet and System.Data.DataTable. * Excel Formulas recalculated each time a sheet it edited. * Intuitive Ranges setting with a WorkSheet['A1:B10'] structure. * Sort Ranges, Columns and Rows. * Style Cells - Font, Size, Background design, Border, Alignment and Number formats. IronXL .Net Excel Library works well in C#, VB .NET, MVC, ASP.NET, dotnet Core projects for Websites, Console & Desktop APPs. The C# Excel Library supports .Net Core 2.0 or above, .Net Standard as well as .Net Framework 4.5 or above. Installation on Microsoft Windows, Linux, MacOS, Xamarin, Mobile, Mono or cloud based services such as Azure and AWS. The C# Excel Library features full online documentation, software tutorials, a NuGet installer, GitHub Repositories with examples, and technical support provided by the original development team. Tutorials available here: https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/
Technical details
Title:
The C# Excel Library 2022.12.10926 for Windows
Requirements:
.Net Core 2x, 3x or .Net Framework 4.5x running on the Windows, Linux, Mac, Docker, Android, iOS
OS Support:
Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64
Language:
Russian, ChineseSimplified, Hebrew, Chinese, Swedish, Spanish, Dutch, French, Finnish, Arabic, Danish, Korean, Japanese, German, English, Portuguese, Greek, ChineseTraditional, Hindi, Italian
License:
Shareware
Release date:
December 8, 2022
The C# Excel Library 2022.12.10926 Changelog

New WorkSheet.PhysicalColumnCount and WorkSheet.PhysicalRowCount properties Improved IntelliSense documentation Fixes: WorkBook.ExportToHtml throws an exception due to un-indexed colors in the document An exception is thrown upon loading .XLSX files with specific WebPublishing settings And more