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...

## 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...
## 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...
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...
``` ``` ## 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...
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...
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...
## 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!