ReoGrid icon indicating copy to clipboard operation
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...

Results 164 ReoGrid issues
Sort by recently updated
recently updated
newest added

Hi Team, The xlsx file has more than 100 columns, and all the columns have a unique named range defined. But when the same xlsx file is loaded in the ...

The simple code just do `reoGridControl1.Load(fn)`. For one of my excel's xlsx file, reogrid works and loads sheets without problem. But for another xlsx file, I recieved ``` [2022/11/5 19:22:05]...

question
confirming

when a cell contains datetime, just date is shown,time is invisible ![image](https://user-images.githubusercontent.com/33214/233782540-c2e75ddf-acd7-4a4b-9a1e-904b4e55890a.png) when double click into the cell ![image](https://user-images.githubusercontent.com/33214/233782644-8460a7c1-08a0-4f46-8526-43b92fef7034.png)

The below VB.NET code gives IndexError. sheet.Rows = 10 sheet.FreezeToCell(1, 0, FreezeArea.Top) sheet.Rows = 1 ## Edition - Windows Form ## Environment - OS: Windows 10 - Language of OS:...

## Describe the feature When Cell content is created with worksheet.setCellData(1,1,myDataObject) using a custom object like shown in the documentation public class MyData { public override string ToString() { return...

## Describe the feature Currently worksheet.Save and .Load methods with FileFormat.ReoGridFormat save and load worksheet data in XML format. The xml contains additional data about row/column size and borders etc....

I am writing to bring to your attention an issue I recently encountered with the ReoGrid software. Specifically, I have noticed that the method "ReoGridCellUtility" has been removed in the...

May I ask how to use a custom function to retrieve the contents of merged cells? Assuming that A1:A2 contains merged cells with the value 'value', how can I use...

How do I get columns based on XY coordinates

won't fix

## Describe the feature Describe the feature you requested... How to set cell to wrap like excel ## Which edition of ReoGrid is targeted - Windows Form