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...
## 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  in 3.0  ## Edition Which...
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...
## 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 ##...
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...
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...
## 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...