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

## Description Spreadsheet with the first four columns (A, B, C, D) are frozen (with sheet.FreezeToCell(0, 4, FreezeArea.Left);). Then add a group, say on columns (G, H, I). The indication...

## Description Excess Spaces and become blank in 3.0. ## Screenshots 1. Drag and scroll wheel with mouse ,Excess Spaces . in 2.2 ![GIF](https://user-images.githubusercontent.com/5524105/117773370-cff2b780-b26a-11eb-91e0-f30f2d948928.gif) in 3.0 ![GIF](https://user-images.githubusercontent.com/5524105/117772077-60c89380-b269-11eb-8b7d-81fd23569112.gif) ## Edition Which...

bug
todo

reoGridControl1.Worksheets[0].SetRows(300000); reoGridControl1.Worksheets[0].SetCols(3000); CTRL + a shortcut, and then delete, an error will occur.

## Description Row height adjustments don't correctly affect wrapped text if applied while UI updates are paused Would be nice to fix, but more importantly for other users I'll post...

Hello, ## Description Few functionalities like Add, Subtract, Multiply and division takes zero as their default value for the empty cells. Whereas less than, greater than and equal to doesn't...

I have created a small worksheet on Editor. I have referenced a sum formula for a column. When I delete some rows, cell formula reference not updated. I have read...

enhancement
help wanted

## Description Loading from xlsx does not honour "centered across selection" alignment. If it's too much work to support, it may be worth just interpreting as "center" for now ##...

enhancement
help wanted

I am creating WPF application in which I am trying to set column width as follows: ``` var worksheet = Workbook_Excel.CurrentWorksheet; worksheet.SetColumnsWidth(0, worksheet.ColumnCount, 120); ``` After using this statement if...

enhancement

Thanks again for all your work. I have been able to accomplish what I want with your control but there is one remaining issue at this point. It appears that...

confirming

## Description We tried to implement custom function IFERROR unvell.ReoGrid.Formula.FormulaExtension.CustomFunctions["IFERROR"] = (cell, args) => { } For example: IFERROR(1/C8:C8 "") "C8 is blank", since 1/true or false is not handled...

enhancement
help wanted