ReoGrid
ReoGrid copied to clipboard
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET...
## Describe the feature Hello, thank you for this great help in my program development. However, I have a feature that I don't know how to implement. Can you guide...
Vertical scrolling can scroll beyond the line where it exists. I would like to know how to solve this problem. Or if it is a bug, we want to fix...
## Description The performance will significantly degradation as the visible cells increase after I changed the background color of each cell. ## Reproduce 1. Create a ReoGrid control with a...
Is there a plan to port ReoGrid to WinUI 3?
I've notice there are context menus on the ReoGrid WinForm version, how easy or what's the best practice for implementing on ReoGrid WPF

Hi, I am trying to extract the value of a cell already created with decimal separator comma, when I try to extract the data it returns a double with an...
for example(I use vb.net): 'I change column "A" header to "numbers" sheet.ColumnHeaders(0).Text = "numbers" Dim num1 as Long = sheet("number",0) 'not correct Dim num1 as Long = sheet("number")(0) 'not correct...
The below exception is thrown in the ReoGrid.Load(Filename) {"capacity was less than the current size.\r\nParameter name: value"} what could be the problem withe excel file, as apparently there is no...
## Description When the parameters of sheet.SetCols and rp.SetCols are the same, CTRL+Z will be abnormal, and it takes two operations to complete. If the parameter of sheet.SetCols is greater...