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 146 ReoGrid issues
Sort by recently updated
recently updated
newest added

Can you please add the DropdownCell to the CellTypes in WPF version of the Grid. Or Does someone know how to override the Cell Body to display a drop down...

enhancement
wpf

I load a excel into Reogrid from stream. Because my excel file is embedded resource in my winform application. The following code is my program. Assembly tAssembly = Assembly.GetExecutingAssembly(); Stream...

confirming

Dear, Could you please help me for this issue? i have windows form in VB.NET, and use reo grid control in it. I load the file using: ```cs rgc.Load("E:\Amazon Drive\abc\indolis-template-report-v1.xlsx")...

confirming

System.NullReferenceException will occur when storing an excel file with function formula, but there is no problem in storing an excel file with only values. How can I solve it? thanks...

help wanted
confirming

Hello Jing, hopefully you can enjoy a sunny weekend. :) I thought i posted this issue half a year ago, but ... `Dim TabbedStr = grid.CurrentWorksheet.StringifyRange(RangePosition.EntireRange)` I always get an...

confirming
todo

``` System.NullReferenceException HResult=0x80004003 Сообщение = Ссылка на объект не указывает на экземпляр объекта. Источник = unvell.ReoGrid Трассировка стека: at unvell.ReoGrid.Rendering.WPFRenderer.MeasureCellText(Cell cell, DrawMode drawMode, Double scale) at unvell.ReoGrid.Worksheet.UpdateCellTextBounds(IRenderer ig, Cell cell,...

confirming
wpf

ReoGrid is used in a WindowsFormsControlLibrary, WindowsFormsControlLibrary is used in a winform. when the winform close, ReoGrid call Dispose function,andthen ReoGrid call the function UpdateViewportControllBounds() to up date , will...

confirming

I'm using ReoGrid 2.1 in a C# application, I need to includ the ReoGridEditor I'm following the steps as https://reogrid.net/editor/. But when run my app and call the editor as...

question

the function: ![image](https://user-images.githubusercontent.com/27732523/38056590-12f37604-329a-11e8-9493-13b301ed3ac3.png) result: ![image](https://user-images.githubusercontent.com/27732523/38056607-21e4b89e-329a-11e8-99a6-8322fe5b6558.png) expected: ![image](https://user-images.githubusercontent.com/27732523/38056627-327faaf6-329a-11e8-93ee-f58f90ac9020.png)

enhancement

So I have a merged cell and according to the source code it should move the focus to the first cell of the range so called merged cell and valid...

confirming