IronXL The .Net Excel Library Specifications
|
Read, write, and manipulate Excel spreadsheet files in popular .NET languages C# or VB.NET.
Some of the common issues developers face with Excel is that the Microsoft-provided Office Interopp interface for Excel requires Microsoft Office to be installed on your target machine. This makes deploying applications to server environments unreasonable and to host applications unreasonable. IronExcel fixes this by providing a dependency-free, native .NET way of working with Excel and a user-friendly API which is easy to understand because it is based on pure .NET code and not a wrapper for legacy C programs.
Supports: Import from XLS/XLSX/CSV/TSV. Export Work Sheets to XLS/XLSX/CSV/TSV/JSON. Work with Spreadsheets as System.Data.DataSet and System.Data.DataTable articles. Intuitive Ranges setting with a WorkSheet["A1:B10"] structure. Excel spreadsheet formulas. Sort Ranges, Columns and Rows. Style Cells - Font, Size, Background design, Border, Alignment and Number organizations.