Description
Spreadsheet .NET is a Microsoft Excel compatible library for .NET. It lets you create, read, modify and parse Excel workbooks (.xlsx) programmatically — working with worksheets, cells, formulas, formatting, charts and images. The library does not require Microsoft Excel to be installed or any other third party application to work.
Supported .NET Versions
- .NET Standard 2.0
- .NET Framework 4.6+
- .NET 8.0+
Supported file formats
- Microsoft Excel .xlsx, .xls (read and write)
- Export to HTML and plain text
Examples
Getting started
Cells and data
Import / Export
Cell formatting and styling
Data operations
Protection
Tables, hyperlinks and objects
Page layout and printing
Charts
Windows Forms sample