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

![企业微信截图_16370596476018](https://user-images.githubusercontent.com/43369326/141971753-4bc3a8bd-b086-4ca1-8b7b-c52dbbffbdd2.png)

enhancement

## Multi Column Selection The Multiple row need to be selected on Press by CTRL & Mouse Click . And Range Must Be Multi Range , So The Multiple range...

enhancement

## Description Paste data from Clipboard, the CellDataChanged event not triggered. But change the cell data can trigger it. From the document (https://reogrid.net/v0-8-6/cell-edit-event-flow/), it mentioned that: "The CellDataChanged event is...

enhancement
todo

Is there a mouse up/down event handler for clicking on a row or column header cell (such as CellMouseDown for other cells)?

Hello again Jingwood. I hope you have made progress on my previous issue #389. I am sad to say that I have another bug to report. I am using ReoGrid...

confirming

``` ``` ## Description Full row select does not work. Even after setting SelectionMode=SingleRow, it selects a single cell on which the mouse is clicked. Behavior expected is to select...

enhancement

Following quick code implemented for above formula > case BuiltinFunctionNames.HEX2DEC_EN: > #region HEX2DEC > args = GetFunctionArgs(cell, funNode.Children, 1, 2); > if (args[0].type != FormulaValueType.Number) > { > throw new...

enhancement
todo

My WinForms application needs to display a dialog form when clicking certain cells. The dialog should be shown to the right of the clicked cell. Example: if the cell is...

enhancement
question
todo

## Description Passing an empty string as argument to RGUtility.ParseTabbedString() causes an exception: System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' // the following will fail if copying from...

First of all, excellent job!! Is in roadmap implement a function "Worksheet.SortColumns" for multi column sort? Thanks!

enhancement