ReoGrid

.NET Spreadsheet Component



Fast / Powerful / Free / Open Source


High compatibility with Excel 2007 format

Working with .NET, .NET client profile, WPF, Android




Download Now
Excel Format Compatible

Excel Format Compatible

Powerful free component to show, edit, print, export and import Excel spreadsheet in .NET application.

» Learn More

Install ReoGrid via NuGet

PM> Install-Package unvell.ReoGrid.dll
Learn how to Set up.

Hello World

var worksheet = reoGridControl1.CurrentWorksheet;
worksheet.Cells["A1"].Data = "Hello World!";
worksheet.Cells["A1"].Style.TextColor = Color.Red;

Load from Excel file

reoGridControl1.Load("MyTemplate.xlsx");
See Documentation.
Chart

Excel Compatibility

Loading and saving Excel format, including style, format, drawings and charts.

Learn More »

Generic placeholder image

Small / Fast / Powerful

Display 100 thousand rows per one second; Up to 300 times faster than similar products

Learn More »

Generic placeholder image

Multiple Platform

One component with same API, for both Windows Form and WPF platform

Learn More »